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

Topics - fjsantosb

#21
Hi There,

Noid Lite is available now on the AppStore. http://bit.ly/1vCx6u

I would like to give a big 'Thanks' to all community of glbasic and very special to Gernot, which makes possible, in my opinion, the best coding language for videogames over the internet.

King Regards, fjsantos.
#22
Hi there,

I noticed a change in behaviour after sleep mode, now app will resume perfectly, which is great! I dunno if was an intentional change (cause i can't see on logs), but now behaviour is perfect (same as other apps).

I only want to let you know.

King regards, fjsantos.
#23
Hi There,

I just use the command netwebend of version 7.163 and i have to say that continues without working. In xcode it's say 'BAD ACCESS' when i try to use it (when i push the button that activate the command).

It's a bug or it's me?

King Regards, fjsantos.
#24
Hi there,

I just build my lite version of noid and i found that netwebend command don't work on iPhone. It only close Application.

Anyone has tested with same results?

King Regards, fjsantos.
#25
Hi There.

I am working on the lite version of my game, and I need some command / method to open a web browser with url parameter to point to full version of my game.
I open same topic some time ago, and conclude that a new command would be implemmented on next version of glbasic.

This command is implemented allready? I can't find in help file, and i really need urgent to try to improve sales.

King regards, fjsantos.
#26
Hi There.

I recently finish my project and i just submit to App Review.
I build using version 2.2.1 (trying to catch all users i can) but and i wonder if there will be any trouble for compiling glbasic using this version.
I tested on iTouch / iPhone 3.1 and all seems to work pretty well.

Anyone has build using this version and submit to app store?

Best Reagrds, fjsantos.

Anyone
#27
Hi There!
I recently discover that behaviour of method blendscreen is not like on pc.
Its suppose its fades current buffer to a picture.
On windows works well, but on iPhone, its fades from black to a picture.
Anyone have same problem? Any solution?

Thanks in advance.

Best Regards, fjsantos.
#28
I got the following error when i try to compile to iPhone.

Failed to open temp file in /cygdrive/c/Users/fjsantos/AppData/Local/Temp/, error: Bad address

I just update to version 7.115 (and the get this error, yesterday i can compile perfect for iPhone).

Anyone have the same problem?

Best Regards, fjsantos.
#29
Hi all,

I have tested new version of iPhone sdk (3.1 version), and i have compiled my program using glbasic with this version.
I have to say that all works like a charm, so i only want to write this little post, to let anyone to know.

Best Regards, fjsantos.
#30
Hi all,

I have a problem with my glbasic licence.
THe problem is when i try to use the following function (which MRTaToad sharing in other post):

INLINE
   extern "C" int system ( const char * command );
ENDINLINE

FUNCTION openWeb:
   INLINE
      system( "open http://www.mywebpage.com" );
   ENDINLINE
ENDFUNCTION


The compiler says, Demo mode: This command would require NET or 3D addon.
I am using net commands, which i have licence (my licence is for 2d and net), but the program start in demo mode.
I need 3d licence for use this command?? :S.

Best Regards, fjsantos.
#31
Hi all,

I comment that behaviour on some post before, but i have done a complete set of test now.
Behavious
When i left an GLBasic application on iPhone running and set iPod / iPhone to stand by (pressing shutdown button for a second), when i come to iPod / iPhone again, and wake up, my application seems to reload, but i found previous 'thread' running on background.
In my case, my game menu load again (like first time), but in the background i can play the game i was playing previously, so its like i have 2 'threads' running at once (yep i know i can't play 2 same app on iPhone), but only respond to touch first.

I have tested and found the same behaviour on iPod 1G (jailbreaked), iPod 2G (not jailbreaked), iPhone 3G (not jailbreaked).
Rest of applications works without problems after sleep (starting on the point they were sleeped), all app i have tested (about 30), have this behaviour, so i can say this must be the 'standar' behaviour.

I am really worried about this, cause in about 1 week, i will send my app to Apple Reviews, and i am worried they rejected my app cause this.

Thanks in advance,

fjsantos.
#32
Hi all,

I am near to finish my first game for iPhone platform using glbasic, and all i have to say is 'GLBasic is Amazing!'.
I am currently doing my 'More Games' button, which will open a web browser with a webpage.

Anyone knows how to do this?

Thanks in advance,

fjsantos.
#33
Hi, i wonder is there is a way throught GLBasic to brings iPhone keyboard on screen, or if i have to code my own keyboard to save record's name.

Thanks in advance.

Best regards, fjsantos.
#34
Hi all.

I was waiting impaciently for the new command Parameter of PlatformInfo 'Document', which have the ability to save files on iPhone (I need mainly to save some settings).
Its seems to work pretty well (Althought i haven't tested on real device yet, it works wells on glbasic).
But i discover while i was playing around that files creates using openfile command (and write command), beggins always with '0', ie. i have created a data file name settings.dat and glbasic creates 0settings.dat file.
I don't care so much about it, but i am a little worry if that behaviour will be change in a future (creating settings.dat without extra character), because the applications done before the change can be crash (well i can code to find new file, but player will lose his game, settings, progress etc).

Best Regards, fjsantos.
#35
Hi all.

I have been using glbasic last few weeks and as professional developer i found this tool extremelly useful to coding games (developing times decreases incredibly), so i will buy soon.
But i have some questions yet, referring iPhone coding.

Data Persistence
That is my first doubt, because, i don't know if i can use as usual dat files saves on iPhone / iTouch for store some data persistence (i.e. saved scores or settings). I don't know if i will find some permissions problems or anything else, or if i need to store persistence data on iPhone in other way.

Call or Stand By
Another question is where to include code, for saving data when user put iPhone to StandBy, or close application, or if any call is made while user is using my software. I would like to save data before application shutdown.

Memory Allocation
I am worried about memory, because i can't use debugging or optimizer tools from xcode, and i know that is a main problem when coding for iPhone (and main problem when trying to certificate your application for market).

Backward Compatibility
Yep, i know that GLBasic is compatible with 3.0 version of iPhone, but i wonder if this compatibility is backwards too (i suppuse yes).

Well, i thinks that's all my doubts.
Thanks in advance and great job with GLBasic.

fjsantos.