RomanDA

RomanDA

Joined Last seen Member # 789112
3 Posts 43 Replies 1,971 Reputation

Maybe a job board for people to request different projects & in return the site gets a percentage. The site i created http://www.commercialgadgets.com/ was origionaly going to be setup to allow just this type of thing. But I also was working closely with VAD_M on trying to make this something that could work in multiple countries, but Russia is not going to work out that way. Seems someone grabbed DXCoder.com YESTERDAY!! That would have been

63 Replies 13,061 Views

maybe we should look at a new web site DXCoders? or something were we could setup a site for these kinds of things, tutorials, code samples, etc. I dont know how complicated this would get, maybe we could have a simple login/pw setup to allow people to add new code samples (not everyone, that could get messy). I have the server to do this, the issue is bandwidth, and costs. It we just use it for code, it wouldnt be too bad, but a lot of exe's and graphics, etc could be a

63 Replies 13,061 Views

And that is why RomanDA hates working with me. OHHHHH THATS why... LOL.. Zu is right, things always start out "hey this would be cool" and end up "OMG THIS DAMN THING IS 3000 LINES OF CODE NOW!!!!" But thats how things become really great. Or we hope. I wonder if it would be possible to pull code snippits from a wiki type page? or maybe i could make a web page on my CommercialGadets site where people could upload new code samples, et

63 Replies 13,061 Views

i know there is a patch for Corel Draw 11 for exporting PNG files, you might need to be sure you have the right patches in place.

2 Replies 2,241 Views

well answered my own question. Tried using the above "code" to import my functions into Dx, then compiled it as a gadget. It looks for the external script. Would need a way to encrypt that info somehow. I did it in my HC PRO by making it all link into a database that was protected, wonder if that could work. Im sure there is a way to encrypt a text file, and decrypt it as well. But this makes it more complicated. You would need to package the .VBS fil

63 Replies 13,061 Views

oops.. moron here.. lol THANKS!! thats the same (or similar to) the one i use in ASP. The Q is, does this file have to be there (same location) when its RUN as an EXE or does it compile it into the code??? That is the big drawback to making gadgets with external scripts.

63 Replies 13,061 Views

I tried using external scripts for a "functions" library, doesn't work. When you run the object.SetScript("script") it stops all further script processing in the object, and the only script to run in from the "Script" file. What I tried (and worked) was to make an object called "RomanDAs_Functions" and added several functions in to it (using the WMI Tutorial I did) and then made an object to call these functions from the "RomanDAs_Functions" object. Its a little long on the co

63 Replies 13,061 Views

If its in a Tutorial, its for anyone to use.. Im good with that. As for a common code, i need to see about making an external script file, i have never done that, can it be encoded as well? So no one can just take that file and see what it does? Does that code get complied into the Gadget or does it stay a separate file? If it only exists on my machine, that could solve a LOT of these issues. Make one common file with all the functions in i normally use, then just append tha

63 Replies 13,061 Views

As for WMI: WMI DX Tutorial This sounds really good. Maybe the RIGHT-CLICK REPLACEMENT stuff i wrote about a little while back, i use that alot. There seem to be a lot of things i use over and over. What i end up doing is "importing" the widget that has X in it and copy/paste it out, then delete the widget etc. I do have some text files that have some standard code. One thing i use a lot is

63 Replies 13,061 Views