Gui Module?

BlitzMax Forums/BlitzMax Programming/Gui Module?

Is there any information about when a Gui module for BMX is going to be released?

A GUI module or the GUI module? 'Cause I already released a GUI module for it.

I think maybe reffering to the the Blitz Plus module. I may of dreamt of that being done for BMAX.

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.

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

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

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!

Yeah, I fixed those after moving to 1.03. Just haven't uploaded any new versions yet.

well do it dammit! :)

I'm waiting for GetKey() still. Without that input is really just screwed.

Isn't GetChar() the same as GetKey()?
Repeat
If GetChar() <> 0 Print
Until GetChar()=27


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.

Are you sure about Getkey as opposed to GetChar?
I'm fully synced and haven't got it.

GetKey was added just this past week.


Would help if they told us about this stuff..

There was this but it's easily missed.

There is a post of Mark about this, in the updates forums.

Hey Noel can you upload your GUI have been in need of a blitzmax one instead of using blitz3d then haveing to goto blitmax :(

http://www.blitzbasic.com/Community/posts.php?topic=41607

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

Just what I was looking for! Thanks, Noel :)