Search found 267 matches

by xabierpayet
Mon Jun 24, 2019 12:10 pm
Forum: General programming
Topic: Best way to do lots of moving things on screen?
Replies: 42
Views: 27996

Re: Best way to do lots of moving things on screen?

Hello Bugala, and Andreas, i test the snippet supplied by Bugala, and my results are better without RebelSDL, using RebelSDL i have 132000 ms time when i execute the script ,whithout RebelSDL my result is 12900 ms, this in windows 10 64 bits, any idea about why this is happening?
by xabierpayet
Tue Apr 16, 2019 12:08 am
Forum: General programming
Topic: Move drawers with same name
Replies: 4
Views: 3636

Re: Move drawers with same name

rename... This function renames a file or a directory. oldname$ is the name of the file or directory to be renamed and can include a qualified path. newname$ is just the desired new name for the file/directory and must not contain a path specification. This is not the solution, but thanks for the an...
by xabierpayet
Mon Apr 15, 2019 1:15 am
Forum: General programming
Topic: Move drawers with same name
Replies: 4
Views: 3636

Move drawers with same name

is possible to move a drawer with files and subdrawers over another drawer containing another drawer with the same name, to get the content of the 2 drawers in the same place? Movefile don´t write over a created drawer, and copyfile is very slow for my purposes example: move----->dh0:mp3/ to--------...
by xabierpayet
Sat Mar 09, 2019 4:15 pm
Forum: APK Compiler
Topic: Examples of Custom Code
Replies: 1
Views: 4060

Examples of Custom Code

Can you post some examples about custom code option in the apk compiler? i understand the 2 examples supplied, and both are working fine here, but maybe some example more, must be needed for use this powerful option i was checking and testing some javascript examples, and i don´t able to make them w...
by xabierpayet
Mon Feb 11, 2019 11:51 pm
Forum: Announcements
Topic: Hollywood APK Compiler 2.4 released
Replies: 9
Views: 10750

Re: Hollywood APK Compiler 2.4 released

ok thanks
by xabierpayet
Mon Feb 11, 2019 10:31 pm
Forum: Announcements
Topic: Hollywood APK Compiler 2.4 released
Replies: 9
Views: 10750

Re: Hollywood APK Compiler 2.4 released

hello, i´m using windows 64 bits and apk compiler 2.4, and i did a new install of android studio (android-studio-ide-181.5056338,ndk, gradle 4.6, sdk... First, when i tried to compile an android applet i has a gradle error, now i cannot see the console output, but i don´t have any message, what´s th...
by xabierpayet
Thu Jan 24, 2019 3:36 pm
Forum: Wishlist
Topic: Android wish list
Replies: 19
Views: 14909

Re: Android wish list

it´s superb, thanks. When will be ready the update?
by xabierpayet
Thu Jan 17, 2019 11:09 pm
Forum: General plugin questions
Topic: 4gb limit Zip
Replies: 3
Views: 4581

Re: 4gb limit Zip

1 zip file >4 gb with files and folders inside
by xabierpayet
Mon Jan 14, 2019 5:16 pm
Forum: General plugin questions
Topic: 4gb limit Zip
Replies: 3
Views: 4581

4gb limit Zip

Is possible uncompress an >4gb file with the zip plugin?

zipn = GetAttribute(ZIP_ARCHIVE, 1, #ZIPATTRNUMENTRIES)

in files bigger of 4gb "zipn" ever return nil here
by xabierpayet
Thu Oct 11, 2018 10:27 pm
Forum: General programming
Topic: sorting files
Replies: 6
Views: 4741

Re: sorting files

nice, it´s working now, thanks a lot