Search found 17 matches

by nmakk
Wed May 06, 2020 2:26 pm
Forum: Newbie questions
Topic: Negative arrays
Replies: 7
Views: 5625

Re: Negative arrays

Thank you, tried with another value, the same occurs. BUT: I tried the Pairs() as well and interesting outcome: in the main block this works fine and lists up all the indicies of the table, inccluding the negative ones: For key, value in Pairs(a[-2]) Do NPrint(key, value) However, when I put this in...
by nmakk
Tue May 05, 2020 9:01 pm
Forum: Newbie questions
Topic: Negative arrays
Replies: 7
Views: 5625

Negative arrays

For some reason I need to have an array that is two dimensional and starts from -2 and finishes at 10, like: a[-2][-2] up to a[10][10] I read in the Hollywood documentation that "In Hollywood, indices cannot only be positive integers, but also negative integers, ... . For example, you can also ...
by nmakk
Sat Apr 25, 2020 10:04 am
Forum: Announcements
Topic: Hollywood Designer 5.0: The Return of a Legend
Replies: 38
Views: 41306

Re: Hollywood Designer 5.0: The Return of a Legend

Dear All, I just wanted to share that Hollywood Designer looks very polished, professional. I always wanted some cross-compatible environment to connect the amiga-like world with other systems (for me macos and ios). After I learn about it, I plan to use it to educate my kid(s) to code / I see a gre...
by nmakk
Sat Apr 25, 2020 7:27 am
Forum: Remedios
Topic: Remedios with iOS 13.4.1
Replies: 9
Views: 11438

Re: Remedios with iOS 13.4.1

Thank you!

My first test is working. Now it is time to learn Hollywood & co. :)
by nmakk
Fri Apr 24, 2020 9:10 pm
Forum: Remedios
Topic: Remedios with iOS 13.4.1
Replies: 9
Views: 11438

Re: Remedios with iOS 13.4.1

Was trying to troubleshoot XCode -- I bumped into the following error message:

'Could not find a storyboard named 'Main' in bundle NSBundle

(this is highlighted in main.m on the row starting with: "return..." that is copied from the instructions.)
by nmakk
Fri Apr 24, 2020 8:13 am
Forum: Remedios
Topic: Remedios with iOS 13.4.1
Replies: 9
Views: 11438

Re: Remedios with iOS 13.4.1

No, it is not working in the simulator either. Same happens: black screen that disappears. Two aspects I did not mention: -- I could not build it for iOS 8.0 (build was failing), so I needed to switch to build for minimum iOS13. (Not sure this is related, but this is the one step where I deviated fr...
by nmakk
Thu Apr 23, 2020 8:23 pm
Forum: Remedios
Topic: Remedios with iOS 13.4.1
Replies: 9
Views: 11438

Remedios with iOS 13.4.1

Dear All I am totally new to Hollywood+Remedios, so I am sorry if I ask something trivial, but in the last 2 days I was trying to get a simple .hwa working under iOS with Remedios. I went through: - compiling the .hwa from a sample on MorphOS, transferring to macos (it is working there) - installing...