Search found 267 matches

by xabierpayet
Mon Sep 19, 2022 8:44 pm
Forum: Newbie questions
Topic: Problem with new app in google play console
Replies: 13
Views: 5014

Problem with new app in google play console

Someone can upload new apps to google play store? I have an error everytime than i upload a file, i try changing the signing key, but don't work here. Any idea? Thanks It's available to download here, the program is a periodic table of elements: Windows: http://xabierpayet.com/periodic%20table.exe M...
by xabierpayet
Tue Sep 13, 2022 6:10 pm
Forum: Newbie questions
Topic: Example of OnGyroscope/OnAccelerometrr
Replies: 6
Views: 2848

Re: Example of OnGyroscope/OnAccelerometrr

Wow, thank you, i must test it ASAP!
by xabierpayet
Wed Aug 31, 2022 1:40 am
Forum: Hollywood bugs
Topic: bug found with square bracket
Replies: 7
Views: 2249

Re: bug found with square bracket

correct, the problem is solved, thanks again.
by xabierpayet
Tue Aug 30, 2022 6:51 pm
Forum: Hollywood bugs
Topic: bug found with square bracket
Replies: 7
Views: 2249

Re: bug found with square bracket

thanks for your repply Peb, this is working fine with your method! code: electroconfigsemantic="[Ar] 3d10 4s2 4p2" ss=ReplaceStr(electroconfigsemantic,"[","[[") ss=ReplaceStr(ss,"]","]]") debugprint result ---> [[Ar]] 3d10 4s2 4p2 textout result ----...
by xabierpayet
Mon Aug 29, 2022 11:03 pm
Forum: Hollywood bugs
Topic: bug found with square bracket
Replies: 7
Views: 2249

Re: bug found with square bracket

i test with a table alone now and the result is the same, error

code:

ces={}
ces[0]="[Kr] 4d8 5s1"
DebugPrint(ces[0])
Print(ces[0])

debug:

Error in line 4 (Unnamed1): Text format tag after square bracket not recognized!
by xabierpayet
Mon Aug 29, 2022 10:59 pm
Forum: Hollywood bugs
Topic: bug found with square bracket
Replies: 7
Views: 2249

Re: bug found with square bracket

hello andreas, if i don´t escape i have this error, the item is in a table
item to print ---->[Ar] 3d5 4s2

Error in line 684 (Taula.hws): Text format tag after square bracket not recognized!
by xabierpayet
Mon Aug 29, 2022 10:43 pm
Forum: Hollywood bugs
Topic: bug found with square bracket
Replies: 7
Views: 2249

bug found with square bracket

I found a bug, how i can solve this problem with the open square bracket?

code.

cc="(Kr) 4d8 5s1"
ces=ReplaceStr(cc,"(","\[")
ces=ReplaceStr(cc,")","\]")
DebugPrint(ces)

output.

(Kr] 4d8 5s1
by xabierpayet
Mon Aug 15, 2022 8:52 pm
Forum: Newbie questions
Topic: Example of OnGyroscope/OnAccelerometrr
Replies: 6
Views: 2848

Re: Example of OnGyroscope/OnAccelerometrr

i try sometimes with the gyroscope, but i don´t can understand how this is working
by xabierpayet
Tue May 31, 2022 9:57 pm
Forum: Wishlist
Topic: Joystick support
Replies: 2
Views: 4282

Re: Joystick support

must be a nice new feature, i use joysticks in some educational games and i like make use of events xD
by xabierpayet
Fri Apr 16, 2021 9:49 pm
Forum: Announcements
Topic: Hollywood APK Compiler 3.3 and Remedios 1.1 released
Replies: 13
Views: 10975

Re: Hollywood APK Compiler 3.3 and Remedios 1.1 released

Nice, all is working fine now, thanks