Activating one of the 4 self~create... statements in the code below shows a
difference in the way the underlying page tab is displayed for one of them.
For all but createStaticText the tab area outside the defined dialog area
is shown in grey (as one would expect I guess) but for createStaticText the
whole tab area turns white, not only the dialog area. Is this an expected
behaviour and if so how can I make it appear like the other dialog
controls? (I've added the BORDER option to the staticText control for
illustration purposes.)

Thanks,
Staffan

page1 = .page1~new
pages = .array~of(page1)
ps = .propertySheetDialog~new(pages)
ps~execute
::class page1 subclass UserPSPDialog
::method defineDialog
u = .DlgAreaU~new(self)
l = .DlgArea~new(u~x(''), u~y(''), u~w('30%'), u~h('100%'))
self~createTreeView(101, l~x, l~y, l~w, l~h)
--self~createListView(101, l~x, l~y, l~w, l~h)
--self~createEdit(101, l~x, l~y, l~w, l~h)
--self~createStaticText(101, l~x, l~y, l~w, l~h, "BORDER")
::requires "oodialog.cls"
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to