Search found 267 matches

by xabierpayet
Sun Mar 05, 2023 11:04 am
Forum: Hollywood bugs
Topic: Immersive Mode Bug
Replies: 11
Views: 4038

Re: Immersive Mode Bug

ok, i modified a little bit the code @DISPLAY{title="kjp",borderless=True,width=1280,height=720,mode="fullscreen", immersivemode=#IMMERSIVE_NORMAL,hidetitlebar=True,fixed=False,color=#RED, Scalemode=#SCALEMODE_AUTO,FitScale = True, smoothscale=True, HideOptionsMenu = True, Orien...
by xabierpayet
Mon Feb 27, 2023 8:13 pm
Forum: Announcements
Topic: Hollywood 10: Xcelicious out now!
Replies: 15
Views: 6521

Re: Hollywood 10: Xcelicious out now!

Thanks for this new update, is a changelog available?
by xabierpayet
Fri Feb 24, 2023 10:38 pm
Forum: Showcase
Topic: First public HGui release published!
Replies: 10
Views: 4825

Re: First public HGui release published!

Amazing, i will try it this weekend, thank you
by xabierpayet
Sat Feb 11, 2023 11:25 pm
Forum: General programming
Topic: Makedir on SD card failed
Replies: 18
Views: 14409

Re: Makedir on SD card failed

i can use it here without problems, for now...
You don't know any way to query the available drives? I'm really using a lot the SDCard in all my Android devices
by xabierpayet
Sat Feb 11, 2023 11:21 pm
Forum: Hollywood bugs
Topic: Immersive Mode Bug
Replies: 11
Views: 4038

Re: Immersive Mode Bug

Android 12 sp1a.2108 12.016
by xabierpayet
Wed Feb 08, 2023 5:35 pm
Forum: General programming
Topic: Makedir on SD card failed
Replies: 18
Views: 14409

Re: Makedir on SD card failed

you can make the dir or access to the files knowing the name of the SDCard, you can see the name of the SDCard with Files from Google for example, enter inside the SDCard, select any file and in the rightthree points menu, select drawer information Must be some thing, as this /storage/9DE6-1717/ABCD...
by xabierpayet
Wed Feb 08, 2023 5:28 pm
Forum: Hollywood bugs
Topic: Immersive Mode Bug
Replies: 11
Views: 4038

Re: Immersive Mode Bug

I'm using this line and i have the same problem again, the last 100 pixels in X are not possible select them. Seems as the background is stretched to fit in the screen, but the coordinates don't can reach the last pixels of the background @DISPLAY{title="kjp",borderless=True,width=1280,hei...
by xabierpayet
Fri Jan 27, 2023 3:32 pm
Forum: General programming
Topic: Audio Delay playing Videos
Replies: 4
Views: 812

Re: Audio Delay playing Videos

yes, is possible, an updated version of the plugin will be the solution
by xabierpayet
Fri Jan 27, 2023 12:45 am
Forum: General programming
Topic: Audio Delay playing Videos
Replies: 4
Views: 812

Audio Delay playing Videos

Is not possible have an AVI (divx) or MPG video playing with the audio synchronized in android? I did the test in 3 devices with 50 different videos, and the audio is always delayed by about 0.5 to 1 second. Does not matter which file - always the same issue. In the computer all work fine. May be mu...
by xabierpayet
Fri Nov 11, 2022 3:52 pm
Forum: General plugin questions
Topic: Problems with mp4 files
Replies: 1
Views: 1585

Problems with mp4 files

i have several mp4 files and if i attempt to rewind 1 second any video, the video ever play from the same point, it´s normal? if i rewind the video 10 seconds, the video make the 10 seconds step correctly

pos=GetAttribute(#VIDEO,1,#ATTRPOSITION)
pos=pos+1000
SeekVideo(1, pos)