search for: my_icon

Displaying 5 results from an estimated 5 matches for "my_icon".

2007 Feb 12
0
[871] trunk/wxruby2/samples/printing/printing.rb: Enable sample to be run from other directories
...</span><span class="lines">@@ -101,9 +101,11 @@ </span><span class="cx"> </span><span class="cx"> # Load icon </span><span class="cx"> if Wx::PLATFORM == "WXMSW" </span><del>- my_icon = Wx::Icon.new("mondrian.ico",Wx::BITMAP_TYPE_ICO) </del><ins>+ icon_file = File.join(File.dirname(__FILE__), ''mondrian.ico'') + my_icon = Wx::Icon.new(icon_file, Wx::BITMAP_TYPE_ICO) </ins><span class="cx"> else </span&g...
2007 Oct 17
0
GMarkerGroup center_and_zoom_on_markers problem
Hi, I found the funcitoned mentioned in title (center_and_zoom_on_markers) but am having troubles getting it working. I have several markers being added to an array (@gmap_markers = []) in the following manner: marker = GMarker.new(latlng, :info_window => infoString, :icon => my_icon) @gmap_markers << marker I am then trying to do the following: group = GMarkerGroup.new(true, @gmap_markers) @map.overlay_global_init(group,"NOI") @map.record_init group.center_and_zoom_on_markers But I get the following error: this.v has no properties (on line 611 of main.js, ac...
2007 Jul 25
11
taskbaricon
Salut alex, j''ai un petit souci. quand j''utilise "demotaskbaricon" avec traducteur-wxruby, que j''ouvre mon application(donc l''icone apparaƮt dans la barre de lancement rapide) et que je ferme mon application, l''icone disparaƮt tout de suite. Mais quand je l''utilise avec l''exemple Wizard et que je ferme mon application
2007 Mar 19
0
[901] branches/wxruby2/wxwidgets_282/samples/printing/printing.rb: Method name change fix in printing sample for API change 2.6 -> 2.8
.../printing.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-03-19 22:30:26 UTC (rev 901) </span><span class="lines">@@ -110,7 +110,7 @@ </span><span class="cx"> </span><span class="cx"> dc.draw_icon( my_icon, 100, 100) </span><span class="cx"> </span><del>- if @bitmap.ok </del><ins>+ if @bitmap.is_ok </ins><span class="cx"> dc.draw_bitmap( @bitmap, 10, 10 ) </span><span class="cx"> end </span&g...
2014 Jul 12
6
CentOS 7 - Add a menu item.
I am kinda stuck. I want to add a menu item and like all previous versions of Centos I used Alacarte without issue. In C7, it will not allow you to put anything but a one name command. IE, firefox. You can not have something like java -jar /opt/PROG/NAME.jar. It grays out the OK button as soon as you put a space after java. Note if you edit a menu item that that has a space, it is also grayed