![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
![]() Hi I am puzzled by an inconsistency between the device and the desktop. I attach a small program to demonstrae it. when pressing the button, I check a textbox text if it is empty and if yes - put minus, else plus: If textbox1.Text = "" Then textbox1.Text = "-" Else textbox1.Text = "+" when run on desktop it works, on the device I always get + ![]()
__________________
David Erez Ramat Hasharon, Israel |
|
|||
|
Must be something wrong in my installed Basic4ppc.
I was confronted with the problem in an application that I work on, and built this small program to check it, and in both the same problem. Anyway, I went around it with a flag instead of checking the textbox. Thanks to all of you.
__________________
David Erez Ramat Hasharon, Israel |
|
|||
|
Dzt
Of course this looks as a nice go-around, but amazingly it doesn't work. I modified the test program, the sequence that should be written in the textbox is "-+++" using either button. This is ok on the desktop but on the device - nothing is written ! I checked it on another MIO350 - the same result.
__________________
David Erez Ramat Hasharon, Israel |
|
|||
|
Erel - Your guess was right, the length is 1 !
I checked by ASC() and it is 0 (zero) dzt - what you suggested did not change the situation I checked the same code on a control button instead of textbox - it works fine.
__________________
David Erez Ramat Hasharon, Israel |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CASE - checking for a range ? | TWELVE | Questions & Help Needed | 2 | 06-21-2008 09:21 PM |
| Checking available fonts? | MitchDabo | Questions & Help Needed | 5 | 02-10-2008 10:43 PM |
| String and Shell questions | HARRY | Questions & Help Needed | 4 | 12-18-2007 05:56 PM |
| Basic string operators | Rioven | Questions & Help Needed | 2 | 06-10-2007 08:24 AM |
| OK, next string question | Stellaferox | Questions & Help Needed | 9 | 06-07-2007 01:12 PM |