Page 7 of 15

Re: EditorFactory - Module for object management in a Canvas

Posted: Thu Sep 09, 2021 8:09 pm
by STARGÅTE
Dear all,

I forgot to post an update which was done in August. It is just a small update with only one change in one function, but this change allows more flexibility for customized user interfaces.
Now, ObjectState() can be used in drawing callbacks to check the state of the object and of the mouse in relation to the object, e.g. disabled, hovered, pushed, ...
This allows an easy case management when drawing a custom gadget as it can be seen in Example06_Gadgets.pb
Image

New Version 1.17.01
  • Added: Example #6: Example06_Gadgets.pb
  • Changed: More states returned by ObjectState() to create custom gadget easily, see example #6
Download:
EditorFactory.pbi (Version 1.17.01, 2021-08-07)
EditorFactory-1-17-01.zip (Archive with include and examples)
The include is shared under the CC BY-NC 4.0 licence.

Re: EditorFactory - Module for object management in a Canvas

Posted: Sun Oct 23, 2022 4:41 pm
by punak
to the module developer: Does this module have a new update?

Re: EditorFactory - Module for object management in a Canvas

Posted: Mon Oct 24, 2022 9:36 pm
by STARGÅTE
No, not from my side. Last Version is 1.17

Re: EditorFactory - Module for object management in a Canvas

Posted: Tue Oct 25, 2022 5:30 pm
by the.weavster
@ShadowStorm

did you test the module?
Today, for the first time.

what did the name of the module mean to you?
Nothing, otherwise I would probably have tried it sooner.

were you disappointed by the module, and if so, why in detail?
No, it's very good.

do you think the name of the module is appropriate for what it does?
I believe the term used by Corona Labs, Pixi JS and Create JS is Display Objects

What would you like to do with it?
I have an idea for a Betfair trading app and this module would be ideal for it.

do you have any ideas for improvement, things to review?
Dual license so the option to use it commercially exists.

Re: EditorFactory - Module for object management in a Canvas

Posted: Wed Oct 26, 2022 12:29 pm
by ChrisR
The biggest problem to be used is the license.
I previously talked about it with ShadowStorm and I think I'm not the only one (Stargate too I think), but unfortunately I couldn't convince him :(

Re: EditorFactory - Module for object management in a Canvas

Posted: Wed Oct 26, 2022 1:16 pm
by StarBootics
ChrisR wrote: Wed Oct 26, 2022 12:29 pm The biggest problem to be used is the license.
I previously talked about it with ShadowStorm and I think I'm not the only one (Stargate too I think), but unfortunately I couldn't convince him :(
I also unsuccessfully tried to convince him about the license issue earlier this year. He is totally against anyone who can make money at his expense.

Best regards
StarBootics

Re: EditorFactory - Module for object management in a Canvas

Posted: Wed Oct 26, 2022 1:36 pm
by mk-soft
Because of the licence, this module is also not of interest to me, as I sometimes write special software for our customers and this is therefore not free.

If I need something like this, I will probably have to write it myself.

Re: EditorFactory - Module for object management in a Canvas

Posted: Wed Oct 26, 2022 1:44 pm
by the.weavster
StarBootics wrote: Wed Oct 26, 2022 1:16 pmHe is totally against anyone who can make money at his expense.
I guessed that was the case which is why I suggested dual licensing - free for non-commercial or a fee to remove that restriction.
By their own admission EditorFactory hasn't gained any traction so what do they have to lose now? May as well try to recoup something from the hours spent already.

I think there's the fundamentals to make some really nice widgets here so it's a shame it's going to waste.

Re: EditorFactory - Module for object management in a Canvas

Posted: Wed Oct 26, 2022 5:46 pm
by mestnyi
Have you seen my module? why don't you use it?
https://github.com/mestnyi33/widget

Re: EditorFactory - Module for object management in a Canvas

Posted: Thu Oct 27, 2022 10:15 am
by the.weavster
mestnyi wrote: Wed Oct 26, 2022 5:46 pm Have you seen my module?
Hi mestnyi

I tried to run demo.pb (on Pop!_OS) but it couldn't find the cursors module and the only cursors.pb I could find in your source tree seemed to be very MAC specific.

Re: EditorFactory - Module for object management in a Canvas

Posted: Thu Oct 27, 2022 11:15 am
by Mesa
Hi mestnyi,

I've got a problem with the zip file, macro pb(), path github, etc.

M.

Re: EditorFactory - Module for object management in a Canvas

Posted: Fri Oct 28, 2022 2:53 pm
by mestnyi
Ok

Re: EditorFactory - Module for object management in a Canvas

Posted: Sat Oct 29, 2022 8:36 am
by HeX0R
You should better use an own thread and not "hijacking" this one.

Re: EditorFactory - Module for object management in a Canvas

Posted: Sun Oct 30, 2022 5:20 pm
by mestnyi
Ok

Re: EditorFactory - Module for object management in a Canvas

Posted: Sat Nov 12, 2022 3:58 pm
by superadnim
Any chance of adding load and save functions?