Help with fox-tool

  • Thread starter Nigel Wilkinson
  • Start date
N

Nigel Wilkinson

I've been playing with this app and think it shows great promise.
According to the documentation I believe FXDialogBox has been implemented
but I can't workout how to use it. Any pointers would be greatly
appreciated.

Keep up the good work Meinrad.

Cheers
Nigel
 
S

Simon Strandgaard

Nigel Wilkinson said:
I've been playing with this app and think it shows great promise.
According to the documentation I believe FXDialogBox has been implemented
but I can't workout how to use it. Any pointers would be greatly
appreciated.

How about?

require 'fox'
include Fox

class RedDialog < FXDialogBox
def initialize(owner)
super(owner, "Editor", DECOR_ALL, 0, 0, 640, 480, 0, 0, 0, 0, 0, 0)
# initialize buttons.. etc
end
def create
super
show
end
end
 
N

Nigel Wilkinson

--On Thursday, June 03, 2004 07:22:48 +0900 Simon Strandgaard
How about?

require 'fox'
include Fox

class RedDialog < FXDialogBox
def initialize(owner)
super(owner, "Editor", DECOR_ALL, 0, 0, 640, 480, 0, 0, 0, 0, 0, 0)
# initialize buttons.. etc
end
def create
super
show
end
end

Perhaps I should have been more explicit. My problem is how to use the
FXDialogBox class from within fox-tool which is an interactive graphical
user interface builder for FXRuby rather than how to use it from within
FXRuby.

Cheers
Nigel
 
S

Simon Strandgaard

Nigel Wilkinson said:
How about?
[snip code]

Perhaps I should have been more explicit. My problem is how to use the
FXDialogBox class from within fox-tool which is an interactive graphical
user interface builder for FXRuby rather than how to use it from within
FXRuby.

Sorry, I cannot help you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,146
Messages
2,570,832
Members
47,374
Latest member
anuragag27

Latest Threads

Top