search for: demotaskbaricon

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

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.rb.patch Url:
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...
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!
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 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.