![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Share Your Creations Show your developed application to Basic4ppc community. Please include source code if possible. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello B4ppc members,
CalcTable1.0 is a utility I have created expanding the use of my MathCode2.1. This application able to process a series of calculation formulas on a table. This could be very useful in so many computations in your PPC. This application is compiled in Basic4ppc Version 6.26 Beta Source Code is also attached. I have added a function of conditions using similar to MSExcel i.e IF(condition,true,false) i.e. false needs to have value. Unlike MSExcell in your PPC, this Calctable1.0 is very light and simple and you can actually see your formula and not cellnames. Other features: Inputs are not case-sensitive. There is an Auto backup to other file which you could enable/disable. The files extension I have used is filename.ct1 and the backup is filename-BAK.ct1. These files are saved in csv format. Context menu is also functional. Supports landscape display orientation. 5-PPC buttons also supported in navigating the table for easy viewing cell contents. Attachements: 2 samples are attached. Operators: + - / * ^ ( ) ! MOD INT( ) ABS( ) LN( ) SIN( ) COS( ) TAN( ) ASIN( ) ACOS( ) ATAN( ) IF(Condition,True,False) Conditions: <, >, =, <>, >=, <=, OR, AND Constants:PI=3.415., EX=2.718.. Calculation in Radian mode. Comments,improvements on my code will be greatly appreciated. If you found this application useful to you, you may share your calculation files to me. Although, I have tested this only for a short period, please help me on bugs. Thank you very much and more power to Basic4PPC!
__________________
Rioven O2 Atom life 624MHz, 1GB Internal ROM, WM6(upgraded) Last edited by Rioven : 05-15-2008 at 08:32 AM. Reason: update on application |
|
|||
|
Quote:
The images were only combined in one file .img using the binaryFile.dll.
__________________
Rioven O2 Atom life 624MHz, 1GB Internal ROM, WM6(upgraded) Last edited by Rioven : 05-09-2008 at 07:11 AM. |
|
|||
|
Hello Klaus,
Thanks for the advice and the compliment. ![]() Can you have a look/try and maybe some help/more advices/develop further this application? ![]() With best regards, P.S. Thanks for your Icon Editor where my icon was created.
__________________
Rioven O2 Atom life 624MHz, 1GB Internal ROM, WM6(upgraded) Last edited by Rioven : 05-09-2008 at 08:43 AM. Reason: P.S. |
|
||||
|
When you embed images in the exe or in an image list which results in the same, then all images will be loaded into memory as you start the application irrespective of whether they are currently needed or not. I noticed this as I embedded 8 MB worth of Mars surface map data resulting in an "Out of memory exception" error.
Consequently, I decided to load large map images conventionally when they are called for. Embedding images for Image Bottons is a great choice after all. |
|
||||
|
Hello Rioven,
I had a closer look on your application and 'played' a bit with it. A few comments: - From my point of view, as a user, I find it somewhat boring for the data input, for me there are too many mouse clicks needed. - 1. select the cell - 2. select textbox - 3. enter data - 4. click on check button to confirm couldn't it be - 1. select the cell, set directly focus on textbox - 2. enter data - 3. either - click on another cell, and the data is confirmed - click on check button to confirm In this case if you enter a certain number of data you avoid 2 mouse clicks for each data. - Some cosmetics - It could be intersting to save the table column widths when leaving the program, so the user will find the same configuration at the next start of the program. - The buttons on top, mainly on the desktop, are blurred, this is because the dimensions of the image buttons are different from those of the bitmaps so they are stretched. Left buttons image buttons 20/20 bitmaps 21/21 pixels Check button 20/20 bitmap 15/15 As I saw your beam calculation example, are you making civil engineering calculations, it looks like a quite long alluminum beam ? I saw in your code some variable names, for example J%, this reminds me some 'older basic dialects' where the % suffix meant integer and the $ suffix string variables. I haven't made many calculations, so from the functionnality and possibility points of view I have no other suggestions. These comments are suggestions and just one point of view and for shure no critics at all. Best regards
__________________
Klaus Switzerland |
|
|||||||
|
Hello Klaus, It was really appreciated that you've spent time to have a look on my small project.
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
![]() Thank you and best regards,
__________________
Rioven O2 Atom life 624MHz, 1GB Internal ROM, WM6(upgraded) |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|