Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Program Announcements / [LOCKED] BLUE Graphical User Interface Plugin Release - Windows Gadgets in your apps

Author
Message
Thanatos
19
Years of Service
User Offline
Joined: 26th Sep 2004
Location: In the firy depths of the Underworld
Posted: 3rd Oct 2004 06:28
Well great job with the plugin so far, keep up the good work.

-Thanatos

Working with 1tg46 on DarkBASIC Network.
Coming along great.
Guyon
20
Years of Service
User Offline
Joined: 6th Jun 2003
Location: United States
Posted: 3rd Oct 2004 06:38
Rainbow's new menu editor ROCKS!
granada
21
Years of Service
User Offline
Joined: 27th Aug 2002
Location: United Kingdom
Posted: 4th Oct 2004 05:19
Hi rob

Can we have a child window inside the main window!

dave

Windows XP Home 2002 Service Pack 1,1AMD Athlon(tm)XP 3200+ Barton 2.20 GHz ,1 GB of RAM
NVIDIA GeForce FX 5600 256MB DDR
http://www.granadagames.com/
1tg46
20
Years of Service
User Offline
Joined: 1st Feb 2004
Location: I dont know!
Posted: 4th Oct 2004 05:33
check the new examples if you have blueGui2 I think their is an example of that in their somewhere.


1tg46 is my name coding is my game.
granada
21
Years of Service
User Offline
Joined: 27th Aug 2002
Location: United Kingdom
Posted: 4th Oct 2004 06:05
Thanks 1tg46
Trying to find it now

dave

Windows XP Home 2002 Service Pack 1,1AMD Athlon(tm)XP 3200+ Barton 2.20 GHz ,1 GB of RAM
NVIDIA GeForce FX 5600 256MB DDR
http://www.granadagames.com/
granada
21
Years of Service
User Offline
Joined: 27th Aug 2002
Location: United Kingdom
Posted: 4th Oct 2004 06:40
Cant find it
Can anyone post a example please

dave

Windows XP Home 2002 Service Pack 1,1AMD Athlon(tm)XP 3200+ Barton 2.20 GHz ,1 GB of RAM
NVIDIA GeForce FX 5600 256MB DDR
http://www.granadagames.com/
Rob K
Retired Moderator
21
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 4th Oct 2004 07:43
Just use the createWindow function.

For a child window this would be something like:

newChild=createWindow(0,0,200,200,"Child Window",WINDOW_NORMAL,0,0,0)

In BlueGUI v1 there was a bug where child windows could not go outside of their parent, which is not proper windows behaviour.

However, if you want to force the child window to stay inside of the parent, you can use setParentGadget - this is technically a bug, but I have been asked not to fix it!


BlueGUI:Windows UI Plugin - All the power of the windows interface in your DBPro games.
Rknight
20
Years of Service
User Offline
Joined: 25th Sep 2003
Location: NJ
Posted: 4th Oct 2004 09:15
It's nice to be able to force a window to stay within another window.
Powersoft
20
Years of Service
User Offline
Joined: 1st Aug 2003
Location: United Kingdom
Posted: 5th Oct 2004 01:42
very good rob... nice site as well... been sleeping for ages so not checked thread...


Scorched Turf --> Project Thread
1tg46
20
Years of Service
User Offline
Joined: 1st Feb 2004
Location: I dont know!
Posted: 5th Oct 2004 05:31
Quote: "newChild=createWindow(0,0,200,200,"Child Window",WINDOW_NORMAL,0,0,0)

In BlueGUI v1 there was a bug where child windows could not go outside of their parent, which is not proper windows behaviour. "


Somewhere in the examples portion of the help files it has this mentioned in a file (not in the title of file)

@RobK
I can't get the Helpview code to work correctly, so I have been working on the trial version of it even though it would be nice to make the file beta so it does not keep on closing.


1tg46 is my name coding is my game.
Duffer
21
Years of Service
User Offline
Joined: 9th Feb 2003
Location: chair
Posted: 10th Oct 2004 04:37
@ RobK,

Howz it going? Close to release of BGUI2 final? How abouts will people already with BGUI go about downloading etc or will you be sending out the emails>?
eat much pie
20
Years of Service
User Offline
Joined: 9th Apr 2004
Location: Within the mind of a lowly mortal...
Posted: 10th Oct 2004 06:41
I think he's going through the bugs with the final preview of v2 and rainbow. Shouldn't be long now...

/me curled up in corner repeating those last 4 words


[href]Checkpoint Router[/href]: My AI Routing Program
Sam Wright
Guyon
20
Years of Service
User Offline
Joined: 6th Jun 2003
Location: United States
Posted: 10th Oct 2004 06:55
Duffer why do you keep asking this? What the big hurry?

The current beta is so close to final I doubt you will be able to tell the difference. And all version 1 people can beta V2beta.

I can't figure why so many people keep pushing the final??? I want a solid product and RobK is putting forth the time to do it right. Plus he kind enough to let us have the most current beta!
Unless you have a product ready for market, I wish people would practice patience.
Duffer
21
Years of Service
User Offline
Joined: 9th Feb 2003
Location: chair
Posted: 10th Oct 2004 07:32
@ Guyon,

Fair comment. I can wait.
1tg46
20
Years of Service
User Offline
Joined: 1st Feb 2004
Location: I dont know!
Posted: 10th Oct 2004 08:32
Couldn't of said it better myself Guyon


Join the group
Rob K
Retired Moderator
21
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 10th Oct 2004 20:04
Final version now available.

Email me with v1 registration details for your UserID and Key to upgrade.

http://www.robertknight.me.uk/blue2/site

Thanks to everyone who helped with beta testing.


BlueGUI:Windows UI Plugin - All the power of the windows interface in your DBPro games.
granada
21
Years of Service
User Offline
Joined: 27th Aug 2002
Location: United Kingdom
Posted: 10th Oct 2004 20:08 Edited at: 10th Oct 2004 21:00
Hi guys,just been looking at the menue example can anybody tell me where you insert your own code(i'me thik i no

thanks

dave

Windows XP Home 2002 Service Pack 1,1AMD Athlon(tm)XP 3200+ Barton 2.20 GHz ,1 GB of RAM
NVIDIA GeForce FX 5600 256MB DDR
http://www.granadagames.com/
Rob K
Retired Moderator
21
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 10th Oct 2004 20:18
Hi granada,

Have a look an the introduction guide which explains how menus work in more detail. Have a look at the help files for the individual commands as well, which will hopefully clarify things.

There isn't any place where you "insert your own code" specifically.


BlueGUI:Windows UI Plugin - All the power of the windows interface in your DBPro games.
granada
21
Years of Service
User Offline
Joined: 27th Aug 2002
Location: United Kingdom
Posted: 10th Oct 2004 21:49
Got it im'e right i am thik

dave

Windows XP Home 2002 Service Pack 1,1AMD Athlon(tm)XP 3200+ Barton 2.20 GHz ,1 GB of RAM
NVIDIA GeForce FX 5600 256MB DDR
http://www.granadagames.com/
Rob K
Retired Moderator
21
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 10th Oct 2004 22:24
Please continue this conversation in the new "BlueGUI 2" thread.


BlueGUI:Windows UI Plugin - All the power of the windows interface in your DBPro games.

Login to post a reply

Server time is: 2024-05-19 21:05:30
Your offset time is: 2024-05-19 21:05:30