One More To go...

last tutorial?

Hey all,

I have been working out of town for what seems like a year now, but i hope to be in town for the next few days.

I have been working on these DX Tutorials for a while now, my original goal was to create 10, well, i have made 9 so far and only plan on doing 1 more (for now). The question of the day is, what would you aspiring DX coders want me to do this last tutorial on?

The plan was to do it on a INI type file, how to read/write data as well as show how to edit this info in a dialog box. But I want to make this something that people will actually want. I have had so little response on the last 3-4 tutorials, and would like this one to not end up like those.

So I will ask you.. but i need to know ASAP, so post some suggestions, the one i like the most (or gets the most comments) will win (if i know how to do it.. LOL), but i need to know by wednesday at the latest, so i can get it done before im shipped out of town AGAIN.

I really hope that someone has got some usage out of the previous tutorials.
7,463 views 29 replies
Reply #1 Top
I for one have gotten a lot out of your tutorials. If not from actual tutorial itself, in the creative inspiration.

Trying to rack my brain for suggestion but, since I'm fooling around with xpath and CDO that's a little beyond what you're trying to accomplish.

PS. I hope they don't ship ya parcel post?
Reply #2 Top
bump

Suggestions people
Reply #3 Top
bump


Thanks, but i think everyone is out enjoying the holiday.. maybe tomorrow

Reply #4 Top
one more bump.. let see if Tuesday helps.
Reply #5 Top
Currently no good ideas to share but i would like to thank you for all your wonderful tutorials RomanDA it's more than appreciated
Reply #6 Top
OK, I've got some things that have me scratching my head. Maybe its something simple I've missed.

How to create independent clone widgets, that is when each widget has multiple objects that interact with one-another by name. When you make a clone (of the whole widget) it interacts with objects in the original widget. Yes you can use Object.Parent etc but what if the component objects are not parent/children?

Then what about Gadgets? How can you tell if another instance of the current gadget is already running? How would you best organise the Persistent states for each independent Gadget/Widget?

Is that enough to be going on with?
Reply #7 Top
TwoWolves... i have avoided clones as much as i can. There seem to be a lot of issues/problems with them. I dont think im qualified enough to answer some of the above. maybe Martin or GR? But i like the input.
Reply #8 Top
Maybe a tutural on less-used features such as FORMS? Sorry if you adready did those.
Reply #9 Top
I don't have any ground shaking ideas but one thing I have always wanted a script for is to be able to autohide and dock one object from another object. Example have a calendar slide out from a main menu instead of having it just pop up.

Also wanted to say Thanks for all the work you have put into the script tutorials. I have used a couple of them and they worked great.
Reply #11 Top
TwoWolves Thank you very much for the link. I am not real good at scripts but I don't think this will work for what I want as I don't see any way to associate one object to another. As far as I can tell this will just hide an object off screen. But I could be wrong..   
Reply #12 Top
Murex,

Look at the GalCivII Drive Meter Link IMPORT it into a empty desktop, look at the button on the edge of the item, it does exactly what you want, but it does it on mouse click not over, but that could easily be changed.

In the case of the Drive Meter it actually changes the width of the object, not just slides it, so there was a mask and some other things involved. But this could be a good tutorial. I like it best so far.
Reply #13 Top
Thank you Roman
It is not exactly what I was looking for but I think I can modify My Idea to work with it. It might even look better to expand it this way. And the mouse down is the way I would want it to work. I can see a lot of possibilities of being able to expand one object from another. IMHO I think it would make a great Tutorial.. I disabled all the script except for the button script and it still expands and shrinks. It was trying to access the floppy and was driving me nuts.. lol

I think the code in the button is all I would need and I sincerely hope so because the rest of the code scares the crap out of me...
Reply #14 Top
because the rest of the code scares the crap out of me..


trying to think who i stole that from.. LOL (for you Zu!).....

I will look into this idea as a tutorial, how about.
Main object controls other objects

1. Showing/hiding an object with a click on main
2. Sliding object by clicking on main (using a mask)
3. Expanding/Shrinking object by clicking on main

This way we start with the easy stuff (object.visible = true/false) and move up from there.

Anyone like this?
Reply #15 Top
Maybe the forms/widget preferences is a good idea? Setting/receiving data using forms and widget preferences.

Edit: I need to refresh before I post! Sounds like a good idea Roman
Reply #16 Top
I for one think it's a great Idea. If you do decide to do a tutorial like that it would be nice to see something like MountainDragons DX Docking Object .WWW Link where you can just change a code to set it for left,right,top or bottom. I don't know how involved that would be. Just thought I would mention it
Reply #17 Top
Murex open Vista DX and see how i have made i use it
Reply #18 Top
there are this one too LINK i never tried to contact the author
Reply #19 Top
Hi Quentin
Thanks for the Links but I don't want it to dock to the edge of the screen. What I am looking for is a script that will allow one object to extend it's self from another object. I know that I can make one object a parent to another and then have it open and close. I want it to slide or roll out from another object. Example: Have a calendar slide open or slide closed from a main menu. I have had an idea in my mind for a long time but could never find a script that would allow me do it. I am trying to make the script from the GalCivII Drive Meter work. I almost had it working then BAM it blew up lol.... Still trying to figure out what I did wrong.

Reply #20 Top
Murex, your solution lies in using masks but, since I'm too lazy to elaborate here's a couple of mine from my addins library.

Get it at sendspace
Reply #21 Top
Thank you SirSmiley.
Your objects gave me more to work with. Now I just need to figure out how to make it all work together...  
Reply #23 Top
Nobody want to see how made something? RomanDA rock to explain DX
GO HEAD and Ask him
Reply #24 Top
How to use the Scripted Animation perhaps?
Reply #25 Top
How to use the Scripted Animation perhaps?


Hey, great idea.