Hi All,
About a month ago a few I asked a few questions about the capabilities and usage of PB, and got a few code examples, etc, which basically (no pun intended) convinced me to go down this path, as opposed to VB/.NET etc. In the middle of it all, I had to go interstate for 4 weeks at short notice, and the project was temporarily shelved. Now I'm back, and need to know a few small details.
I'm familiar with programming, but from the microcontroller world, not Windows. I'm comfortable with C, Assembly, and Basic.
The app we want is an educational "self teaching" thing, aimed at primary school age users, and people with little PC experience. We don't want to use HTML in a browser as there are too many things for them to click and get lost in...
What the app has to do:
As the background of the user window, display a series of pictures, say called Bitmap1.bmp to Bitmap10.bmp. On top of the picture are a few clickable buttons - for example "Back", "Next" and "Home" - which are used to change the background bitmap "page". Preferably, the buttons should themselves be graphic objects, so that pictures or other symbols (i.e. other languages) can be used as an option.
There are no normal windows-app menus, and the app will preferably run only "maximised" (no user normalise control etc). The only user interface is the clickable on-screen buttons.
There are only two other requirements. It has to be able to play fixed resolution video - say quarter screen sized - over the top of the background bitmap picture. Last month, somebody posted some code on how to do this, but I don't know if this can be done over (on top of) a background graphic.
The other need is to be able to save the results of the users button clicks to a text file. An example of this would be to show (as part of the background) "What is 6 x 8" and have 4 clickable buttons appear: "40" "42" "46" and "48", and have the app record which button was clicked on.
It is used in a classroom situation and we control all aspects of it (the graphic / video files, and the hardware it's run on) so we won't have issues with drivers or other incompatibilities.
Therefore, question time:
1) Is PBWin8 capable of this?
2) Do I need the "Forms" addon to design the user interface?
A little help to build "version 1" would probably be needed - my experience with Win coding was a bit of VB3 on WFWG... it's been a while. While I'm not asking anyone to "write my app for me" (at least not for free) I'll need a few pointers to get me started.
But first, if someone can answer 1 and 2 first, I'll get a compiler if the answer is yes.
Thanks in advance to all that can help me with this.
Regards,
Chris
About a month ago a few I asked a few questions about the capabilities and usage of PB, and got a few code examples, etc, which basically (no pun intended) convinced me to go down this path, as opposed to VB/.NET etc. In the middle of it all, I had to go interstate for 4 weeks at short notice, and the project was temporarily shelved. Now I'm back, and need to know a few small details.
I'm familiar with programming, but from the microcontroller world, not Windows. I'm comfortable with C, Assembly, and Basic.
The app we want is an educational "self teaching" thing, aimed at primary school age users, and people with little PC experience. We don't want to use HTML in a browser as there are too many things for them to click and get lost in...
What the app has to do:
As the background of the user window, display a series of pictures, say called Bitmap1.bmp to Bitmap10.bmp. On top of the picture are a few clickable buttons - for example "Back", "Next" and "Home" - which are used to change the background bitmap "page". Preferably, the buttons should themselves be graphic objects, so that pictures or other symbols (i.e. other languages) can be used as an option.
There are no normal windows-app menus, and the app will preferably run only "maximised" (no user normalise control etc). The only user interface is the clickable on-screen buttons.
There are only two other requirements. It has to be able to play fixed resolution video - say quarter screen sized - over the top of the background bitmap picture. Last month, somebody posted some code on how to do this, but I don't know if this can be done over (on top of) a background graphic.
The other need is to be able to save the results of the users button clicks to a text file. An example of this would be to show (as part of the background) "What is 6 x 8" and have 4 clickable buttons appear: "40" "42" "46" and "48", and have the app record which button was clicked on.
It is used in a classroom situation and we control all aspects of it (the graphic / video files, and the hardware it's run on) so we won't have issues with drivers or other incompatibilities.
Therefore, question time:
1) Is PBWin8 capable of this?
2) Do I need the "Forms" addon to design the user interface?
A little help to build "version 1" would probably be needed - my experience with Win coding was a bit of VB3 on WFWG... it's been a while. While I'm not asking anyone to "write my app for me" (at least not for free) I'll need a few pointers to get me started.
But first, if someone can answer 1 and 2 first, I'll get a compiler if the answer is yes.
Thanks in advance to all that can help me with this.
Regards,
Chris
Comment