GLBasic forum

Main forum => GLBasic - en => Topic started by: MrTAToad on 2010-Sep-26

Title: Platforminfo$("") on Pandora
Post by: MrTAToad on 2010-Sep-26
What value does this command return on a Pandora machine ?

And the same with PLATFORMINFO$("DEVICE") ?
Title: Re: Platforminfo$("") on Pandora
Post by: Kitty Hello on 2010-Sep-27
Bad implementation. Will be: PANDORA for "", and "DESKTOP" for "DEVICE".
Title: Re: Platforminfo$("") on Pandora
Post by: freedomdown on 2011-Feb-08
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.
Title: Re: Platforminfo$("") on Pandora
Post by: Kitty Hello on 2011-Feb-08
Should be fixed in V9.
Title: Re: Platforminfo$("") on Pandora
Post by: freedomdown on 2011-Feb-09
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.
Title: Re: Platforminfo$("") on Pandora
Post by: Kitty Hello on 2011-Feb-09
No, it's not windowed. Do you want that?
Title: Re: Platforminfo$("") on Pandora
Post by: freedomdown on 2011-Feb-09
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.