Fenloh
May 14th, 2010, 13:01
Hi again,
I am lost with the subwindows.
As far as i understand it you have a Windowclass, lets call it "testclass"
within the Sheetdata you place a Subwindow
<subwindow name="testsubwindow">
<bounds>0,0,30,18</bounds>
<class>charsheet_windowclass</class>
</subwindow>
How exactly do i call it to the visible status?. It is invisble in its standard. I understood the code of moon, that he calls the window with
"window[testsubwindow].setVisible(true)"
but unfortunatly it does not work for me. I tried to understand it by folowing the way moon has dealt with the Tabtargets.
Fenloh
I am lost with the subwindows.
As far as i understand it you have a Windowclass, lets call it "testclass"
within the Sheetdata you place a Subwindow
<subwindow name="testsubwindow">
<bounds>0,0,30,18</bounds>
<class>charsheet_windowclass</class>
</subwindow>
How exactly do i call it to the visible status?. It is invisble in its standard. I understood the code of moon, that he calls the window with
"window[testsubwindow].setVisible(true)"
but unfortunatly it does not work for me. I tried to understand it by folowing the way moon has dealt with the Tabtargets.
Fenloh