May 04, 2024, 02:58:04 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Background Bleedthrough

Started by LarryMc, July 17, 2007, 05:35:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

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
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

LarryMc

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
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

LarryMc

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
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

jerryclement

 ;) ;)
Thanks Larry, your post fixed a bleedthru problem I had also!!

Jerry C.
Jerry - Newbie from TN