search for: progressdialog

Displaying 11 results from an estimated 11 matches for "progressdialog".

2006 Aug 10
2
ProgressDialog on WindowsXP
Hi all, I''ve been trying to figure this out on my own, but if the project is headed to alpha, it should probably be resolved before that. Basically, ProgressDialog doesn''t show up at all AFAICT. The Gauge control works fine, but in the controls example as well as in a small test app, I can''t get the ProgressDialog to appear. --Mark Ping
2005 Jul 19
5
More wxruby-swig changes
I just checked in several changes from Sean Long that should make wxruby-swig work with wx 2.6 as well as 2.5. I also committed his changes to extconf.rb. But could someone please explain to me why anyone would prefer to use extconf.rb instead of rake? It just seems like one more piece of code to maintain, and I don''t like extra code. Sean: The other diffs in the patch you sent were
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...tupDialog.o obj/PageSetupDialogData.o obj/PaintDC.o obj/PaintEvent.o obj/Panel.o obj/PasswordEntryDialog.o obj/Pen.o obj/Point.o obj/PreviewCanvas.o obj/PreviewControlBar.o obj/PreviewFrame.o obj/PrintData.o obj/PrintDialog.o obj/PrintDialogData.o obj/PrintPreview.o obj/Printer.o obj/Printout.o obj/ProgressDialog.o obj/QueryLayoutInfoEvent.o obj/RadioBox.o obj/RadioButton.o obj/Rect.o obj/Region.o obj/RendererNative.o obj/SashEvent.o obj/SashLayoutWindow.o obj/SashWindow.o obj/ScreenDC.o obj/ScrollBar.o obj/ScrollEvent.o obj/ScrollWinEvent.o obj/ScrolledWindow.o obj/SearchCtrl.o obj/SetCursorEvent.o obj/Sho...
2006 Oct 24
0
[715] trunk/wxruby2/TODO: Remove some completed items
...715) </span><span class="lines">@@ -25,8 +25,6 @@ </span><span class="cx"> </span><span class="cx"> - SashWindows sashes not displaying until pulled (Linux) </span><span class="cx"> </span><del>-- ProgressDialog not working (Windows) - </del><span class="cx"> - Splitters in bigdemo sometimes disappear when loading source (OS X) </span><span class="cx"> </span><span class="cx"> - Truncation/missing widgets in bigdemo (OS X) </span><...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...tupDialog.o obj/PageSetupDialogData.o obj/PaintDC.o obj/PaintEvent.o obj/Panel.o obj/PasswordEntryDialog.o obj/Pen.o obj/Point.o obj/PreviewCanvas.o obj/PreviewControlBar.o obj/PreviewFrame.o obj/PrintData.o obj/PrintDialog.o obj/PrintDialogData.o obj/PrintPreview.o obj/Printer.o obj/Printout.o obj/ProgressDialog.o obj/PropertySheetDialog.o obj/QueryLayoutInfoEvent.o obj/RadioBox.o obj/RadioButton.o obj/Rect.o obj/Region.o obj/RendererNative.o obj/RichTextAttr.o obj/RichTextBuffer.o obj/RichTextCharacterStyleDefinition.o obj/RichTextCtrl.o obj/RichTextEvent.o obj/RichTextFileHandler.o obj/RichTextFormatting...
2005 Jul 16
28
wxruby (was: Some questions)
Roy Sutton wrote (on the FreeRIDE list): > Really? That''s interesting. I haven''t checked out WxRuby but I would > be much happier using something that interfaces to the underlying > operating system''s widgets. As a member (and former leader) of the wxruby team, I thought I would share the state of the wxruby world. The current release is 0.6, and it has
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of errors of the sort: WindowDisabler.obj : error LNK2001: unresolved external symbol _SWIG_Ruby_ConvertPtr I can see this is defined in rubydef.swg but I''m not sure why this isn''t just included in the files that need it. Can any swig experts tell me what I need to do to progress? I''m using
2004 Sep 28
9
Open call to try wxruby-swig
Hi Everyone, Over the past couple of weeks wxruby-swig has made a lot of progress. Over 100 classes have been added with attempts to mimic the existing wxruby interfaces. While still not as stable as wxruby, stability has increased dramatically. Finally, it has been built on Linux, Mac, and MSVC. This email is an invitation to try out wxruby-swig for yourself. The source code is in CVS and
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/
2010 Dec 10
0
Wine release 1.3.9
...SystemClockImpl. browseui: Use an iface instead of a vtbl pointer in ACLShellSource. browseui: Use an iface instead of a vtbl pointer in CompCatCacheDaemon. browseui: Use an iface instead of a vtbl pointer in ClassFactory. browseui: Use an iface instead of a vtbl pointer in ProgressDialog. ole32: Use an iface instead of a vtbl pointer in RemUnknown. ole32: Use an iface instead of a vtbl pointer in FileLockBytesImpl. ole32: Use an iface instead of a vtbl pointer in BindCtxImpl. ole32: Use ifaces instead of vtbl pointers in Context. ole32: Use an iface in...
2006 Nov 13
7
[736] trunk/wxruby2/samples/dialogs/dialogs.rb: Fixed crashing bug in on_paint and made the code style more Ruby like.
...gt;<span class="cx"> </span><span class="cx"> </span><del>- def onShowProgress(event) </del><ins>+ def on_show_progress(event) </ins><span class="cx"> </span><span class="cx"> dialog = ProgressDialog.new("Progress dialog example", </span><span class="cx"> "An informative message", </span><span class="lines">@@ -562,7 +561,7 @@ </span><span class="cx"> end </span><sp...