search for: theapp

Displaying 6 results from an estimated 6 matches for "theapp".

Did you mean: theapt
2008 Sep 06
0
Tab control using FXRuby
...cked| # ## your button press code here ## exit() end # quit # set initial field address fld1a.setFocus end # def initilize def create super show(PLACEMENT_SCREEN) end # create end # class MainWindow # ============= main prog ============ # Construct an application theApp = FXApp.new(''Smithy'',''Max'') # Construct the main window theApp.normalFont = FXFont.new(theApp,''Adobe Courier'',12,FONTWEIGHT_BOLD) # define default display FONT for this application MainWindow.new(theApp) # Create and show the appli...
2009 Jul 21
0
Lots of "file exists" errors with rsync version 3.0.6
Hi, we have started getting "file exists" ~100s errors every day. I think we never got it with rsync 2.6.9. Is there anything changed in new version that has been generating these errors? Error while syncing /usr/local/theapp/: rsync: symlink "/usr/local/theapp/2009.uv" -> "../thedt.uv" failed: File exists (17) ... Error while syncing /usr/local/theapp/: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6] Am I missing anything? Thanks...
2009 Jan 29
6
Control Characters
I am attempting a text editor using wxRuby. I''m having character issues. Strings are not binary-safe. Some characters are not allowed. - newline / line feed (\n), tab (\t) are displayed - carraige return (\r) is stripped - Other control characters and high-ascii cause control values to become empty. Affected controls include: Wx::TextCtrl, Wx::StaticText, Wx::Clipboard, et al. Most
2006 Feb 23
3
rake error
I installed at least one gem since I thought I actually once was able to run ''rake appdoc'' command since there is an api for my models and the ez_where plugin that I installed earlier. I wanted to see the api for pdf-writer which is the gem that I installed most recently. (no, I haven''t given up the issue of ''looping'' that Kevin and some others replied
2006 Dec 24
0
[801] trunk/wxruby2/doc/textile: Explain how to use the block-style class methods in these classes
...sp&nbsp&nbsp </ins><span class="cx"> </span><del>- for (int i = 0; i < 100000; i++) - { - DoACalculation(); - } - - -It works by creating a window in the constructor, -and deleting it in the destructor. - -You may also want to call TheApp->Yield() to refresh the window -periodically (in case it had been obscured by other windows, for -example) like this: - - - WindowDisabler disableAll; - - BusyInfo wait("Please wait, working..."); - - for (int i = 0; i < 100000; i++) - { - DoACalculation();...
2011 Dec 28
4
JVM 7 fails to start
Hi, I installed the jre-7u2 into the wine under Ubuntu 11.10 But, when I try to run the java itself: Code: wine ${PATH_TO_JAVA/BIN}/java.exe I get following error: Code: fixme:heap:HeapSetInformation (nil) 1 (nil) 0 Error occurred during initialization of VM java/io/IOException: Bad pathname Any hints? Help will be mostly appreciated, I need to run windows app, which uses JVM. Thanks.