Displaying 20 results from an estimated 700 matches similar to: "Windows or Cross-Platform System Tray"
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
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 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.
2008 May 09
1
News on Single Drive RaidZ Expansion?
I cannot recall if it was this (-discuss) or (-code) but a post a few
months ago caught my attention.
In it someone detailed having worked out the math and algorithms for a
flexible expansion scheme for ZFS. Clearly this is very exciting to me,
and most people who use ZFS on purpose.
I am wondering if there is currently any work in progress to implement
that - or any other method of
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.
-dave
--
David Grandinetti
(315) 569 2594
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 Aug 23
7
TaskBarIcon gives Typerror
Hi,
I''m working with wxruby since 2 days but 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:
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 Dec 23
11
RAIDZ(2) expansion?
I skimmed the archives and found a thread from July earlier this year
about RAIDZ expansion. Not adding more RAIDZ stripes to a pool, but
adding more drives to the stripe itself. I''m wondering if an RFE has
been submitted for this and if any progress has been made, or is
expected? I find myself out of space on my current RAID5 setup and
would love to flip over to a ZFS raidz2 solution
2002 Nov 26
1
Will pay $50 for a MingW build of latest rsync for Win32
I need to distribute rsync (useable for both client and --daemon) on
Win32. Distributing cygwin1.dll is, well you know, a bad idea. I took a
shot at building under MingW but ran into an ugly looking error:
> checking for socklen_t... no
> checking for socklen_t equivalent... configure: error: Cannot find a
> type to use in place of socklen_t
I will pay $50 for a MingW build of latest
2006 Dec 05
1
A question on grid - grid.points not spaced properly
Hello,
How can i 'fix' the following output.
v=viewport(x=216/2, y=216/2,w=216, h=216,default.units = "bigpts")
pushViewport(v)
x=c(119,130,140,151)
y=c(124,124,124,124)
grid.points(x,y,size=unit(1,"bigpts"),default.units="bigpts",pch=".")
grid.points(x-2,y,size=unit(1,"bigpts"),default.units="bigpts",pch=".")
2008 May 27
2
ForkCDR
Hello, CDR fans!
I'm looking at some issues brought forward over time:
12726/10668: someone wants me to revert the changes I made via
bug 10668, last Sept; (that's
they are messing him up. And I didn't do the change
suggested in ForkCDR, for fear of lousing up
folks depending on current behavior. Which probably sparked:
11721 :
2008 Jan 08
28
1.9.3 release, rakefile
Hi
I''d like to put out a 1.9.3 release perhaps later this week/weekend. If
you have a chance to test the build and samples esp with latest
rubygems, please do.
There are still some bugs on the list, and samples to do, but this
should address all the build/install probs that have come up. And it
would be good to get some testing and feedback on some of the new classes.
A note on the
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
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
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 be available in the gem package?
Until then, do I have
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 11
4
Choosing a Sizer
Following alex advices, i''ve used both "text/textctrl.rb" and
"etc/threaded.rb" to build my first wxApp.
I''ve changed the Sizer type mainly (from "Wx::BoxSizer" to
"Wx::FlexGridSizer").
I didn''t find the way to let @log (Wx::TextCtrl) span 2 columns. At the time
of writing it''s growing only vertically.
And also how to get
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