Search found 54 matches

by Pierre55
Sun Apr 14, 2019 4:12 pm
Forum: General programming
Topic: How to know if a directory or Path is valid?
Replies: 5
Views: 4406

How to know if a directory or Path is valid?

Hi,

If a user enter an invalid path for saving a file my script ends with this error: http://pages.infinit.net/pgx/ERROR.jpg
so is there a way to make sure the path is correct?

Thank you.

Pierre
by Pierre55
Fri Apr 12, 2019 3:55 pm
Forum: General programming
Topic: How to know on wich platform my script is running.
Replies: 1
Views: 1891

How to know on wich platform my script is running.

Hi,

Since some commands like PermissionRequest() are only for one platform like this one that seems for Android I would like to find a way to determine on wich platform my script is running so I can execute these fonctions only if they are in the correct environnement.

Thank you.

Pierre
by Pierre55
Wed Apr 10, 2019 10:50 pm
Forum: APK Compiler
Topic: Saving a files on Android
Replies: 17
Views: 16850

Re: Saving a files on Android

Hi AirSoftSoftwair, I have a Samsung Galaxy TAB S2 with Android 7.0 Sorry but there is a REQUESTER asking where to save but no interface like in the Amiga, Windows and Mac I suppose in wich we can browse directories to choose where we want to save the file. Here a link so yuo can see what I have on ...
by Pierre55
Mon Apr 08, 2019 1:26 pm
Forum: APK Compiler
Topic: Saving a files on Android
Replies: 17
Views: 16850

Re: Saving a files on Android

Well even using FileRequest() on android does nothing... there is no requester!

Anyone can validate that please.

Thank you.

Pierre
by Pierre55
Sat Apr 06, 2019 11:23 pm
Forum: RapaGUI
Topic: Hollywood 8 and RapaGUI on AmigaOne XE
Replies: 10
Views: 10078

Re: Hollywood 8 and RapaGUI on AmigaOne XE

No it's a problem that appear after upgrading to Hollywood 8.

Since it's seems that I'm a unique AmigaOne XE PPC user with Hollywood 8 we never know what's the problem.

This part of the script work very well on all other platform.

Bye!

Pierre.
by Pierre55
Sat Apr 06, 2019 3:13 pm
Forum: APK Compiler
Topic: Saving a files on Android
Replies: 17
Views: 16850

Re: Saving a files on Android

Of course... How come I did not think to use FileRequest() ?

Thank you.

Pierre
by Pierre55
Fri Apr 05, 2019 2:03 pm
Forum: APK Compiler
Topic: Saving a files on Android
Replies: 17
Views: 16850

Re: Saving a files on Android

I run your script on a virtual Android (Bluestack)

StringToFile("Hello World", FullPath(GetSystemInfo().InternalStorage, "test.txt"))

But there is no requester asking where I want to save the text file!

Thank you.
by Pierre55
Thu Apr 04, 2019 1:36 pm
Forum: APK Compiler
Topic: How to include XML files on the Android device or into the APK compiler.
Replies: 7
Views: 7751

Re: How to include XML files on the Android device or into the APK compiler.

Yes that's what I want... I was thinking for the others platform (Windows, OS4 and Mac)

Thank you.

Pierre
by Pierre55
Wed Apr 03, 2019 1:39 pm
Forum: APK Compiler
Topic: How to include XML files on the Android device or into the APK compiler.
Replies: 7
Views: 7751

Re: How to include XML files on the Android device or into the APK compiler.

Can I use this command to include RapaGUI plugin in my script?

Thank you.

Pierre
by Pierre55
Sat Mar 23, 2019 4:02 pm
Forum: Newbie questions
Topic: DebugOutput
Replies: 8
Views: 9680

Re: DebugOutput

Thank you very much for this fix!

Pierre