Search found 267 matches

by xabierpayet
Wed Dec 07, 2016 12:48 am
Forum: APK Compiler
Topic: tablet apk and playstore
Replies: 11
Views: 16987

tablet apk and playstore

hello, if you uploads an apk to the playstore, this is not published for tablets, i can download them only with mobile phones, i tried 5 different apks with different configurations, and i have the same results. The developer console of google, ever sends to me to the eighth point of this link: http...
by xabierpayet
Sun Oct 02, 2016 11:58 pm
Forum: Hollywood bugs
Topic: Rotate brush is not identique to source
Replies: 9
Views: 9404

Re: Rotate brush is not identique to source

try this,will work fine

SelectBrush(B) Textout(#CENTER,#CENTER-1,"Copy A To B and rotate (not identique to A)") EndSelect
RotateBrush(B,-90,1,1,true)

SelectBrush(C) Textout(#CENTER,#CENTER-1,"Copy B To C and rotate (not identique to A)") EndSelect
RotateBrush(C,-360,1,1,true)
by xabierpayet
Wed Aug 17, 2016 1:20 pm
Forum: Hollywood bugs
Topic: android external SD save/delete problem
Replies: 17
Views: 16421

Re: android external SD save/delete problem

ok, as i understand, reading this link, is not possible solve this in all the phones, i need rewrite code xD
Thanks
by xabierpayet
Tue Aug 16, 2016 9:11 pm
Forum: Hollywood bugs
Topic: android external SD save/delete problem
Replies: 17
Views: 16421

Re: android external SD save/delete problem

Using normal save instruction: work in 4.4.4 samsung galaxy tab 2 No work in samsung galaxy grand prime 5.1.1 here... using: a$ = FullPath(GetSystemInfo().SDCard, "test.txt") b$=GetSystemInfo().SDCard OpenFile(1,a$,#MODE_WRITE) WriteLine(1,"Test") CloseFile(1) debugprint(b$) file...
by xabierpayet
Tue Aug 16, 2016 1:04 am
Forum: Hollywood bugs
Topic: android external SD save/delete problem
Replies: 17
Views: 16421

Re: android external SD save/delete problem

here you have 2 screenshots of my storage and emulated folders:
Image
Image
and other of :
a$ = FullPath(GetSystemInfo().... different combinations
Image
by xabierpayet
Tue Aug 16, 2016 12:21 am
Forum: Hollywood bugs
Topic: android external SD save/delete problem
Replies: 17
Views: 16421

Re: android external SD save/delete problem

i try it with:

a$ = FullPath(GetSystemInfo().SDCard, "test.txt")

too with not luck
by xabierpayet
Mon Aug 15, 2016 11:33 pm
Forum: Hollywood bugs
Topic: android external SD save/delete problem
Replies: 17
Views: 16421

Re: android external SD save/delete problem

doesn´t work, i dont have error message, but the file was not created
by xabierpayet
Mon Aug 15, 2016 1:59 am
Forum: Hollywood bugs
Topic: android external SD save/delete problem
Replies: 17
Views: 16421

Re: android external SD save/delete problem

the snippet, under all the plattforms is working fine, in android too, but i don´t know why in some android versions don´t let write to the SD card, but i can create files, delete or rename with all the android apps in the market on them path$ = PathRequest("Select a path") save$="123...
by xabierpayet
Sun Aug 14, 2016 1:03 am
Forum: Hollywood bugs
Topic: android external SD save/delete problem
Replies: 17
Views: 16421

android external SD save/delete problem

i found a bug (or not) in the android version of hollywood, if i attempt to save any file to the external SD in my phone i have this error message: Hollywood player cannot write to file/storage/extsdcard/multijocs/a.cfg file:p_loadsave.hws (current line: 127 in function openfile) * deleting files i ...
by xabierpayet
Sun Jun 12, 2016 4:21 am
Forum: General programming
Topic: Apng alpha channel
Replies: 3
Views: 4720

Re: Apng alpha channel

work nice, but i wish a table with is anim instruction as ispicture have (if is possible) another thing, i´m using brushes as sprites with a width of the sheet > of 30000 pixels, and displaybrushpart doesn´t work with them (only display the sprite placed in first position here), do you knows what´s ...