FBA The Creator

The True Multiplatform PC / PocketPC Opensource Development Tool - Read Only Mode - Kept only for historical purposes - Thank you all ;)
It is currently Thu Jun 04, 2026 4:58 am

All times are UTC




Post new topic  Reply to topic  [ 13 posts ]  Go to page 1 2 Next
Author Message
PostPosted: Wed Apr 30, 2008 4:06 am 
Offline

Joined: Tue Apr 01, 2008 4:23 am
Posts: 36
Hi, all quiet in the forums. Hope you don't give up on this project of yours. :roll:

Anyway, was wondering if it's possible to compile a project to be executable
(standalone) on the PC as opposed to just on a PPC? This would be useful for
people without PPC.


Top
   
PostPosted: Wed Apr 30, 2008 4:26 am 
Offline

Joined: Tue Apr 01, 2008 4:23 am
Posts: 36
Ok sorry about this, I didn't check your new release before writing :oops:

Anyway is the onsuspend and onresume events (to help during incoming calls)
ready yet?


Top
   
PostPosted: Wed Apr 30, 2008 7:47 am 
Offline
FBA Administrator
FBA Administrator
User avatar

Joined: Fri Mar 21, 2008 11:19 pm
Posts: 238
Location: Rome - Italy
Hi,

adding onsuspend/onresume events won't be enough :)
We need a function to allow FBA to hide main window, while you receive a call.
Then, when your call is finished, we'll need to reopen suspendend window while you click again on your application link. Actually it will open another instance of the game/application...
I haven't a phone PDA to test this changes; i have to check if on PPC emulators there's a way to simulate a call.
I'll let you know ;)


Top
   
PostPosted: Fri May 02, 2008 12:34 pm 
Offline
FBA Administrator
FBA Administrator
User avatar

Joined: Fri Mar 21, 2008 11:19 pm
Posts: 238
Location: Rome - Italy
Ok, can you check latest release (0.2.0.91).
This could introduce a better handling for external events (incoming calls etc..)
I tested it just on the emulator btw :(
Hopefully this should work better :D


Top
   
PostPosted: Mon May 05, 2008 1:07 am 
Offline

Joined: Tue Apr 01, 2008 4:23 am
Posts: 36
evilmaio wrote:
Ok, can you check latest release (0.2.0.91).
This could introduce a better handling for external events (incoming calls etc..)
I tested it just on the emulator btw :(
Hopefully this should work better :D


Ok, I'll test it out


Top
   
PostPosted: Mon May 05, 2008 1:41 am 
Offline

Joined: Tue Apr 01, 2008 4:23 am
Posts: 36
This is my test code

Code:
 
a = "apple"
b = "hasn't lost focus"

function onmainloop()
       
        if a == "apple" then

                clear(0,0,0)

                print(20,20,clock(), 255, 255,255)
       
                print(20,70,b, 255, 255,255)

        end
       
       
end

function onstylusdown(x,y)
        quit()
end

function onlostfocus()
        a = "zero"
        b = "lost focus"
end       


function ongotfocus()

        a = "apple"       
end



Screenshots attached shows some problems, however phone response is much better now, compared to before.


Attachments:
File comment: After effects of a call - little blotch on bottom menu, some times it's there, sometimes it's not
Screenshot_4.png
Screenshot_4.png [ 11.24 KiB | Viewed 15037 times ]
File comment: During ringing, dialog box which should be displaying incoming call is black, however the buttons to answer the call works just fine. The black area is actually the FBA program, ie if FBA had a red background, it'll appear as red
Screenshot_3.png
Screenshot_3.png [ 8.31 KiB | Viewed 15035 times ]
Top
   
PostPosted: Mon May 05, 2008 6:35 am 
Offline
FBA Administrator
FBA Administrator
User avatar

Joined: Fri Mar 21, 2008 11:19 pm
Posts: 238
Location: Rome - Italy
This is exactly the emulator behavior I had.

Are you testing on it?


Top
   
PostPosted: Mon May 05, 2008 7:55 am 
Offline

Joined: Tue Apr 01, 2008 4:23 am
Posts: 36
Nope, I used my PDA phone. I guess the emulator gives an accurate account.


Top
   
PostPosted: Thu Jul 10, 2008 11:07 am 
Offline
FBA Startup-Logo Creator
FBA Startup-Logo Creator
User avatar

Joined: Wed Jun 18, 2008 11:40 am
Posts: 100
Location: Brighton, UK
OK tried it on my phone - when an incoming call comes then FBA closes!

Thats not so good...

_________________
http://www.boiledsweets.com


Top
   
PostPosted: Thu Jul 10, 2008 11:10 am 
Offline
FBA Administrator
FBA Administrator
User avatar

Joined: Fri Mar 21, 2008 11:19 pm
Posts: 238
Location: Rome - Italy
Are you sure ? Maybe it just minimized itself...
Just tried with an empty project, it worked.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 13 posts ]  Go to page 1 2 Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited