Search found 23 matches

by UrosDobricic
Wed Oct 09, 2019 7:40 pm
Forum: Android Deployment
Topic: I have a bug when typing 0,35 or 0.35 in fields at Android phones
Replies: 12
Views: 7248

Re: I have a bug when typing 0,35 or 0.35 in fields at Android phones

Hi Klaus,

the calculation works fine with your method.
But the bug is still there.

@jacque:
I'm using now the ask method, and with this method it works perfectly.
I hope LC is going to fix this bug.
I have the newest LC 9.5 Version, so this is not the problem i think.

Regards,

Uros
by UrosDobricic
Wed Oct 09, 2019 6:43 pm
Forum: Android Deployment
Topic: I have a bug when typing 0,35 or 0.35 in fields at Android phones
Replies: 12
Views: 7248

Re: I have a bug when typing 0,35 or 0.35 in fields at Android phones

Hi Klaus,

yes, that is the problem. I calculates wrong. And in Android it doubles the numbers.
That is the bug i have.The values with the DOT are fine, just the values with the COMMA are wrong.
You saw what is happening at Android, i uploaded the screenshots.

Thanks a lot for helping me out!

Uros
by UrosDobricic
Wed Oct 09, 2019 6:20 pm
Forum: Android Deployment
Topic: I have a bug when typing 0,35 or 0.35 in fields at Android phones
Replies: 12
Views: 7248

Re: I have a bug when typing 0,35 or 0.35 in fields at Android phones

hi guys,

as I promised, I attached the old file with the without COMMA Script.

Regards,

Uros
by UrosDobricic
Wed Oct 09, 2019 12:06 pm
Forum: Android Deployment
Topic: I have a bug when typing 0,35 or 0.35 in fields at Android phones
Replies: 12
Views: 7248

Re: I have a bug when typing 0,35 or 0.35 in fields at Android phones

Hi Klaus, yes that is what I wanted to say. With COMMA or without COMMA it goes crazy :D I added also a Screenshot from my Phone, so you can see what i mean. This is Happening with or without COMMA. I think this is a Bug. I will upload at the evening the version with comma, so you can see this versi...
by UrosDobricic
Wed Oct 09, 2019 11:52 am
Forum: Android Deployment
Topic: I have a bug when typing 0,35 or 0.35 in fields at Android phones
Replies: 12
Views: 7248

Re: I have a bug when typing 0,35 or 0.35 in fields at Android phones

Hi Klaus,

For example some data in the screenshot.

I did that with

replace "," with "." but i deleted it because i was searching for the error that appears on android.

I think the solution with ask will do it, i will try it at the evening today.

Best wishes,

Uros
by UrosDobricic
Wed Oct 09, 2019 11:27 am
Forum: Android Deployment
Topic: I have a bug when typing 0,35 or 0.35 in fields at Android phones
Replies: 12
Views: 7248

Re: I have a bug when typing 0,35 or 0.35 in fields at Android phones

Hi bangkok, this problem appears on every field the user types in. ( On each of the 6 fields) If the user for example types 0,35 or 0.35 then the app doubles the numbers. So it appears like 0.30.35 With the traversalOn i managed to undo the autofocus on field´s when the app starts. But yes, that mig...
by UrosDobricic
Tue Oct 08, 2019 10:02 pm
Forum: Android Deployment
Topic: I have a bug when typing 0,35 or 0.35 in fields at Android phones
Replies: 12
Views: 7248

I have a bug when typing 0,35 or 0.35 in fields at Android phones

Hi, i dont know why this is happening, but i have a bug in my app on android phones. When the user types 0,35 or 0.35 the number is doubled and then it appears like 0,30,35. Maybe someone is going to find the error, i did not. I added my app here, so you can see what is happening. In the IDE it work...
by UrosDobricic
Tue Oct 08, 2019 8:24 pm
Forum: Android Deployment
Topic: Change "," with "." one mouseUp with - if there is???
Replies: 7
Views: 4716

Re: Change "," with "." one mouseUp with - if there is???

Yes, in the IDE it works perfectly.
I dont understand the reason, but i managed it with putting this into every field:

Code: Select all

on closeField
   replace "," with "." in me
end closeField
When i type into the field in my Android phone for example 0,35 i get 0,30,35
by UrosDobricic
Tue Oct 08, 2019 8:03 pm
Forum: Android Deployment
Topic: Change "," with "." one mouseUp with - if there is???
Replies: 7
Views: 4716

Re: Change "," with "." one mouseUp with - if there is???

Sorry, of course i have to write in english. I dont know why he is repeating my number when the user types in with this function: function ohne_komma tZahl replace "." with "" in tZahl replace "," with "." in tZahl return tZahl end ohne_komma function mit_komma tZahl replace "." with "," in tZahl re...
by UrosDobricic
Tue Oct 08, 2019 7:46 pm
Forum: Android Deployment
Topic: Change "," with "." one mouseUp with - if there is???
Replies: 7
Views: 4716

Re: Change "," with "." one mouseUp with - if there is???

Ich möchte das versuchen, da ich mit der Methode "mit_comma" und "ohne_comma" von dir
irgendwie bugs habe auf meinem Android handy.

Er wiederholt die nummer nach dem , im Feld einfach nochmal, und der Benutzer muss die zweifache Zahl löschen.
Wüsstest du woran das liegen könnte?

Beste Grüße,

Uros
by UrosDobricic
Tue Oct 08, 2019 7:43 pm
Forum: Android Deployment
Topic: Change "," with "." one mouseUp with - if there is???
Replies: 7
Views: 4716

Re: Change "," with "." one mouseUp with - if there is???

Hallo Klaus,

schnell und richtig wie immer :D

Vielen lieben Dank.

Uros
by UrosDobricic
Tue Oct 08, 2019 7:30 pm
Forum: Android Deployment
Topic: Change "," with "." one mouseUp with - if there is???
Replies: 7
Views: 4716

Change "," with "." one mouseUp with - if there is???

Hi, i have made an app, where Users can put values in fields (numeric values) and then calculate with them. Now there is the good known problem, that when the user type "0,35" the function does not work. My thought was to replace the "," with "." on mouseUp. I wrote : If there is a "," in field "kap...
by UrosDobricic
Wed Oct 02, 2019 8:01 am
Forum: Android Deployment
Topic: Searching in documents folder at Android
Replies: 8
Views: 5618

Re: Searching in documents folder at Android

Aa, ok now i got you.
When i set the special folder path at open field, it will do the same but read it just once. Makes sense to me.
I'll give it a try.
For me it is just important to read the folder path once and to filter then in it. So it is the better way like you said.

Thanks a lot Bernd.
by UrosDobricic
Tue Oct 01, 2019 10:08 pm
Forum: Android Deployment
Topic: Searching in documents folder at Android
Replies: 8
Views: 5618

Re: Searching in documents folder at Android

Hi Bernd,

i did that because with this i have a real time filtering.
So every change in this text field is filtering and giving possible profiles in the list.
Do I get the same with your solution?

Regards,

Urosch
by UrosDobricic
Tue Oct 01, 2019 9:31 pm
Forum: Android Deployment
Topic: Searching in documents folder at Android
Replies: 8
Views: 5618

Re: Searching in documents folder at Android

Hi,

that was my problem. Thanks a lot!!!

Regards,

Urosch

Go to advanced search