* 650 Posts in 228 Topics by 68 Members Latest Member: takis76   **
IFSO PORTAL
  Advanced search
May 17, 2012, 07:14:48 pm
HomeforumHelpSearchLoginRegister**
Recent Posts
[May 05, 2012, 01:01:38 pm]

[May 03, 2012, 02:11:03 pm]

[April 30, 2012, 12:48:25 pm]

[April 30, 2012, 12:46:52 pm]

[March 02, 2012, 02:05:01 pm]

[February 01, 2012, 07:03:43 pm]

[January 10, 2012, 09:50:03 pm]

[November 06, 2011, 02:57:54 pm]

[November 05, 2011, 08:11:39 pm]

[November 03, 2011, 12:09:02 pm]
IFSO Portal  |  Forum  |  ifsoGUI  |  ifsoGUI Discussion  |  Topic: How do you get rid of Blue Box? « previous next »
Pages: [1] Go Down Print
Author Topic: How do you get rid of Blue Box?  (Read 1200 times)
NOOB_GUI
ifsoGUI Owner
Newbie
*
Offline Offline

Posts: 5



View Profile
« on: November 03, 2011, 12:50:21 pm »

I have create Labels but when on the window screen...

It got Blue Box round the Labels.....how do you get rid of the Blue Box?  Huh
Logged
TaskMaster
Administrator
Sr. Member
*****
Offline Offline

Posts: 450


TaskyZ
View Profile
« Reply #1 on: November 03, 2011, 02:36:36 pm »

I have create Labels but when on the window screen...

It got Blue Box round the Labels.....how do you get rid of the Blue Box?  Huh

Can you post a picture?  Is it the focus indicator?

Logged
NOOB_GUI
ifsoGUI Owner
Newbie
*
Offline Offline

Posts: 5



View Profile
« Reply #2 on: November 03, 2011, 04:33:50 pm »



Those Label of Name, Age and National shouldnt have Blue Box.....

How do you get rid of them?
Logged
TaskMaster
Administrator
Sr. Member
*****
Offline Offline

Posts: 450


TaskyZ
View Profile
« Reply #3 on: November 05, 2011, 08:10:33 pm »

SetShowBorder And SetTransparent both could make that go away.

You should read through the wiki at wiki.ifsogui.com.
Logged
NOOB_GUI
ifsoGUI Owner
Newbie
*
Offline Offline

Posts: 5



View Profile
« Reply #4 on: November 06, 2011, 11:06:13 am »

Global btnShowPanel5:ifsoGUI_Label = ifsoGUI_Label.Create(250, 20, 120, 25, "btnShowPanel5", "   OPTIONS")
window.AddChild(btnShowPanel5)
Option.SetShowBorder(btnShowPanel5:False)

How can I get it working?  Huh

p.s. It would be nice if the IFSOGUI documents have code example then I wouldnt be asking on here hence why I got stuck Sad
Logged
TaskMaster
Administrator
Sr. Member
*****
Offline Offline

Posts: 450


TaskyZ
View Profile
« Reply #5 on: November 06, 2011, 02:57:54 pm »

Your problem here is not an ifsoGUI problem, but a lack of knowing how to use BlitzMax.

Global btnShowPanel5:ifsoGUI_Label = ifsoGUI_Label.Create(250, 20, 120, 25, "btnShowPanel5", "   OPTIONS")
window.AddChild(btnShowPanel5)
btnShowPanel5.SetShowBorder(True)

There are sample programs for ifsoGUI that show you how to use every single one of the gadgets.
« Last Edit: November 07, 2011, 06:01:38 pm by TaskMaster » Logged
Pages: [1] Go Up Print 
IFSO Portal  |  Forum  |  ifsoGUI  |  ifsoGUI Discussion  |  Topic: How do you get rid of Blue Box? « previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines
TinyPortal v0.9.8 © Bloc
TechHead design by Bloc
Valid XHTML 1.0! Valid CSS!