Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - xbee

#1
Perfect. Just what I was looking for :)
Many thanks.
#2
But I don't want switch the Tabs. I want new and changed function names to be highlighted even if the active Tab is not the Jumps Tab.

Anyway, it isn't a frustrating bug, just discovered today while clicking and correcting here and there in my sources :)

Thanks for the answer.
#3
Hi Everyone,

There is a panel on the right hand side of the IDE. Click any of the tabs but "Jumps".
(use "Files", "Web" or "Debug")

Now create a new function or rename an old one.

Code (glbasic) Select

FUNCTION myNewTestFunction:
ENDFUNCTION


The IDE won't change the highlight color (anywhere in the whole code) of your function name until you activate the "Jumps" tab and click into the source editor.

Thank you for your attention :)

B.

ps:
My previously reported IDE bug is still "available":
http://www.glbasic.com/forum/index.php?topic=5028.msg38481#msg38481
#4
Thanks Ian. Then I won't play with fresh windows/glbasic installation on a virtual machine. :)

...yes, compilig to GP2X F100 works fine.
#5
Quote from: MrTAToad on 2011-Apr-09
Try it with a new project - I have seen problems caused by using projects before V8

The "hello" project a new one, created with the latest version.
#6
Source created with version 7.336 compiles fine without errors, but doesn't work on Wiz :(
Symptoms are the same: after starting the program the screen is black, then after a couple of seconds the app quits and the Wiz main menu appears.
#7
Thanks for the help Everyone.

This isn't my first app with GLBasic, that is why I don't understand what is happening.
Folder is OK on on my Wiz, and of course I compile the source as a Wiz target. (I have a GP2X F100 too ;) )
After removing SYSTEMPOINTER and SETSCREEN commands the program does the same as before :(

AFAIR I haven't tried GLbasic 9 on Wiz so far. Older versions worked fine even with SETSCREEN and SYSTEMPOINTER.

(As GLBasic is a multiplatform language I expect that the compiler skips unsupported commands on certain platforms.
So commenting and uncommenting commands for the sake of different platforms wouldn't be very comfortable.)

I'll try to recompile an older app to see how things change.

Thanks again.
B.
#8
Bug Reports / Hello on Wiz
2011-Apr-09
Hi,

I've just tried to run a small app on my Wiz: PRINT, LOADSOUND, PLAYSOUND... nothing special.
The program starts with a black screen then puts me back to the Wiz menu without doing anything useful.
Then I tried a simply "Hello" app, but it does the same.

I haven't got any idea what could be the problem.

B.

// --------------------------------- //
// Project: hello
// Start: Saturday, April 09, 2011
// IDE Version: 9.040


SETSCREEN 320,240,FALSE
SYSTEMPOINTER TRUE

PRINT "HELLO", 10,10, 1
SHOWSCREEN
KEYWAIT

END
#9
Hi,

Click into the Output or Search window on the bottom of the IDE -> you will see the blinking cursor.

Now press Backspace on the keyboard -> it starts to delete the characters of your current source code but the cursor is still blinking in the Output/Search.

Bye,
#10
My GP2X locks up too.

I'm using fw 2.1.1 and I do not plan to upgrade to newer firmware versions.