Search found 475 matches

by SamuraiCrow
Thu Jul 06, 2017 7:43 pm
Forum: Showcase
Topic: My new documentation site and about where I'm heading :)
Replies: 82
Views: 86625

Re: My new documentation site and about where I'm heading :)

I could try to build a visual editor for it as soon as I've added some more planned effects :) I was working on one using RapaGUI but keep running into bugs in the tree gadgets. Do you want to try it with HGUI instead for now? I'll go with HGui, it the best option for me since I know it and I have ...
by SamuraiCrow
Wed Jul 05, 2017 10:11 pm
Forum: Showcase
Topic: My new documentation site and about where I'm heading :)
Replies: 82
Views: 86625

Re: My new documentation site and about where I'm heading :)

I was working on one using RapaGUI but keep running into bugs in the tree gadgets. Do you want to try it with HGUI instead for now? "Bugs" as in plural? If there are other bugs besides the GetEntry() problem you reported, please let me know :) I also reported that bug in the previous vers...
by SamuraiCrow
Wed Jul 05, 2017 11:09 am
Forum: Showcase
Topic: My new documentation site and about where I'm heading :)
Replies: 82
Views: 86625

Re: My new documentation site and about where I'm heading :)

Allanon wrote:I could try to build a visual editor for it as soon as I've added some more planned effects :)
I was working on one using RapaGUI but keep running into bugs in the tree gadgets. Do you want to try it with HGUI instead for now?
by SamuraiCrow
Wed Jun 28, 2017 2:32 am
Forum: Hollywood bugs
Topic: RapaGUI 1.1 GetEntry method
Replies: 5
Views: 6894

Re: RapaGUI 1.1 GetEntry method

Treeview.GetEntry skips a record when it encounters an empty node. If the empty node is gone, the subroutine listed above works. The "next" mode is wrong.
by SamuraiCrow
Tue Jun 27, 2017 2:46 pm
Forum: Newbie questions
Topic: Can I InsertItem Key=Value pair?
Replies: 1
Views: 2723

Re: Can I InsertItem Key=Value pair?

No, you can't. If you look in the documentation before posting you'd see that it's only for arrays. Arrays in Hollywood are just tables with numeric keys only. If you are using a regular table with arbitrary keys it will not work! Try looking at RawSet or else use your own wrapper procedure.
by SamuraiCrow
Tue Jun 27, 2017 6:38 am
Forum: Hollywood bugs
Topic: RapaGUI 1.1 GetEntry method
Replies: 5
Views: 6894

Re: RapaGUI 1.1 GetEntry method

Reduced images:
Image
Image
by SamuraiCrow
Mon Jun 26, 2017 9:21 pm
Forum: Newbie questions
Topic: Can I removeitem table?
Replies: 3
Views: 3935

Re: Can I removeitem table?

After some thoughts, perhaps the first two steps of my suggested solution can be combined by using the second returned value on NextItem.
by SamuraiCrow
Mon Jun 26, 2017 7:24 pm
Forum: Newbie questions
Topic: Can I removeitem table?
Replies: 3
Views: 3935

Re: Can I removeitem table?

The purpose of RemoveItem is to renumber the numerical keys in a Hollywood "array". Assigning the value corresponding to the first key to Nil in a one shot use of an iterator is what you are trying to do, it seems. Use NextItem to get the first key, use item=table[key] to get the value, th...
by SamuraiCrow
Mon Jun 26, 2017 5:28 pm
Forum: Hollywood bugs
Topic: RapaGUI 1.1 GetEntry method
Replies: 5
Views: 6894

RapaGUI 1.1 GetEntry method

I can load a file created with a generator in my Table Editor. The problem is it won't save correctly if an empty node is present. https://github.com/SamuraiCrow/HollyVision-DesignDocument/raw/master/Screenshot%20from%202017-06-26%2008-49-03.png The screenshot above is a successful load after genera...
by SamuraiCrow
Thu Jun 15, 2017 8:17 pm
Forum: Wishlist
Topic: Hollywood JIT
Replies: 5
Views: 6449

Re: Hollywood JIT