Platforminfo$("") on Pandora

Previous topic - Next topic

MrTAToad

What value does this command return on a Pandora machine ?

And the same with PLATFORMINFO$("DEVICE") ?

Kitty Hello

Bad implementation. Will be: PANDORA for "", and "DESKTOP" for "DEVICE".

freedomdown

Has this been fixed?
I just tried it and Platforminfo$("") returns "LINUX" on my pandora
It's not a huge problem cause I can't just set it manually to "PANDORA" when I compile the pandora version of my program but I thought I'd mention that it doesn't return the right value yet.

Kitty Hello

Should be fixed in V9.

freedomdown

ok thanks.
I was also wondering if the Pandora will run windowed?
I was calling another program but you can't see it if glbasic is running fullscreen and it wouldn't even let me alt-tab to it.

Kitty Hello

No, it's not windowed. Do you want that?

freedomdown

I don't need it anymore as I spent 3 hours building a file selection system in glbasic so I don't need to call another program anymore.
Though it might be handy to have it as an option for the future.