Also need a check, only one ',' char may be usedAxolotl wrote: Mon Aug 25, 2025 12:42 pm If you are on windows and not afraid of using API maybe this can be a start

Also need a check, only one ',' char may be usedAxolotl wrote: Mon Aug 25, 2025 12:42 pm If you are on windows and not afraid of using API maybe this can be a start
Code: Select all
input.s = InputRequester("Enter a float number", "Float:", "")
If input
float.f = ValF(input)
Debug "Float is " + StrF(float)
Else
Debug "Canceled"
EndIf
Ha, ha, ha ... really, no title, no taskbar
Code: Select all
CompilerIf Not #PB_Compiler_DPIAware
MessageRequester("Warning", "Enable DPIAware", #PB_MessageRequester_Warning)
End
CompilerEndIf
I knew that you would like itdige wrote: Tue Mar 11, 2025 10:04 am Wow, that's fantastic!
Recognizing faces, age, emotion etc. works very well.