Strange behavior

JJM

Active Member
Licensed User
Longtime User
Hello,
I have a strange behavior with my program. When it runs on desktop all is fine but on PDA (WM5 or WM6.1) a bug appear when i want close the windows Editor and i can't stop my program.

Have you an idea?

Thanks

JJM
 

JJM

Active Member
Licensed User
Longtime User
Crypto

Hello Erel,

Apologize.

In the dir named 'EXE' are 2 programs.
The program named CryptoBDD-Eng.exe is for a PDA (under WM 5 ou WM 6),
the other named CryptoBDD-Eng-Desktop.exe is for the desktop.

A the begining the program asks to you for a password = 'mycode'
After in the new window, if you click on Add new you can write new datas. When you click on Consult a Listbox appears and the begining of each data is displayed.

If you click on one of the lines of this listbox a panel displays 2 options if you click on Edit/Look at a second window is opened and the entire data is dysplayed.

Now if the program runs on a desktop you can close this window but if it runs on a PDA you CAN'T close the window and no error is displayed.

I don't know what.

Thanks for your help.

JJM
 

JJM

Active Member
Licensed User
Longtime User
Crypto

Hello Erel,

I do that with regulars buttons and it runs fine.

Best regards

JJM
 

Cableguy

Expert
Licensed User
Longtime User
@JJM

The default behavior of radiobuttons is that only ONE radiobutton can be selected at time, so checking any other state than checked = True is useless.
You should be able to keep the radiobuttons, by changing the state check routine.
 

JJM

Active Member
Licensed User
Longtime User
Hello,

Thank you Paulo.
I modified my program and used 2 buttons.

Bye
JJM
 
Top