[Tool/Web/Other] Darky's Dialog Creator (SA:MP Tool) | Just another tool!
#1

__________________________________________________ __________________________________________________ _______________
» Features:
» Simple and easy to use.
» Create dialogs more easily.
» Professional design.
__________________________________________________ __________________________________________________ _______________

__________________________________________________ __________________________________________________ _______________
» Download:
» DDC.exe (160kb)
» Source.rar (180kb)

» DDCv1-1.exe (164kb)
» Sourcev1-1.rar (184kb)
__________________________________________________ __________________________________________________ _______________
» Changelog:
» An mini WebBrowser has been added.
» The "resize" bug has been resolved.
» Added an "New dialog line!" button.
__________________________________________________ __________________________________________________ _______________
Reply
#2

Simple, usefull! Repped+
Reply
#3

Simple, clean, very useful. Great work.
Reply
#4

Thanks guys!
Reply
#5

This isn't useful at all. Sorry to piss in your cornflakes. (I've been doing this a lot lately, the truth hurts, but you need to take it as CONSTRUCTIVE criticism.)

What would make this useful is some interactive images. Like, as you add a title, the title in the image changes. As you add text, new text appears. If its a list, new list items appear when you put in "\r\n".

This isn't useful because it would actually be easier to look at the SA-MP wiki page for ShowPlayerDialog and then code it yourself.

This is more time consuming than time saving.

EDIT: And I don't know why the people above keep telling you it's useful when, truthfully, it just isn't...

EDIT 2: After trying the program, I noticed some problems with it. When you resize it, the elements don't move. Fix this by docking each element. Example in runtime (for C#):

pawn Код:
control1.Dock = DockStyle.Fill;
// or
control1.Dock = DockStyle.Top;
// or
control1.Dock = DockStyle.Bottom;
// or
control1.Dock = DockStyle.Left;
// or
control1.Dock = DockStyle.Right;
// or
control1.Dock = DockStyle.None;
Reply
#6

Oh Jesus.Thanks Schurman, you really opened my eyes.I will fix that problem in next version.

EDIT: I resolved the resize bug.Also, i added an web browser and i added an new button, the new line button.Now its userful.
Reply
#7

Quote:
Originally Posted by DarkyTheAngel
Посмотреть сообщение
i added an web browser and i added an new button, the new line button.Now its userful.
It allways was Usefull,dont worry about him,he said the same thing as this on another users dialog maker,its wonderfull and keep up the great work,this is helpfull to people who are fairly new to scripting in .pwn and I thank you as I am still getting my head around it.
Reply
#8

Quote:
Originally Posted by Schurman
Посмотреть сообщение
This isn't useful at all. Sorry to piss in your cornflakes. (I've been doing this a lot lately, the truth hurts, but you need to take it as CONSTRUCTIVE criticism.)

What would make this useful is some interactive images. Like, as you add a title, the title in the image changes. As you add text, new text appears. If its a list, new list items appear when you put in "\r\n".

This isn't useful because it would actually be easier to look at the SA-MP wiki page for ShowPlayerDialog and then code it yourself.

This is more time consuming than time saving.

EDIT: And I don't know why the people above keep telling you it's useful when, truthfully, it just isn't...

EDIT 2: After trying the program, I noticed some problems with it. When you resize it, the elements don't move. Fix this by docking each element. Example in runtime (for C#):

pawn Код:
control1.Dock = DockStyle.Fill;
// or
control1.Dock = DockStyle.Top;
// or
control1.Dock = DockStyle.Bottom;
// or
control1.Dock = DockStyle.Left;
// or
control1.Dock = DockStyle.Right;
// or
control1.Dock = DockStyle.None;
Goingggg sickk!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)