| FBA The Creator http://www.fbacreator.com/fbaforum/ |
|
| tsr support http://www.fbacreator.com/fbaforum/viewtopic.php?f=3&t=148 |
Page 1 of 1 |
| Author: | barabanus [ Sat Feb 28, 2009 5:06 pm ] |
| Post subject: | tsr support |
I'm going to create a windows mobile runner for interactive fiction games implementing the following algorithm: 1. creating local tcp server 2. waiting for incoming connections on port 1111 3. running "iexplorer" (or any browser) with "http://localhost:1111" 4. executing http requests of a browser Would it be possible with future FBA Creator? I think it needs some features implemented: - tsr profile of a project - onmainloop() that would be called with lost focus - return-to-os() function - switch-task-button support - sleep() function The program below gave expected "Hello, world!" page to iexplorer, but it required many operations: switching to today screen (switch-task-button didn't work, I used special *cheat* key =), running iexplorer with "http://localhost:1111", switching back to fba, clicking on fba to close it. Code: local socket = require("socket")
|
|
| Author: | evilmaio [ Sat Feb 28, 2009 7:18 pm ] |
| Post subject: | Re: tsr support |
Well actually FBA apps/games are designed to run at fullscreen, so I could exclude tsr features to be implemented directly in FBA For these programs, evc++ is better choise (faster and lighter). |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|