IonicWind Software

IWBasic => GUI Central => Topic started by: LarryMc on July 17, 2007, 05:35:30 PM

Title: Background Bleedthrough
Post by: LarryMc on July 17, 2007, 05:35:30 PM
I've seen this problem before, it was easy to fix, but I don't remember.

Sometimes there is blledthrough from the 'git-go'.

Sometimes it looks right until you switch to another window and come back.

Larry
Title: Re: Background Bleedthrough
Post by: LarryMc on July 17, 2007, 06:04:38 PM
Found the cause of blled-through on the 2 static controls.
Adding a static text control with the dialog editor puts a 'B' on the end of the flags number.
Changing that to a 0,1, or 2(for left, center, right alignment) makes that portion of the problem go away.

Still haven't figured out the @group control's problem.

Larry
Title: Re: Background Bleedthrough
Post by: LarryMc on July 17, 2007, 06:29:18 PM
Found the problem with @groupbox

Searching the old IBasic forums for everything that had @groupbox in it I found a series of post from May 2005 where someone was having the same basic problem.

The soultion was,in a nutshell, that groupboxes are for dialogs and not for windows.  use a static text box and a rect to get the same look in a window.

Larry
Title: Re: Background Bleedthrough
Post by: jerryclement on July 17, 2007, 08:15:19 PM
 ;) ;)
Thanks Larry, your post fixed a bleedthru problem I had also!!

Jerry C.