Jump to content

Topic Create


Ozzy10

Recommended Posts

Man you must be seriously bored! What happened to RC racing?

 

 

... well done, sorry it's just all these dialogs and stuff you've been making seem really basic and below your level.

 

I mean, bottom line is yer having fun and happy, I just expect more from ya.

 

 

Is that using mdx or dcx?

Link to comment
Share on other sites

using mdx

the preview is a custom window grabed using mdx

every time you change something in the bottom box it previews it in real time in the top one

bit more to add to it but its nearly done

 

 

and i am doing dialogs when i cant go out

and there not basic

i do each lot of code in a new way

like i did with all the other dialogs

Link to comment
Share on other sites

i think if i were to do that i would rather do the colors in a drop down (dcx really has great system for that) i don't much like having all the color blocks.. just makes it look a little n00bish.. Maybe add a counter for the limit of topic characters..

 

While i think sometimes ozzy's dialogs do look a bit ordinary, his backend coding is top notch and where his real talent shines

 

keep em comin

Link to comment
Share on other sites

GUI design isn't his forte, but, the concept is neat. I agree with err0r re. the drop down box and character limit. Also, in response to the back end coding comment, couldn't agree more.

Link to comment
Share on other sites

Yeah I like DCX's color options but it's so much code!

 

For instance, this is just loading a color combo with colors on init.

 

 ;colorcombo
  xdid -w sf 4 + 0 imgs\1x.ico | xdid -a sf 8 0 $rgb(0,0,0) | xdid -a sf 8 0 $rgb(45,82,160) | xdid -a sf 8 0 $rgb(75,0,130) | xdid -a sf 8 0 $rgb(0,0,128) | xdid -a sf 8 0 $rgb(65,105,225) | xdid -a sf 8 0 $rgb(133,134,182)
  xdid -a sf 8 0 $rgb(0,147,0) | xdid -a sf 8 0 $rgb(0,113,0) | xdid -a sf 8 0 $rgb(143,181,55) | xdid -a sf 8 0 $rgb(85,107,47) | xdid -a sf 8 0 $rgb(128,128,0) | xdid -a sf 8 0 $rgb(255,104,100) | xdid -a sf 8 0 $rgb(255,17,53)
  xdid -a sf 8 0 $rgb(192,50,71) | xdid -a sf 8 0 $rgb(219,15,4) | xdid -a sf 8 0 $rgb(139,0,0) | xdid -a sf 8 0 $rgb(189,183,107) | xdid -a sf 8 0 $rgb(184,134,11) | xdid -a sf 8 0 $rgb(98,39,4)
  xdid -a sf 8 0 $rgb(196,104,2) | xdid -a sf 8 0 $rgb(218,185,255) | xdid -a sf 8 0 $rgb(221,160,221) | xdid -a sf 8 0 $rgb(153,50,204) | xdid -a sf 8 0 $rgb(102,0,102) | xdid -a sf 8 0 $rgb(136,0,136)
  xdid -a sf 8 0 $rgb(255,165,0) | xdid -a sf 8 0 $rgb(250,175,126) | xdid -a sf 8 0 $rgb(245,199,10) | xdid -a sf 8 0 $rgb(154,205,50) | xdid -a sf 8 0 $rgb(0,230,0) | xdid -a sf 8 0 $rgb(152,251,152) | xdid -a sf 8 0 $rgb(49,213,147)
  xdid -a sf 8 0 $rgb(0,128,128) | xdid -a sf 8 0 $rgb(46,139,87) | xdid -a sf 8 0 $rgb(90,153,171) | xdid -a sf 8 0 $rgb(80,171,201) | xdid -a sf 8 0 $rgb(148,171,149) | xdid -a sf 8 0 $rgb(107,138,104)
  xdid -a sf 8 0 $rgb(11,134,184) | xdid -a sf 8 0 $rgb(148,171,209) | xdid -a sf 8 0 $rgb(0,165,255) | xdid -a sf 8 0 $rgb(0,0,255) | xdid -a sf 8 0 $rgb(255,192,203) | xdid -a sf 8 0 $rgb(255,140,215) | xdid -a sf 8 0 $rgb(243,12,133) | xdid -a sf 8 0 $rgb(207,88,145)
  xdid -a sf 8 0 $rgb(253,81,192) | xdid -a sf 8 0 $rgb(112,128,144) | xdid -a sf 8 0 $rgb(105,105,105) | xdid -a sf 8 0 $rgb(128,128,128) | xdid -a sf 8 0 $rgb(71,82,92)

Link to comment
Share on other sites

you got to remember though, DCX doesn't use any dialog controls what so ever. So the fact you have to do all that code, you need to remember that you aren't doing any dialog code at all, so for the sacrifice of one, you benefit in the other.

Link to comment
Share on other sites

dcx doesnt like vista though , thats why i dont use it

i tried to dock a dialog over mircs nicklist and it doesnt work correctly

so after wasting all that time trying i decided to dump dcx and go back to mdx

Link to comment
Share on other sites

Yeah I like DCX's color options but it's so much code!

 

For instance, this is just loading a color combo with colors on init.

 

I personally use this .dll for for my colour combo needs.Though I'm sure you've heard of it/used it before. :)

Edited by Silo
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...