* 671 Posts in 238 Topics by 74 Members Latest Member: pythagoras   **
IFSO PORTAL
  Advanced search
May 18, 2013, 04:41:39 pm
HomeforumHelpSearchLoginRegister**
Recent Posts
[May 08, 2013, 10:38:33 pm]

[April 26, 2013, 02:00:31 pm]

[April 14, 2013, 12:39:49 pm]

[December 21, 2012, 06:13:17 am]

[November 13, 2012, 02:21:49 pm]

[August 28, 2012, 06:38:27 pm]

[May 28, 2012, 10:12:41 pm]

[May 05, 2012, 01:01:38 pm]

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

[April 30, 2012, 12:48:25 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 2452 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: 462


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: 462


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: 462


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.17 | SMF © 2011, Simple Machines
TinyPortal v0.9.8 © Bloc
TechHead design by Bloc
Valid XHTML 1.0! Valid CSS!