Hi there!
I'm currently searching for the best solution for a max gui app I want to code.
My app needs to perform some simple calculations based on certain user inputs
and output the results on screen and on the printer. Support for tables would be great too.
Example:
--------------------------------------------
Item no. | Description | Price
--------------------------------------------
1 | this is an example | 100,00 EUR
2 | this is an example2 | 50,00 EUR
---------------------------------------------
| Sum | 150,00 EUR
| 19% VAT of 150,00 EUR| 28,50 EUR
---------------------------------------------
| Total | 178,50 EUR
---------------------------------------------
* the table grid should be in line! :(
A. Should I take the HTML road for this and use a HTML gadget?
- Is it possible to create a simple gui button that prints out the HTML file currently in view?
- Is it possible to generate a HTML file "on the fly" and load it into the gadget without using the hdd at all?
- Are there any HTML modules that would help me creating such output files as shown above?
- Is it possible to create a custom popup menu for the HTML gadget?
B. Should I use a textarea or listbox plus a printer module instead?
- Is there a reliable! printer module out there yet? Kanati's print mod?
- Is there support for different text styles (bold...) and fonts?
- Is there a way to print the contents of a textarea or listbox?
I just don't want to reinvent the wheel or find out that I have started the wrong way.
So what approach would you prefer?
Any alternatives I haven't thought of? ;)
Thanks, Grisu
I'm currently searching for the best solution for a max gui app I want to code.
My app needs to perform some simple calculations based on certain user inputs
and output the results on screen and on the printer. Support for tables would be great too.
Example:
--------------------------------------------
Item no. | Description | Price
--------------------------------------------
1 | this is an example | 100,00 EUR
2 | this is an example2 | 50,00 EUR
---------------------------------------------
| Sum | 150,00 EUR
| 19% VAT of 150,00 EUR| 28,50 EUR
---------------------------------------------
| Total | 178,50 EUR
---------------------------------------------
* the table grid should be in line! :(
A. Should I take the HTML road for this and use a HTML gadget?
- Is it possible to create a simple gui button that prints out the HTML file currently in view?
- Is it possible to generate a HTML file "on the fly" and load it into the gadget without using the hdd at all?
- Are there any HTML modules that would help me creating such output files as shown above?
- Is it possible to create a custom popup menu for the HTML gadget?
B. Should I use a textarea or listbox plus a printer module instead?
- Is there a reliable! printer module out there yet? Kanati's print mod?
- Is there support for different text styles (bold...) and fonts?
- Is there a way to print the contents of a textarea or listbox?
I just don't want to reinvent the wheel or find out that I have started the wrong way.
So what approach would you prefer?
Any alternatives I haven't thought of? ;)
Thanks, Grisu