[Fxruby-users] mdichild doesnt show up
Status: Inactive
Brought to you by:
lyle
|
From: Recheis M. <Mei...@av...> - 2003-09-09 12:08:47
|
hi,=20
i am very mad that i can not make this work though i have much fxruby =
experiance allready.
now i try to calm down and write a message
#-------
require 'fox'
include Fox
app =3D FXApp.new("", "")
window =3D FXMainWindow.new(app, '...', nil, nil, DECOR_ALL, 0, 0, 200, =
100)
client=3DFXMDIClient.new window, LAYOUT_FILL_X|LAYOUT_FILL_Y
child=3DFXMDIChild.new client, 'child'
client.setActiveChild child
child.restore
app.create
window.show(0)
app.run
# ----
i expect the mdi child to show up now. but is doesn't
what s missing?
i don't understand the concept of the mdi client fully. what's the mdi =
menu for?
it seems to be okay to omit it. is it required? if so i don't understand =
why it is an extra class.
how do i get the mdi thing working?
- Henon
|