Search found 54 matches

by Pierre55
Sat Jul 06, 2019 5:15 pm
Forum: RapaGUI
Topic: Printing support
Replies: 5
Views: 5196

Re: Printing support

Hi,

Is it done? I would like to add print feature to my script...

Thanks.

Pierre.
by Pierre55
Wed May 08, 2019 2:03 pm
Forum: APK Compiler
Topic: Saving a files on Android
Replies: 17
Views: 16990

Re: Saving a files on Android

Can you send me the script you use to test the FileRequest() on the Android ?

Thank you.
by Pierre55
Wed May 01, 2019 1:56 am
Forum: APK Compiler
Topic: How to get a Debug Output window on Android
Replies: 5
Views: 6601

Re: How to get a Debug Output window on Android

That look easier.... LogCat is it part of an Android Emulator like BlueStacks?

BTW what Android Emulator is best to test Hollywood script ?

Thank you.

Pierre.
by Pierre55
Sun Apr 28, 2019 4:28 pm
Forum: APK Compiler
Topic: How to get a Debug Output window on Android
Replies: 5
Views: 6601

Re: How to get a Debug Output window on Android

Hi,

Thank you... but If I don't have a RapaGUI open can you tell me how to open one?

Bye!
by Pierre55
Tue Apr 23, 2019 1:07 pm
Forum: RapaGUI
Topic: Hollywood 8 and RapaGUI on AmigaOne XE
Replies: 10
Views: 10132

Re: Hollywood 8 and RapaGUI on AmigaOne XE

Hi,

I think you are right because I don't have any crash now with this script... I think the problem get fixed after a MUI update!

Bye!

Pierre.
by Pierre55
Sun Apr 21, 2019 5:24 pm
Forum: APK Compiler
Topic: How to get a Debug Output window on Android
Replies: 5
Views: 6601

How to get a Debug Output window on Android

Hi,

I'm looking a way to have a window on the Adroid platform that will show all the DebugPrint().

Thanks

Pierre.
by Pierre55
Fri Apr 19, 2019 11:26 pm
Forum: Newbie questions
Topic: Why Holywood executable are recognised as a virus?
Replies: 1
Views: 2233

Why Holywood executable are recognised as a virus?

Hi,

I'm trying to send my script compiled for Windows by e-mail and the server refuse to send my message:

552 5.2.0 HayMhtudFpUVKHayNh4YW6 message
contained a virus.

The file is ZIPed!

Thank you.
by Pierre55
Thu Apr 18, 2019 1:06 pm
Forum: General programming
Topic: How to know if a directory or Path is valid?
Replies: 5
Views: 4418

Re: How to know if a directory or Path is valid?

Hi,

The command HaveVolume() work perfectly in my script:

PathOk = HaveVolume(PathPart(f$))
If PathOk = 0
moai.Request("", "Le chemin ou répertoire n'existe pas!", "OK", "error")
Return
EndIf

Thanks again for your precious help.

Bye!

Pierre
by Pierre55
Tue Apr 16, 2019 2:26 am
Forum: General programming
Topic: How to know if a directory or Path is valid?
Replies: 5
Views: 4418

Re: How to know if a directory or Path is valid?

Thank you... I'll check that this weekend.

Bye!

Pierre.
by Pierre55
Tue Apr 16, 2019 2:24 am
Forum: APK Compiler
Topic: Saving a files on Android
Replies: 17
Views: 16990

Re: Saving a files on Android

Hi, PermissionRequest() seems only for saving on an external device, I don't have any external device! I was thinking to get a requester that will give me the choice to save the file in PICTURES, AUDIO, VIDEOS, DOCUMENTS, DOWNLOAD or any other folders available in the INTERNAL STORAGE. Thank you. Pi...