similar to: unwanted programs still showing

Displaying 20 results from an estimated 50000 matches similar to: "unwanted programs still showing"

2009 Oct 06
1
Problems Processing multiple form elements generated by javascript actions
Hi all, After many days of struggling, I have a multi-model form with ajax elements more or less working, but I''m hitting a wall with a few bugs that I can''t figure out. Guidance would be very much appreciated. I''m using the Ryan Bates technique from Advanced Rails recipes to dynamically add and remove elements on a multi-model form.
2015 Dec 15
3
libreoffice 4.4 or 5 in CentOS 6
Op 14-12-15 om 23:54 schreef Scott Robbins: > On Mon, Dec 14, 2015 at 09:43:54PM +0100, Patrick Bervoets wrote: >> I need the ability to make signed PDFs in LibreOffice, so I tried LO 5 and LO 4.4 rpms from LO.org but they are useless (menu and toolbar are black). >> Anyone been able to use a higher version of LO? >> > Yes, I easily installed libreoffice-5.x on my CentOS-6x
2009 May 05
2
Wine programs folder -> how to modify it ?
My wine programs folder shows a program that is already uninstalled. I want to get it off the menu because its really cluttering everything up. The menu also lacks a program that IS installed. I tried adding it but it still doesnt show. Any ideas?
2006 Jun 18
5
on change of drop down showing a new textfield
hi, i have a situation where i have a list of options from which a user selects his options if its not in the list he/she selects Others/Not Present and a new textfield should pop up and the data entered there should be considered instead of dropdown. i have done this using javascript/dhtml but i was wondering how this can be done using pure rails i.e using some of the RoR apis?. i would
2006 Jul 08
2
Trouble getting select to work
I''ve tried pulling this together from examples in the book, searching the web and this list, but so far I''ve not been able to get it working just right. My table is a categories table with id and category fields. My form has the following: <td><%= select(''category'', ''category'', @categories = Category.find(:all, :order =>
2009 Jan 04
2
Help me! [asus pc eee 900, ubuntu eee]
Hiya! I need help over here.. I have a Asus pc eee 900, ubuntu eee with wine.. but now i got some problems. I have installed wine and then spotify, a game called tibia and winamp and tibia dident work so i uninstalled it but the icon's (tibia, readme and uninstall.exe) is still in the wine map.. So i uninstalled wine and deleted the .wine hidden map in home and the icons are still there
2010 Apr 10
2
Need a dropdown having "more.." option
I have a collection of products that I am showing in a dropdown. Now at the first view it will show only first 10 products in the dropdown with an option "more..." at last. if user clicks the "more..." he can see all the following products in that dropdown list (this is not any ajax request, just javascript show/hide). Of course the more... option will hide when showing all
2009 Feb 04
2
Uninstalled Programs will not leave the menu
Hello, I am having an issue. I can install and uninstall programs just fine using Wine, but when I uninstall programs, they still appear in the menu. Is there anyway to get rid of them? (They really get unslightly and they clog down my menu). Its not a huge problem, it doens't effect anything but how things look, but i would still really like to get rid of them. Any ideas?
2009 May 31
8
cannot uninstall software
hello, i am having issues uninstalling two software. Polar POS and Skype. I uninstalled Polar POS in Wine but the Wine folder won't go away. how can I fix this?
2013 Jun 18
1
How to Pass Jquery selected dropdown values and radio button values to controller
Hi, I have an advance search page and its code is as follows - I have written my code like this <div class="container"> <%= form_tag search_index_path, method: :get do %> <%= radio_button_tag ''user_type'', ''customer'' %><p>Customer</p> <%= radio_button_tag ''user_type'',
2006 Jun 05
2
dropdown
I''m using a dropdown on my form for a simple cms which displays the pages from the database. I want to add some options to the dropdown that are not in the database. Is there a way to do this? Here''s my code so far: <p><label for="navigation_link">Link</label><br/> <%= select("navigation", "link",
2009 Mar 14
3
Only partial installation? Context menu items missing :-(
Hi! I am very new to Ubuntu and thus also Wine. I installed, uninstalled and re-installed Wine a couple times while trying out Wine and some third-party apps like Wine-Doors. Now my trouble is... I just installed 1.1.16, but my context menu entry for Wine is missing. Moreover, when I now select "Open with other Application" from the context menu for a Windows app, Wine is not in the
2008 Aug 26
1
Chinese Font Display Problem in WINE
Hi all, I'm having this problem in applications running in WINE, including the native notepad: The menu text are shown properly in Chinese. I can type and read Chinese in the application. But all the buttons, dropdown lists, etc. are not showing Chinese fonts properly (all became blank squares). I'm attaching a screen shot to better explain the situation. The command line I used to
2006 Apr 04
3
Forms, view & AJAX best practice help
What i''m trying to get working is I have a controller called "permissions" and a view "permissions.rhtml". This view has a hidden div that contains a form for adding new roles. Its just a single textfield. Also on the page I have a dropdown list of roles and then underneath that a div that contains a list of permissions for the role selected in the dropdown. I
2006 Jan 13
3
related drop down list / ajax
Hi all, I''m trying to create a related dropdown box: In my view: <select name="category" id="category"> <option value="">Select category</option> <% @categories.each do |category| %> <option value="<%= category.id %>"> <%= category.title %> </option> <% end %>
2015 Dec 14
5
libreoffice 4.4 or 5 in CentOS 6
I need the ability to make signed PDFs in LibreOffice, so I tried LO 5 and LO 4.4 rpms from LO.org but they are useless (menu and toolbar are black). Anyone been able to use a higher version of LO? Thanks
2009 Apr 26
3
How to remove dangling menu items
I tried to test Wine for the first time, installing the only application that I already had an executable for, an old version of Seamonkey web browser. It installed ok, but when uninstalled, through wine, had some issues...first the unistall option did not appear in wine, but fixed that. Finally, when uninstalled Seamonkey, it left a second wine menu item in Gnome Applications menu. I have
2006 Apr 22
3
Creating a select dropdown box with links to methods
What would be the best way to create a form select dropdown box and upon "submit" have it directly go to a controller method view? I have something that somewhat works, but I think there is probably a much easier way to do it. As of now, I have the dropdown list which when the form is submitted is handed to a controller method which basically I have my dropdown box: <%=
2009 Apr 02
8
Problem with Custom matcher and Blocks
Hi, I''m trying to write my first custom matcher. Here''s a bit of my example group. describe "/contact/index" do include FormMatchers before(:each) do render ''contact/index'' end it "should show the contact form" do response.should have_a_contact_form end describe "the contact form" do context
2007 Jul 02
3
list box poupulation using php,mysql and ptototype
I have some problems with php and Prototype.I am trying to implement listbox population (second dropdown box values depend on first dropdown) using php,Mysql and Prototype.But i have no idea how to implement . I hope you all have sucessfully done this, please show me an example --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the