Displaying 13 results from an estimated 13 matches for "minifram".
Did you mean:
miniframe
2006 Jul 24
6
MiniFrame.i
Hi
Another little patch, adding MiniFrame (a frame with small title bar and
buttons which doesn''t appear in the desktop taskbar).
Also a sample - not very interesting, happy to roll this into something
else if that''s better.
cheers
alex
_______________________________________________
wxruby-users mailing list
wxru...
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/.
2006 Sep 25
0
Frame and MiniFrame
In my builds on my system I cannot run both the MiniFrame and Frame
examples in BigDemo one after the other. Does this happen for anyone
else with the current checked-in code? I''m not sure if it''s my SWIG or
recent changes. I get the following error:
superclass mismatch for class MyFrame
Anyone?
2006 Sep 26
1
Frame and MiniFrame patch
This patch allows them to both work. Basically, I renamed the class for
the MiniFrame sample. I was under the mistaken impression that Ruby let
you redefine a class. Anyone know how to do that?
The wxFrame.rbw patch just centers the window for looks.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org...
2006 Sep 15
1
wxMiniFrame
This implements a MiniFrame example. Not very exciting, but there you
go. We need to figure out why center_on_parent isn''t working. Maybe
I''ll tackle that next.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/list...
2008 Apr 30
1
MediaCtrl with no parent?
Hiyas, I''m trying to make a mediactrl with no parent or with my
application as the parent, so it can play music in the background (I''m
making a simple alarm app), but I cant seem to get it workin. Any ideas
or does it need to have a frame as a parent?
--
Posted via http://www.ruby-forum.com/.
2006 Jan 03
4
iax2 wireless and Multicast
Hi.
I'm proposing a wireless distribution system in infraestructure mode for a
valley with no cables and distant houses, respect to Asterisk, I can get a
company I work with to provide me with E1 and use LCR to get 4 different
telcos based on prefix.
I've been reading a very interesting paper about voip on wireless, i recommend
it really
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...stEvent.o obj/ListItem.o obj/ListItemAttr.o obj/Listbook.o obj/ListbookEvent.o obj/Locale.o obj/Log.o obj/LogTextCtrl.o obj/MDIChildFrame.o obj/MDIParentFrame.o obj/Mask.o obj/MediaCtrl.o obj/MediaEvent.o obj/MemoryDC.o obj/Menu.o obj/MenuBar.o obj/MenuEvent.o obj/MenuItem.o obj/MessageDialog.o obj/MiniFrame.o obj/MouseEvent.o obj/MoveEvent.o obj/MultiChoiceDialog.o obj/Notebook.o obj/NotebookEvent.o obj/NotifyEvent.o obj/NumberEntryDialog.o obj/Object.o obj/PageSetupDialog.o obj/PageSetupDialogData.o obj/PaintDC.o obj/PaintEvent.o obj/Panel.o obj/PasswordEntryDialog.o obj/Pen.o obj/Point.o obj/Previe...
2007 May 31
0
[1043] trunk/wxruby2/samples/bigdemo: Don''t manually call destroy
...lt;pre>Don''t manually call destroy</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwxruby2samplesbigdemowxFramerbw">trunk/wxruby2/samples/bigdemo/wxFrame.rbw</a></li>
<li><a href="#trunkwxruby2samplesbigdemowxMiniFramerbw">trunk/wxruby2/samples/bigdemo/wxMiniFrame.rbw</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwxruby2samplesbigdemowxFramerbw"></a>
<div class="modfile"><h4>Modified: trunk...
2007 May 21
13
First drop of new memory management
Hi
Just a quick update on memory leaks etc. I''ve just dropped a bunch of
patches with a new approach to linking ruby''s GC to Wx''s memory
handling. Still some work to do - eg bigdemo.rb falls over quite quickly
- but working well for me on other samples.
Briefly, it disposes of fixdeleting. For almost all objects that aren''t
Windows, they should now be
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...stEvent.o obj/ListItem.o obj/ListItemAttr.o obj/Listbook.o
obj/ListbookEvent.o obj/Locale.o obj/Log.o obj/LogTextCtrl.o
obj/MDIChildFrame.o obj/MDIParentFrame.o obj/Mask.o obj/MediaCtrl.o
obj/MediaEvent.o obj/MemoryDC.o obj/Menu.o obj/MenuBar.o obj/MenuEvent.o
obj/MenuItem.o obj/MessageDialog.o obj/MiniFrame.o obj/MouseEvent.o
obj/MouseState.o obj/MoveEvent.o obj/MultiChoiceDialog.o
obj/NavigationKeyEvent.o obj/Notebook.o obj/NotebookEvent.o
obj/NotifyEvent.o obj/NumberEntryDialog.o obj/Object.o
obj/PageSetupDialog.o obj/PageSetupDialogData.o obj/PaintDC.o
obj/PaintEvent.o obj/Panel.o obj/PasswordEntr...
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my
linux box. I compiled the demos and all the demos, save dbbrowse,
work. I think I have a functional wx. Now I''m trying to install wxRuby
from source, since I have a 64 bit machine. I only have permission to
my home directory so my installation is :
/usr/people/stevenq/Applications/wxX11/
2006 Dec 18
13
unit testing wxruby GUIs
paul.allton at uk.bnpparibas.com wrote:
> I''m a big fan of automated UI testing (i.e. driving the UI from some
robot API). I appreciate this
> is potentially a whole new project, but does wxwidgets provide a
method of clicking buttons,
> typing into components ... if so, would it be technically possible to
expose this in wxruby.
I like automated UI testing too, but