Hi all,
We need a program and after looking at all the alternatives - which were either way too simple or way to complex, with none of them doing what we need - I'm looking at whether the best option is to create our own.
We are experienced microcontroller programmers (assembler, C, and Basic) but have limited knowledge of writing PC software.
PB/Win looks the best option (compiles to a single EXE, no .net or java etc runtimes needed, and programs can be run without installation), but as there is no demo version available, a few questions before I buy something that might not do what we need.
So, the question is, can we use PB/Win to create an app like the one described below?
- A fixed screen resolution, say 800x600
- The program window is a changable bitmap (i.e. it can change while the program is running)
- No top dropdown menu items (i.e. File, Edit, Help, etc)
- user input is from 6 or so onscreen mouse clickable buttons
- Can play video content in a sub-window (either AVI or Mpg, file names hard coded into the app)
- Can get user input in the form of a choice (i.e. click on A, B, C, or D)
- Can get user input as a few words of text (i.e. "Type in your name and click on CONTINUE")
- Save the input obtained from the user as a text file at a hard coded location
The user interface needs to be as simple as possible as it's intended for use by people with limited computer experience - some of these are overwhelmed by a web browser, hence the reason I want a self contained app, and not do this as HTML.
What is it used for? It shows a series of stills (the background of the app screen is used for this) and videos, and then asks for their name and a few multiple choice questions about the content at the end.
The results are saved for later review by a teacher or examiner.
Is PB/Win suitiable for developing an app such as this?
If so, what addons, if any (such as PBForms), would I need to buy?
Is there such a thing as people that will write an app for $, if the above is too complex for a programmer with limited Windows develpoment experience?
Thanks to anyone than can help.
Chris.
We need a program and after looking at all the alternatives - which were either way too simple or way to complex, with none of them doing what we need - I'm looking at whether the best option is to create our own.
We are experienced microcontroller programmers (assembler, C, and Basic) but have limited knowledge of writing PC software.
PB/Win looks the best option (compiles to a single EXE, no .net or java etc runtimes needed, and programs can be run without installation), but as there is no demo version available, a few questions before I buy something that might not do what we need.
So, the question is, can we use PB/Win to create an app like the one described below?
- A fixed screen resolution, say 800x600
- The program window is a changable bitmap (i.e. it can change while the program is running)
- No top dropdown menu items (i.e. File, Edit, Help, etc)
- user input is from 6 or so onscreen mouse clickable buttons
- Can play video content in a sub-window (either AVI or Mpg, file names hard coded into the app)
- Can get user input in the form of a choice (i.e. click on A, B, C, or D)
- Can get user input as a few words of text (i.e. "Type in your name and click on CONTINUE")
- Save the input obtained from the user as a text file at a hard coded location
The user interface needs to be as simple as possible as it's intended for use by people with limited computer experience - some of these are overwhelmed by a web browser, hence the reason I want a self contained app, and not do this as HTML.
What is it used for? It shows a series of stills (the background of the app screen is used for this) and videos, and then asks for their name and a few multiple choice questions about the content at the end.
The results are saved for later review by a teacher or examiner.
Is PB/Win suitiable for developing an app such as this?
If so, what addons, if any (such as PBForms), would I need to buy?
Is there such a thing as people that will write an app for $, if the above is too complex for a programmer with limited Windows develpoment experience?
Thanks to anyone than can help.
Chris.
Comment