Search found 6 matches
- Sun Oct 13, 2024 8:23 pm
- Forum: Coding Questions
- Topic: difference between desktop and mobile browser?
- Replies: 3
- Views: 5236
Re: difference between desktop and mobile browser?
thank you sometimes my Dyslexia wins in such easy words. i fix the errors.
- Sun Oct 13, 2024 4:14 pm
- Forum: Coding Questions
- Topic: difference between desktop and mobile browser?
- Replies: 3
- Views: 5236
difference between desktop and mobile browser?
Hi,
i made a little APP but it looks different on mobile and desktop like the pictures below.
https://www.rvq.de/webimg/24-10-13-01.png
desktop
https://www.rvq.de/webimg/24-10-13-02.png
mobile
does someone know how to suppress this.
if you like can you access the app https://apps.basesoft ...
i made a little APP but it looks different on mobile and desktop like the pictures below.
https://www.rvq.de/webimg/24-10-13-01.png
desktop
https://www.rvq.de/webimg/24-10-13-02.png
mobile
does someone know how to suppress this.
if you like can you access the app https://apps.basesoft ...
- Tue Sep 24, 2024 7:04 pm
- Forum: Coding Questions
- Topic: calculation problem
- Replies: 4
- Views: 5001
Re: calculation problem
it returns
Result: 100000000000000000
it kills a 1 in se last line
and some changes
Value.q = 2.522
Debug "Result: " + Str(Value)
Result: 3
Value.q = 2.22
Debug "Result: " + Str(Value)
Result: 2
Result: 100000000000000000
it kills a 1 in se last line
and some changes
Value.q = 2.522
Debug "Result: " + Str(Value)
Result: 3
Value.q = 2.22
Debug "Result: " + Str(Value)
Result: 2
- Tue Sep 24, 2024 4:23 pm
- Forum: Coding Questions
- Topic: calculation problem
- Replies: 4
- Views: 5001
calculation problem
Hi the problem i found is in both languages to find (spiderbasic and Purebasic)
if i force
Purebasic or Spiderbasic
Debug Str(((3*60)+30)/60)
both return 3 and not 3,5 it seems something to go wrong.
if i force
Purebasic or Spiderbasic
Debug Str(((3*60)+30)/60)
both return 3 and not 3,5 it seems something to go wrong.
- Sun Sep 22, 2024 3:37 pm
- Forum: Coding Questions
- Topic: Math/Calculation Problem
- Replies: 1
- Views: 2955
Math/Calculation Problem
hi i try to create little Program and search to get a dezimal number with a "," back cant find a way can somone help:
her some code:
Arbeitszeit = ((Stunden * 60) + Minuten) / 60
if Stunden are 6, Minuten are 15 i get back only 6 but it should be 6,25
can someone help please
her some code:
Arbeitszeit = ((Stunden * 60) + Minuten) / 60
if Stunden are 6, Minuten are 15 i get back only 6 but it should be 6,25
can someone help please
- Sat Sep 14, 2024 7:35 pm
- Forum: Tricks 'n' Tips
- Topic: Onsen UI - Spiderbasic 3.0
- Replies: 2
- Views: 42234
Onsen UI - Spiderbasic 3.0
Hi,
does somone knows a way to set the used css style do the dark or old theme with only a few lines of code? in the mobileui
does somone knows a way to set the used css style do the dark or old theme with only a few lines of code? in the mobileui