1. IDE Static text background
- Posted by Tony Steward <figjam at NLC.NET.AU> Dec 05, 2000
- 389 views
- Last edited Dec 06, 2000
------=_NextPart_000_0007_01C05EFB.42545840 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Why does a static text (text label) look fine when it is straight on a = window but if I put it in a group it gets a white background? How can I stop this? Thanks Tony ------=_NextPart_000_0007_01C05EFB.42545840 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Why does a static text (text label) = look fine when=20 it is straight on a window but if I put it in a group it gets a white=20 background?</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>How can I stop this?</FONT></DIV> <DIV> </DIV> ------=_NextPart_000_0007_01C05EFB.42545840--
2. Re: IDE Static text background
- Posted by Judith Evans <camping at FLASH.NET> Dec 05, 2000
- 396 views
Tony, I don't see the problem in the latest IDE so can I assume you encounter it when 'run' the exw? There are a couple of places Win32Lib.ew doesn't treat static text transparency properly. One is when static text is within a group that is within another group and another sometimes shows up on Tab Items. If the problem occurs in IDE, please give me a better 'picture' of what controls you have created and how they may be nested and the version of IDE you are using. Thanks, Judith On Tue, 5 Dec 2000 20:38:00 +1100, Tony Steward <figjam at NLC.NET.AU> wrote: >Why does a static text (text label) look fine when it is straight on a window but if I put it in a group it gets a white background? > >How can I stop this? > >Thanks Tony >
3. Re: IDE Static text background
- Posted by Sascha Zindel <s.zindel at GMX.DE> Dec 05, 2000
- 400 views
Judith, the problem does not occur in your IDE because you draw the controls with your own routines. As you said, it is a problem of Win32lib. Regarding the tab items, i ALWAYS have the transparancy problem. Static text within groups usually works..as long as i do not put a group in a group.... is anybody working on this problem? I think Tony needs to wait until someone fixes win32lib. I sure would like to help, but i still havenĀ“t understood the structure of win32lib (although i have learned a lot by running win32lib programs with the trace command turned on...) Thanx, Sascha P.S.: Are you going to release a new version of the IDE with the fixed property sheet in the near future?
4. Re: IDE Static text background
- Posted by Judith Evans <camping at FLASH.NET> Dec 05, 2000
- 384 views
Hi, Sascha, I just finished making the IDE stop flickering when scrolled. That was a priority. I hope to have a new release out soon. It will fix the bugs that have been brought to my attention, add Grid configuration and control copy. And contain a new Property Sheet module. Sorry for the delay. Judith On Tue, 5 Dec 2000 08:14:43 -0500, Sascha Zindel <s.zindel at GMX.DE> wrote: >Judith, > >the problem does not occur in your IDE because you draw the controls with >your own routines. > >As you said, it is a problem of Win32lib. > ...snip >Thanx, > >Sascha > >P.S.: Are you going to release a new version of the IDE with the fixed >property sheet in the near future?