realbasic-nug
[Top] [All Lists]

win32 tip about invisible controls

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: win32 tip about invisible controls
From: Matthias Buercher <reader at belle-nuit dot com>
Date: Wed, 30 Jan 2002 18:43:55 +0200
i wanted just to share a tip:
i am about to adapt my textfilter program to windows and i had problem 
when i change between an editfield and a listbox in runtime. the 
editifield and the listbox share the same space and are visible 
alternatively.
in win32, they shouldn't. i have not been able to make the listbox 
visible, when it is unvisible at the beginning.
the workaround is easy: just move the listbox one pixel to the left and 
they will not share exactly the same space any more and it works like 
vanilla.
therefore: two controls should not share exactly the same position and 
size in win32.

now, if someone could explain to me why a SDI application sometimes not 
stops its process after exiting...

matthias


-----------------------------------------------------
matthias buercher  belle nuit montage  fax 4112742114
matti at belle-nuit dot com        http://www.belle-nuit.com   
-----------------------------------------------------



<Prev in Thread] Current Thread [Next in Thread>