search for: taskbaricon

Displaying 20 results from an estimated 22 matches for "taskbaricon".

2007 Jul 21
0
[1131] trunk/wxruby2/swig/classes/TaskBarIcon.i: TaskBarIcon should never be destroyed by Ruby, else will segfault-on-exit
...#ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1131] trunk/wxruby2/swig/classes/TaskBarIcon.i: TaskBarIcon should never be destroyed by Ruby, else will segfault-on-exit</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1131</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt&g...
2007 Jun 20
1
Wx::TaskBarIcon example?
I was wondering if anyone could help me out with a little bit of sample code for TaskBarIcon. I want my app to launch hidden and be able to show/hide it from a taskbaricon menu. I found some C++ examples but they were beyond the scope of what I''m trying to do and confused me more. Thanks, -Alex C.
2007 Aug 23
7
TaskBarIcon gives Typerror
...t next to this Wiki: http://wxruby.rubyforge.org/wiki/wiki.pl and this Doc: http://wxruby.rubyforge.org/doc/ I couldn''t find something usefull for it. Also del.icio.us has no intresting links. Do you know any good website or book about wxruby? My problem at the moment is, I wanna test the TaskBarIcon on Gnome and so I did: #!/usr/bin/env ruby $Verbose=true require ''rubygems'' require ''wx'' include Wx class MinimalApp < App def on_init mytask = TaskBarIcon.new mytask.set_icon(''shutdown.svg'',''thats m...
2010 Nov 07
1
On Mac: undefined method `create_popup_menu' for #<Wx::TaskBarIcon>
Hi there, I got the following error every time when I tried right clicking the app icon on Dock. Env: Mac OS X 10.6 wxRuby: wxruby-2.0.1-universal-darwin-9 Error: undefined method `create_popup_menu'' for #<Wx::TaskBarIcon:0x1884be40> Backtrace: /Users/zhimin/Work/projects/testwise/vendor/source/darwin/gems/wxruby-2.0.1-universal-darwin-9/lib/wx/accessors.rb:50:in `method_missing'' /Users/zhimin/Work/projects/testwise/vendor/source/darwin/gems/wxruby-2.0.1-universal-darwin-9/lib/wx/accessors.rb:50:in `...
2006 Nov 19
1
TaskBarIcon i wxruby2-preview gem
Hi! I would like to use the Wx::TaskBarIcon class, but it does not seem to be present in my installation. I''m using the latest "wxruby2-preview" gem. From browsing the mailing lists it seems as if this class was added quite recently, so I guess it is not yet included in the gem. So my questions are: When will this class...
2006 Nov 30
0
Re: TaskBarIcon i wxruby2-preview gem (Alex Fenton)
...nd the time I''ll try to build it myself. Otherwise I''ll just wait for the next gem. Thanks for a great job on wxruby2 btw! Regards, Mattias > > > > Date: Tue, 21 Nov 2006 08:40:53 +0000 > From: Alex Fenton <alex@pressure.to> > Subject: Re: [Wxruby-users] TaskBarIcon i wxruby2-preview gem > To: General discussion of wxRuby <wxruby-users@rubyforge.org> > Message-ID: <4562BB95.3040103@pressure.to> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi Mattias > > Sorry for the delay in replying - have had trouble wit...
2006 Oct 15
4
TaskBarIcon
Attached are some patches to implement the TaskBarIcon. Let me know how this works on Linux and OS X. You may want to ''svn update'' first and get the new version of ruby.png since I fixed the transparent background. Roy -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: bigdemo.r...
2008 Mar 13
3
TaskBarIcon in OS X
Is the Wx:TaskBarIcon supported under OS X? I can''t seem to get it working. My code works under Windows, but not OS X. I thought it was something I was doing, so I tried the bigdemo.rb sample and that doesnt'' seem to like OS X either. I''m running OS X 10.5 with wxRuby 1.9.5 gem and ruby 1.8.6...
2007 Dec 18
1
Dynamic Task Bar Menu Items
Am looking for a way to dynamically add menu items to a task bar icon menu. And then once selected - I would like to get the title of the menu item. The general idea is to read a text file: Project1 Project2 Project3 ===== Add those to the task bar menu, and when i select (for example) Project2, I want to pass the string "Project2" to the code. Also - Am wondering about how to get
2007 Dec 10
3
Popup Window
Hey! I would need a popup window like this (not necessarily associated to a taskbaricon): http://www.venraiker.com/wp-content/uploads/2006/03/libnotifyvx.png I should be possible to show such a window for a certain time, displaying a certain message. Is a similar thing possible with wx? Are there oder options? thx ck -- Posted via http://www.ruby-forum.com/.
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 applica...
2006 Oct 16
1
Printing
I have applied Sean''s patches internally. Only print preview is working. I will try to see why page setup and print aren''t working later. Be careful applying those patches as they may remove the TaskBarIcon changes that were checked in recently. (I just edited them out before applying) Roy
2007 Dec 08
1
Windows or Cross-Platform System Tray
I am new to Ruby, and am trying out wxRuby, is there a place to find examples of code to make system tray icons with left and right click menus? Cross platform is ideal, but win32 specific if necc... thanks!
2006 Oct 17
0
[683] trunk/wxruby2/doc/textile/index.txtl: Fix a table
...nes">@@ -405,8 +405,7 @@ </span><span class="cx"> |LayoutAlgorithm|An alternative window layout facility| </span><span class="cx"> |Process|Process class| </span><span class="cx"> |Timer|Timer class| </span><del>-|TaskBarIcon|Icon that appears in the task bar, system tray or dock, and -can have a popup menu| </del><ins>+|TaskBarIcon|Icon that appears in the task bar, system tray or dock, and can have a popup menu| </ins><span class="cx"> |StopWatch|Stop watch class| </span><spa...
2008 Jul 28
12
Segfault with GridCellChoiceEditor
I have a problem. In my application I have a few Grid objects in a Notebook. The Grid objects are populated via GridTableBase. Certain Grid cells need to have a choice interface (I''m artificially enforcing foreign key constraints). All this works to the point where you try to edit the value for that cell. The choice box renders (i.e. the drop down arrow appears) then the application
2007 Aug 05
5
accent
Salut alex, est-ce qu''il est possible d''avoir la liste de tous les accents qu''il est possible de représenter avec wxruby2, comme "é" par exemple. merci Sebastien _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...utton.o obj/SpinCtrl.o obj/SpinEvent.o obj/SplashScreen.o obj/SplitterEvent.o obj/SplitterWindow.o obj/StaticBitmap.o obj/StaticBox.o obj/StaticBoxSizer.o obj/StaticLine.o obj/StaticText.o obj/StatusBar.o obj/StdDialogButtonSizer.o obj/StyledTextCtrl.o obj/StyledTextEvent.o obj/SystemSettings.o obj/TaskBarIcon.o obj/TextAttr.o obj/TextCtrl.o obj/TextDataObject.o obj/TextDropTarget.o obj/TextEntryDialog.o obj/TextUrlEvent.o obj/TextValidator.o obj/Timer.o obj/TimerEvent.o obj/TipProvider.o obj/TipWindow.o obj/ToggleButton.o obj/ToolBar.o obj/ToolBarToolBase.o obj/ToolTip.o obj/TopLevelWindow.o obj/TreeCtr...
2006 Nov 21
0
[747] trunk/wxruby2/Changelog: get_item stuff, evt_toolbar, also correct a commit from 0.0.37 that I missed
...lass="cx"> - Removed SWIG virtual feature from rakewx.rb for SWIG 1.3.30 compatibility </span><span class="cx"> (Roy Sutton) </span><span class="cx"> - Remove obsolete calls to init_all_image_handlers (Roy Sutton) </span><ins>+- TaskBarIcon class and sample added (Roy Sutton)&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp </ins><span class="cx"> - DragImage class and sample added (Alex Fenton) </span><span class="cx"> - StdDialogButtonSizer class added (Alex Fenton)...
2006 Oct 19
0
[694] trunk/wxruby2/doc/textile: Added back the logging classes which were over-zealously removed when
.../span><ins>+|Log|Base class for logging| +|LogTextCtrl|A TextCtrl that displays application log messages| </ins><span class="cx"> |Process|Process class| </span><span class="cx"> |Timer|Timer class| </span><span class="cx"> |TaskBarIcon|Icon that appears in the task bar, system tray or dock, and can have a popup menu| </span></span></pre></div> <a id="trunkwxruby2doctextilelogtxtl"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/doc/textile/log.txtl (693 =&g...
2008 Mar 01
11
wxRIDE Finally Available
Hello fellow wxRuby users, Well, after a long period in which I originally announced that I was creating an IDE, I have finally become satisfied enough to release a SVN Version of wxRIDE. I started the project out, and in cases where I couldn''t launch the application again, I utilized SciTE (Which uses Scintilla, same as wxRIDE), outside of that initial part, and subsequent failures to