similar to: [fxruby] howto show a warningmessage thatdisappears again?

Displaying 20 results from an estimated 100 matches similar to: "[fxruby] howto show a warningmessage thatdisappears again?"

2011 Mar 14
1
Javascript & Rails future
Hi, David H.H. announced recently that jquery is going to be the default in Rails 3.1, and that Prototype helpers / RJS are going into a gem. What does that mean for the future? Should we progressively forget about things like javascript helpers, RJS, and all these fun parts of rails? And start coding with jquery/json in mind? I''m not against that at all, but I have to admit I find RJS
2008 Jan 21
1
FXSplashWindow
I saw Jeroen''s suggestion on how to use FXSplashWindow on the foxgui-users list and thought I''d try it. My attempt was as follows: require ''fox16'' include Fox app = FXApp.new("App") icon = nil File.open(''icon.gif'', ''rb'') { |f| icon = FXGIFIcon.new(app, f.read) } splash =
2006 Mar 07
5
FXProgressDialog trouble
Hey all, I''m having trouble with FXProgressDialog-- I''m trying to use it to show the progress of a file upload.. I am running the upload in a separate thread that calls the dialog''s destroy method when its done.. the dialog closes, but the application remains non-responsive (as if its still in the execute loop). I''ve tried sending ID_ACCEPT to the dialog with
2006 Nov 04
0
ActiveRecord, insert and not auto-incremented primary keys...
Hi, After playing while with ActiveRecord, I''m surprised it isn''t easier to insert data into a table whose primary key is not auto-incremented by the database server. The following code... --------------------------------------- -- MySQL database "test" --------------------------------------- CREATE TABLE gardens ( code integer NOT NULL, name
2010 Jul 31
2
Non-modal FXMessageBox
Is there a way to make FxMessageBox non-modal? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100731/bd63db58/attachment-0001.html>
2006 Aug 26
0
DRbFire / ActiveRecord performances
Hi, I''m using drbfire to send a "DRbUndumped" ActiveRecord object from the server to the client, through an ADSL line of 4Mbits/s download, and 600Kbits/s upload. I was afraid there would be too many round-trips between the client and the server, and unfortunately this is true: Server code: ------------ #!/usr/local/bin/ruby require ''rubygems'' require
2009 Jun 23
9
Learning FXRuby please help!
Hi all, I''m trying to get text on to the screen in response to pressing a button. This code doesn''t work, and I don''t know why. My puts command says that the window is shown, but it''s not displayed. Also, it seems to me that there should be an easier way to get text on a screen in response to pressing a button. Any hints? Thanks! Marlene require
2008 Apr 14
3
Copy-paste between FXTable and FXTextfield
Hi, I''m using FXRuby 1.6.13 under Windows XP / Ruby 1.8.6. I''ve noticed something strange when copying-pasting things between FXTable cells, and FXTextfields. ---------------------------------------------- 1) When copying the content of an FXTextfield, and pasting it into an FXTable cell, everything works fine. 2) When selecting an FXTable cell, issuing a "copy"
2010 Nov 01
1
[Fedora] MS Powerpoint 2007 won't start.
Good Afternoon, I'm french so I hope you'll understand me quite clearly :) I'm using a Fedora 13 fresh install and I've installed Wine from repositories. My version of Wine is 1.3.5 and my kernel is 2.6.34.7-61 (I don't know if its important). I've installed Office from a legal iso that I've bought with the command : Code: $ wine /mnt/iso/SETUP.EXE Installation
2011 Jun 05
1
Hunted - The Demons Forge error....
Hey all, I've been testing a new release called Hunted - The Demons Forge. I have installed, via winetricks, DirectX9 and the vcrun suite. When running the game for the first time, there was an error concerning eihter Xact or Xinput, so I installed both. After this, the game's spash screen loaded. But shortly after, it quit. The following is the output of wine: Code:
2020 Nov 20
2
Desktop Over NFS Home Blocked By Firewalld
Hi, Just installed CentOS 7 that serves a home dir automounted over nfs. SELinux is disabled. If I go to the client (oldish version of Fedora) doing su - username works fine and the nfs export is mounted and I can see all files and everything seems well. But trying to actually login to the desktop from the client machine does not work. It starts to login but then just hangs with a black screen.
2008 May 20
0
At InfoQ: Interview about FXRuby, plus an exclusive chapter from the FXRuby Book
InfoQ has just published Werner Schuster''s interview with me, in which we discuss the FOX toolkit and FXRuby''s implementation: http://www.infoq.com/articles/johnson-fxruby-book-excerpt The article also includes an exclusive sample chapter from the new book, "FXRuby: Create Lean and Mean GUIs with Ruby". To read more about the book, please see its web page at the
2008 Jun 06
0
FXRuby 1.6.15 Now Available
All, FXRuby version 1.6.15 is now available for download from this page: http://rubyforge.org/frs/?group_id=300&release_id=22658 Note that if you''re building FXRuby from source, you should be using FOX 1.6.16 or later due to some important changes made in that release of FOX. For a summary of the changes in this release of FXRuby, please see this page:
2007 May 17
0
fxruby on cygwin...so close
On 5/17/07, bwv549 <jtprince at gmail.com> wrote: > It compiles happily, says it is install on the system: > make install > make: Nothing to be done for `install''. > > make clean <snip> There''s your trouble. There was a bug in RubyGems (which has since been fixed) that caused it to immediately clobber compiled extensions ("make
2009 Feb 07
0
Error installing MacPorts rb-fxruby...
Hi all, I''m encountering an error while trying to install the MacPorts version of fxruby on a Intel Mac running 10.4.11. It appears to be having trouble installing and building the ''fox'' library prerequisite. It looks like it''s having trouble generating the libraries: "-o .libs/libFOX-1.6.0.0.34.dylib" and "-o libFOX-1.6.la". The errors
2009 Sep 28
0
FxRuby 1.9 Binary Gem?
Hello! I am a beginner to Ruby but i like it very much. After installing the One-Click-Installer Version 1.8.6 i was very happy- everything worked finde. But i had update to version ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32] because of Look-Behinds in Regular Expressions. But now the FxRuby Gem installed just fine but doesn''t work anymore- I got an error, that
2010 Jul 20
1
ruby\samples\FXRuby\splitter.rbw
I am running the above sample and there are 3 panels (and, thus, two, uh, sliders). The left hand slider behaves the way I want. That is, when I move it left or right, the right hand slider does not move. The right hand slider does not do that. When I move it ... it moves the left hand slider. How do I make the right hand slider behave like the left hand slider? - - - - On a slightly
2005 Jan 04
0
patch for FXHeaderItem#justification= in FXRuby 1.2
On the subject of 1.2, here''s a patch to fix a "method missing" error when using FXHeaderItem#justification=. --- aliases.rb.bck 2004-12-30 17:33:34.376851376 -0500 +++ aliases.rb 2004-12-30 17:33:34.379850872 -0500 @@ -2048,7 +2048,7 @@ getJustify() end def justification=(j) # :nodoc: - setJustification(j) + setJustify(j) end
2005 Mar 08
0
Re: [Foxgui-users]FXRuby: 1.4?
On Mar 7, 2005, at 11:12 PM, Jacob Hanson wrote: > I''m using FXRuby and I like it quite a bit. But I''ve been hitting > barriers that Fox1.4 would provide for, but Fox1.2 doesn''t (new > controls, new features, etc). Is FXRuby 1.4 coming soon? I remember > hearing 1.3 was going to be skipped due to large API changes. But what > about 1.4? I''d love
2012 Feb 15
0
fxruby maintenance
Hi everybody, I''m glad to see that Lars is the new maintainer of fxruby :) regards, andy