Hi, there,
Thanks again for your help.
@Stargate, Thank you for your example and your time, however, it doesn't suit me because I want to draw on my objects, with your example, we draw on the canvas for the pre-drawing, the idea is original and could be improved but as it stands it doesn't suit ...
Search found 11 matches
- Wed Jan 29, 2025 5:04 pm
- Forum: Tricks 'n' Tips
- Topic: EditorFactory - Module for object management in a Canvas
- Replies: 211
- Views: 95836
- Fri Jan 24, 2025 9:40 pm
- Forum: Tricks 'n' Tips
- Topic: EditorFactory - Module for object management in a Canvas
- Replies: 211
- Views: 95836
Re: EditorFactory - Module for object management in a Canvas
Hi ShadowStorm,
Yes, it's a good example, a bit complicated as said above but it works well, but I don't know how to do it directly on objects.
Stargate made a nice example but unfortunately it doesn't totally answer my request, because I would also like to be able to draw things with my mouse ...
Yes, it's a good example, a bit complicated as said above but it works well, but I don't know how to do it directly on objects.
Stargate made a nice example but unfortunately it doesn't totally answer my request, because I would also like to be able to draw things with my mouse ...
- Thu Jan 23, 2025 4:58 pm
- Forum: Tricks 'n' Tips
- Topic: EditorFactory - Module for object management in a Canvas
- Replies: 211
- Views: 95836
Re: EditorFactory - Module for object management in a Canvas
Hello,
Thanks @ShadowStorm for trying.
@Stargate:
I don't know how to draw, for example, a square like ShadowStorm does, please try his example which I find good, but he uses a canvas, you don't, I want to do like your method, I don't want a temporary canvas, but I don't know how to do it like you ...
Thanks @ShadowStorm for trying.
@Stargate:
I don't know how to draw, for example, a square like ShadowStorm does, please try his example which I find good, but he uses a canvas, you don't, I want to do like your method, I don't want a temporary canvas, but I don't know how to do it like you ...
- Sun Jan 19, 2025 6:47 pm
- Forum: Tricks 'n' Tips
- Topic: EditorFactory - Module for object management in a Canvas
- Replies: 211
- Views: 95836
Re: EditorFactory - Module for object management in a Canvas
Hi there,
Stargate, could you please show me your method for drawing a
square or something on my Objects like ShadowStorm does ?
Because your method is very interesting because you don't use a temporary canvas
like ShadowStorm does, although his example is also very good, of course.
Stargate, could you please show me your method for drawing a
square or something on my Objects like ShadowStorm does ?

Because your method is very interesting because you don't use a temporary canvas
like ShadowStorm does, although his example is also very good, of course.

- Thu Jan 16, 2025 3:05 pm
- Forum: Applications - Feedback and Discussion
- Topic: IceDesign GUI designer
- Replies: 726
- Views: 281667
Re: IceDesign GUI designer
Hello dear ChrisR,
Thank you for your message.
Your message touches me, and to me, you are a great programmer. I’d like to remind you that not everyone can do what you’ve done, even if it was with the help of the amazing Editors Factory module, and you did it without it!
I really like Editors ...
Thank you for your message.
Your message touches me, and to me, you are a great programmer. I’d like to remind you that not everyone can do what you’ve done, even if it was with the help of the amazing Editors Factory module, and you did it without it!
I really like Editors ...
- Wed Jan 15, 2025 7:35 pm
- Forum: Applications - Feedback and Discussion
- Topic: IceDesign GUI designer
- Replies: 726
- Views: 281667
Re: IceDesign GUI designer
Wow, that's great! Did you do all the coding ? :shock:
It's amazing, you're really good !
What did you use, a special module or did you do it all yourself ?
How did you manage to make such a program ?
In any case, hats off to you, I'm impressed, and even septic (without being mean, eh :wink ...
It's amazing, you're really good !
What did you use, a special module or did you do it all yourself ?
How did you manage to make such a program ?
In any case, hats off to you, I'm impressed, and even septic (without being mean, eh :wink ...
- Wed Jan 15, 2025 7:21 pm
- Forum: Tricks 'n' Tips
- Topic: EditorFactory - Module for object management in a Canvas
- Replies: 211
- Views: 95836
Re: EditorFactory - Module for object management in a Canvas
Hello ShadowStorm,
I've looked at the examples in detail...
Really nice example ShadowStorm thank you again.
Yes, I also think it can be simplified, but it's already great.
Stargate has already shown a good example.
Maybe you could consider making a sort of module to manage all that ?
I say that ...
I've looked at the examples in detail...
Really nice example ShadowStorm thank you again.
Yes, I also think it can be simplified, but it's already great.
Stargate has already shown a good example.
Maybe you could consider making a sort of module to manage all that ?
I say that ...
- Mon Jan 13, 2025 4:55 pm
- Forum: Tricks 'n' Tips
- Topic: EditorFactory - Module for object management in a Canvas
- Replies: 211
- Views: 95836
Re: EditorFactory - Module for object management in a Canvas
Hello Stargate and ShadowStorm,
@ShadowStorm:
GetObjectImage() ? or GetObjectDrawing() (I think that's pretty good, don't you?)
The Gost, We can use the canvas by doing a GrabImage(), you know the position of your object and its size, so it’s easy.
But then, maybe you want the image exactly as it ...
@ShadowStorm:
GetObjectImage() ? or GetObjectDrawing() (I think that's pretty good, don't you?)
The Gost, We can use the canvas by doing a GrabImage(), you know the position of your object and its size, so it’s easy.
But then, maybe you want the image exactly as it ...
- Thu Jan 09, 2025 8:26 pm
- Forum: Tricks 'n' Tips
- Topic: EditorFactory - Module for object management in a Canvas
- Replies: 211
- Views: 95836
Re: EditorFactory - Module for object management in a Canvas
Hello and thank you for your welcome Stargate and ShadowStorm :D
When you want to "draw" on objects, each object need an own image (which you can store for the object, e.g. SetObjectData()).
Does the module have anything for finding out the image of an object? how am I supposed to do ...
When you want to "draw" on objects, each object need an own image (which you can store for the object, e.g. SetObjectData()).
Does the module have anything for finding out the image of an object? how am I supposed to do ...
- Wed Jan 08, 2025 7:26 pm
- Forum: Tricks 'n' Tips
- Topic: EditorFactory - Module for object management in a Canvas
- Replies: 211
- Views: 95836
Re: EditorFactory - Module for object management in a Canvas
Hi, there,
Nobody to answer me?
If Stargate could answer me because he's the one who coded it.
Maybe something should be added to the module.
to be able to do this kind of thing?
I don't know how to do what I want, I can't find it.
Nobody to answer me?
If Stargate could answer me because he's the one who coded it.
Maybe something should be added to the module.
to be able to do this kind of thing?
I don't know how to do what I want, I can't find it.
- Sat Jan 04, 2025 11:25 pm
- Forum: Tricks 'n' Tips
- Topic: EditorFactory - Module for object management in a Canvas
- Replies: 211
- Views: 95836
Re: EditorFactory - Module for object management in a Canvas
Greetings, :)
I just discovered this very interesting module, and I have a few questions.
If I understood correctly, it is no longer maintained, which is a shame. :(
It’s true that, at first glance, one might wonder what it could be used for, but with a bit of imagination, there are many things ...
I just discovered this very interesting module, and I have a few questions.
If I understood correctly, it is no longer maintained, which is a shame. :(
It’s true that, at first glance, one might wonder what it could be used for, but with a bit of imagination, there are many things ...