Gui Module?

BlitzMax Forums/BlitzMax Programming/Gui Module?

rdodson41(Posted 2005) [#1]
Is there any information about when a Gui module for BMX is going to be released?


N(Posted 2005) [#2]
A GUI module or the GUI module? 'Cause I already released a GUI module for it.


Clyde(Posted 2005) [#3]
I think maybe reffering to the the Blitz Plus module. I may of dreamt of that being done for BMAX.


rdodson41(Posted 2005) [#4]
I meant what Thumbz meant, the B+ module but i said gui module cause that is what i most want. But Noel, i would be interested in trying your gui mod could you point me to it? Your Eniretu Gui system doesn't point to anything... its just a blab of bytes.


Russell(Posted 2005) [#5]
Rich05, do you have the latest version of WinRAR installed? It is available for free from here: http://www.rarlab.com/download.htm

It says 'trial ware', but it only pops up a little nag screen when it expires...You can still use it, though.

Anyways, the files are in there. Thanks, Noel!

Russell


N(Posted 2005) [#6]
Eniretu isn't my BlitzMax GUI, it's an old single-surface Blitz3D GUI of mine.

The BlitzMax GUI can be downloaded from http://s87776868.onlinehome.us/stuff/cgui.zip


rdodson41(Posted 2005) [#7]
Thanks a lot Noel, btw there was one error I found. In version 1.02 I think, Release only takes an integer variable, and to release object variables, you just have to say var:Object=Null. So I had to go through your code and fix that but it was no problem. There are 3 errors in gui.bmx and a few more in xml.bmx. But otherwise its great thanks!


N(Posted 2005) [#8]
Yeah, I fixed those after moving to 1.03. Just haven't uploaded any new versions yet.


Kanati(Posted 2005) [#9]
well do it dammit! :)


N(Posted 2005) [#10]
I'm waiting for GetKey() still. Without that input is really just screwed.


Emmett(Posted 2005) [#11]
Isn't GetChar() the same as GetKey()?
Repeat
If GetChar() <> 0 Print
Until GetChar()=27



ImaginaryHuman(Posted 2005) [#12]
GetKey was added just this past week. Synchronize your modules to make it available for your programs.

GetKey is more or less the same as GetChar. GetChar I think returns the actual character in ASCII, rather than a key code number.


tonyg(Posted 2005) [#13]
Are you sure about Getkey as opposed to GetChar?
I'm fully synced and haven't got it.


N(Posted 2005) [#14]
GetKey was added just this past week.


Would help if they told us about this stuff..


tonyg(Posted 2005) [#15]
There was this but it's easily missed.


Wiebo(Posted 2005) [#16]
There is a post of Mark about this, in the updates forums.


FBEpyon(Posted 2005) [#17]
Hey Noel can you upload your GUI have been in need of a blitzmax one instead of using blitz3d then haveing to goto blitmax :(


N(Posted 2005) [#18]
http://www.blitzbasic.com/Community/posts.php?topic=41607

Updated, figured I'd post it here since plenty of people are interested.


mearrin69(Posted 2005) [#19]
Just what I was looking for! Thanks, Noel :)