Console Gadgets?

Everything else that doesn't fall into one of the other PB categories.
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Console Gadgets?

Post by josku_x »

Hello!

I like the possibility of creating console apps with ease in PB. However, one thing I really miss is the possibility to add console gadgets to a console. I know a console can have a Menu, Button, Scrollbar, ComboBox and something else. I want to know if they are already possible to add to a console, and if not is there some planning in the future to add these possibilities, fred?

Thanks.
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

DOS times are over... but you can create your own gadgets to a console. you have to draw them yourself with Ascii/Ansi and code your own handling system ^^
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Yes, with the graphical console mode it should be possible to draw some 'gadgets'. It's not planned to have a build in support for this in PureBasic as it is not very used.
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post by josku_x »

Ok I see. I just wanted an frontend for my console debugger, but I think I can live without the gadgets.

Thanks anyway.
Thalius
Enthusiast
Enthusiast
Posts: 711
Joined: Thu Jul 17, 2003 4:15 pm
Contact:

Post by Thalius »

Google for ncurses.. I havent tried that yet under win but i would imagine its possible to port / interface to it.

Thalius
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone! ;)"
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post by josku_x »

thanks for the info Thalius
Post Reply