View Single Post
Old 12-09-2019, 09:53 AM   #631
Lokasenna
Human being with feelings
 
Lokasenna's Avatar
 
Join Date: Sep 2008
Location: Calgary, AB, Canada
Posts: 6,551
Default

Quote:
Originally Posted by deeb View Post
so it will be named "scythe"?
Yup. With the additional non-GUI modules it includes I felt a name change was appropriate, and it's a good opportunity to make a Reaper pun.

Quote:
I think i will start doing a new thing on V2.. and eventually port to v3 later.
Fair enough. I would suggest using the table syntax for creating your elements though, since v3 only uses that. i.e.
Code:
GUI.New("thing", "Button", {
  x = 1,
  y = 2,
  ...
})
Quote:
Not wanting to push or anything at all, but i wonder if you plan to Plan more then 1 column for ListView?
example:
Title | Author | Age | Action | Slider | Button | ^ScrollBar^
I hadn't thought of it, but I'll add that to my list of ideas.
__________________
I'm no longer using Reaper or working on scripts for it. Sorry. :(
Default 5.0 Nitpicky Edition / GUI library for Lua scripts / Theory Helper / Radial Menu / Donate
Lokasenna is offline   Reply With Quote