mIRC Homepage
Posted By: trenzterra Dialog Studio? - 18/06/03 04:33 AM
Now that ms.org seems to be gone, where do I get dialog studio? I reformatted my computer and i need that app to design dialogs quickly...

is there going to be another website for dialog studio?
Posted By: dylan Re: Dialog Studio? - 18/06/03 04:50 AM
I haven't seen any sites that distribute Dialog Studio except for mircscripts.org. If I remember correctly, Dohcan didn't want people to redistribute it so you could only get it from mircscripts.org. I don't have the original .zip file but I can zip the files up and send them to you if you post your email address or AOL Instant Messenger screen name.

It's too bad there's not an archive of older versions of it. The latest version crashes all the time when I use it smirk (mostly when I preview the dialog)
Posted By: trenzterra Re: Dialog Studio? - 18/06/03 04:54 AM
What server/channel does dohcan usually frequent?
Posted By: dylan Re: Dialog Studio? - 18/06/03 05:01 AM
No idea smirk sorry
Posted By: c0ldfusi0n Re: Dialog Studio? - 18/06/03 05:01 AM
http://www.ifirc.com/ds.zip
Posted By: dohcan Re: Dialog Studio? - 19/06/03 05:24 AM
is there going to be another website for dialog studio?

No, and there probably won't be any new versions of it either. This latest incident with the server being down coupled with the fact that I simply have no time or motivation to work on it will most likely lead to its current site/forum being removed. I see that someone provided a download to some version (didn't check) here... download that at your own risk.

I'm going to use this thread to "officially" announce that I'm no longer supporting Dialog Studio. I think someone named RG is writing a program that, apparently, "ownz dstudio foolz." If you can find his program, it would probably be best to use that, as it should be more up to date.

As for the source code... please don't ask for it right now. I haven't decided what I'm going to do yet.

Thanks for everyone that supported and helped me with Dialog Studio.
Posted By: Meth2k Re: Dialog Studio? - 19/06/03 06:42 AM
actually dochan it is called MDXStudio and it has MDX and Dstudio all in one...

it doesn't OWN dialog studio but it is a very neat program to use ... i personally like dstudio myself but MDXStudio is ok i use that as well smile
Posted By: pheonix Re: Dialog Studio? - 19/06/03 09:23 AM
www.techgear007.net
www.matrix-team.net
www.hyperised2k.vze.com

perform a google search and you will find many more smile
Posted By: pheonix Re: Dialog Studio? - 19/06/03 09:25 AM
i personally find it much better to use dialog studio to make the dialog, then use the markdialog feature :tongue:
Posted By: trenzterra Re: Dialog Studio? - 19/06/03 12:36 PM
Do you know the website of MDxstudio?
Posted By: pheonix Re: Dialog Studio? - 19/06/03 12:46 PM
here is the link to the dll's needed(its about half way down the page)
http://www.dim-bulb.net/~dragonzap/dlls/
and here is the link to mdx studio(the site is foreign but the program is english)
http://www.mondoirc.net/cs_programs.htm
Posted By: Raccoon Re: Dialog Studio? - 19/06/03 11:21 PM
Why doesn't someone just write a Dialog Maker program in mIRC script? I attempted this many many versions back (5.6 or 5.7 somewhere), but now everything is so dynamic that you should be able to create a dialog, modify the elements and attributes, and test it on the fly.

I think I'll give it another shot.

- Raccoon
Posted By: Prizm Re: Dialog Studio? - 20/06/03 12:56 AM
Quote:

Why doesn't someone just write a Dialog Maker program in mIRC script?


Someone did once, and the thing was very buggy! The script utilized mIRC's picture window support, and it was very inaccurate when it came to trying out the dialog's source code that you created. If I were you, I wouldn't even waste my time attempting to script an mIRC dialog maker.

Khaled should design an external program to design mIRC dialogs. Now that would be worth downloading! Yeah, I know, mIRC is not an operating system... *Sigh* laugh

One more thing, is there anyone out there who actually designs their dialogs "the good ol' fashioned way", without the use of a program?
Posted By: STING Re: Dialog Studio? - 20/06/03 06:03 AM
Quote:

One more thing, is there anyone out there who actually designs their dialogs "the good ol' fashioned way", without the use of a program?


I am designing dialogs manually since it ever became available in mIRC. When dialog editors became available, it didn't change anything. I don't know, I feel I am more in control when coding it.
Posted By: KingTomato Re: Dialog Studio? - 20/06/03 07:19 AM
I used to too until i started to run the dialog, then have to close it, change one value, reopen it, close it, change, open--too much work.
Posted By: Raccoon Re: Dialog Studio? - 20/06/03 12:47 PM
I never said anything about picture windows. The dialog editor would simply format your Dialog Table as you drag controls around on a dialog. The design dialog traps events as you drag the mouse around, moving and resizing objects, etc.

/did can do almost anything.

- Raccoon
Posted By: Prizm Re: Dialog Studio? - 20/06/03 02:11 PM
That doesn't sound half bad at all. I automatically assumed it would use picture window support.
Posted By: trenzterra Re: Dialog Studio? - 20/06/03 03:48 PM
i did, until i tried dialog studio
Posted By: trenzterra Re: Dialog Studio? - 20/06/03 03:56 PM
but wouldn't it be slow and troublesome?
Posted By: Raccoon Re: Dialog Studio? - 20/06/03 08:05 PM
Does anyone know of a way to specify that a Dialog event should capture events for multipe or ANY (*) Dialog IDs?

Eg: On *:Dialog:Name:Event:*:

The above example desn't seem to work though. frown
Btw, this is for the 'mouse' event, if it makes any difference. I would like an event to trigger when moving the mouse over any control.

- Raccoon
Posted By: KingTomato Re: Dialog Studio? - 20/06/03 08:17 PM
that will work for any id with that specific event..
ex:
on 1:DIALOG:mydlog:SCLICK:*: {
}

That will work for a single click of any id (that supports the sclick event) Scoll and text amoung others of course would be the exception.
Posted By: Raccoon Re: Dialog Studio? - 20/06/03 08:33 PM
I'm just working on my element drag/move routine, and trying to come up with some method of capturing 'mouse' events over elements as they are being dragged. I suppose I'll just have to start a millisecond timer and watch $mouse.x $mouse.y and $mouse.key, when objects are being dragged. Something I was hoping I could avoid.

- Raccoon
Posted By: RG_ Re: Dialog Studio? - 24/06/03 06:45 AM
Quote:
I think someone named RG is writing a program that, apparently, "ownz dstudio foolz"

That's me, but what was that : "ownz dstudio foolz."? I really haven't say such a thing and as i have say in the past, Dialog studio inspired me to make dialog editor.Also, i used to make dialogs with it when i start scripting.I can't understand the way you think.
Posted By: Raccoon Re: Dialog Studio? - 24/06/03 07:35 AM
It was probably something that somebody else said, that helped de-inspire dohcan.
Posted By: dohcan Re: Dialog Studio? - 24/06/03 03:53 PM
As Raccoon pointed out, it was someone else. I found a site that had a screenshot of your program and several people were making comments like that. It didn't bother me and I was actually glad there was something else out there, as I was getting tired of working on dstudio by that point.
Posted By: RG_ Re: Dialog Studio? - 24/06/03 04:36 PM
I really didn't make dialog editor to competit you.I also don't care about these kind of comments and i am one of them who felt dissapointed with your decision of stop developing Dialog Studio.It definately "marked" mIRC community.
Posted By: Raccoon Re: Dialog Studio? - 24/06/03 07:40 PM
* Raccoon wonders what dohcan and RG would think about joining forces and combining their efforts in creating a new dialog editor for 6.04/6.10, when it is finally released.
* Raccoon would even like to be a part of that.

I suspect there will be significant to major changes for dialogs in this coming version, that may require a new application from the ground up. I only hope /did includes more dynamic control over creating, destroying, and altering elements so such an editor could almost be completely done in script.

- Raccoon
Posted By: saxon Re: Dialog Studio? - 24/06/03 07:49 PM
I think both you and Dohcan do excellent work with Delphi. The two dialog editing programs are both good, and hard to compare to each other. It all comes down to preference really, as the GUI's are different.

I also hope Dialog Studio is updated when the new mIRC comes out, No doubt it will have new dialog controls...
Posted By: The_Game Re: Dialog Studio? - 25/06/03 01:11 AM
Quote:

I also hope Dialog Studio is updated when the new mIRC comes out, No doubt it will have new dialog controls...


Here is a quote from a previous post in this thread...this may answer your question...

Quote:

is there going to be another website for dialog studio?

No, and there probably won't be any new versions of it either. This latest incident with the server being down coupled with the fact that I simply have no time or motivation to work on it will most likely lead to its current site/forum being removed. I see that someone provided a download to some version (didn't check) here... download that at your own risk.

I'm going to use this thread to "officially" announce that I'm no longer supporting Dialog Studio. I think someone named RG is writing a program that, apparently, "ownz dstudio foolz." If you can find his program, it would probably be best to use that, as it should be more up to date.

As for the source code... please don't ask for it right now. I haven't decided what I'm going to do yet.

Thanks for everyone that supported and helped me with Dialog Studio.


Just thought you outta know...

Posted By: saxon Re: Dialog Studio? - 25/06/03 03:15 AM

Here is a quote from a previous post in this thread...this may answer your question...

Just thought you outta know...


Yeah I always read the previous posts wink. What im saying is that I hope he reconsiders his decision when the new mIRC comes out. Because DS is still a good program, regardless of how good RG's fine program is.

For all we know the next mIRC might even have a dialog editor built-in, making them all redundant shocked
Posted By: The_Game Re: Dialog Studio? - 25/06/03 05:18 PM
Quote:
For all we know the next mIRC might even have a dialog editor built-in


That would be sweet but I don't see it happening...
Posted By: Thray Re: Dialog Studio? - 26/06/03 12:51 AM
Wouldn't it feel kind of like mIRC is turning into some kinda VB-lookalike if that happened?
Posted By: The_Game Re: Dialog Studio? - 26/06/03 01:22 AM
I dunno, I guess it would be really weird having that option included...
Posted By: KingTomato Re: Dialog Studio? - 26/06/03 01:37 AM
Maybe be wierd, but also helpful...
Posted By: The_Game Re: Dialog Studio? - 26/06/03 01:43 AM
You're right, it would for those that know how to use it...otherwise you would have an option that would probably confuse new users as well. But yes it would be very helpful
© mIRC Discussion Forums