News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

GUI designer

Started by Paulo, August 18, 2013, 11:27:25 PM

Previous topic - Next topic

dedndave

oh - you are certainly correct, there
a lot of additional code is needed - lol
but, the example shows how capture, clip, and drag work

i am familiar with InkScape - i like it for schematics and other technical drawings   :t

still, i like stand-alone apps   :biggrin:
from my experience, you'll always be bumping into the "i can't do that" wall, otherwise

Ketil's app is pretty comprehensive - and, he's a great coder
are there any features that you would want that ResEd doesn't have ?

Paulo

Quote from: dedndave on August 20, 2013, 03:06:29 AM
oh - you are certainly correct, there
a lot of additional code is needed - lol
but, the example shows how capture, clip, and drag work

Exactly why I thought about Inkscape as the frontend, saves a lot of work  :biggrin:

Quote from: dedndave on August 20, 2013, 03:06:29 AM
i am familiar with InkScape - i like it for schematics and other technical drawings   :t

I use it a lot as well, great for generating PDFs too.
Never thought to use it for schematics (good idea  :t), normally I just use Eagle for that.
Come to think of it, could probably do PCBs on it too as SVG lends itself well to that sort of thing.

Quote from: dedndave on August 20, 2013, 03:06:29 AM
still, i like stand-alone apps   :biggrin:
from my experience, you'll always be bumping into the "i can't do that" wall, otherwise

Perhaps it's my Linux roots showing, but I prefer to have access to each step of a process
(where applicable and practical) so it's easier to "tweak" instead of it all being inside one executable.
Of course there is always the chance of hitting an obstacle along the way.


Quote from: dedndave on August 20, 2013, 03:06:29 AM
Ketil's app is pretty comprehensive - and, he's a great coder
are there any features that you would want that ResEd doesn't have ?

Ketil's app is very comprehensive, just thought it would be fun to have a crack at making one.
If nothing else it will be a good learning exercise.

Paulo.

Farabi

 :t Impressive, I used AsmVisualEditor long time ago, or what is it name, it created by raymond sala, it fast and very easy to use.
http://farabidatacenter.url.ph/MySoftware/
My 3D Game Engine Demo.

Contact me at Whatsapp: 6283818314165

Paulo

Hi Farabi

Thanks for letting me know about AsmVisualEditor.
I 'll see what Google turns up.

Paulo.


hutch--

Paolo,

Just look here, its the project by Ramon Sala and its a very mature project.

http://masm32.com/board/index.php?board=25.0

Paulo

Thanks hutch.


EDIT:

Just been messing about with Ramon's Easy Code IDE and it's really great.
Any reason why it's not included as standard with the MASM32 download?

hutch--

Yes, its Ramon's project that he maintains personally. I have worked in conjunction with Ramon on many useful things, recently it was the latest header file in MASM32.

Paulo

Quote from: hutch-- on August 20, 2013, 07:27:08 PM
Yes, its Ramon's project that he maintains personally.

Fair enough.

Quote from: hutch-- on August 20, 2013, 07:27:08 PM
I have worked in conjunction with Ramon on many useful things, recently it was the latest header file in MASM32.

And I thank you both for all the hard work, it's greatly appreciated.