• DermaDesigner
    549 replies, posted
[QUOTE=yakahughes;22128533]Fixed[/QUOTE] What did you change? I must be blind but I spent 10 minutes trying to see the change but failed:saddowns:
Gbps fixed it in his. He forgot the () after new List<Dream> I am in the process of getting the snap to grid thing working. I have positioning snapping to grid working, now all that's left is resizing.
nice nice, keep up the good work.
I'm trying my best(lol) to add DNumPad, and copied some of DButton, but I'm getting these errors: [code] Error 3 'DermaDesigner.Controls.DNumPad.PopulateProperties()': no suitable method found to override C:\DermaDesigner\DermaDesigner\DermaDesigner\Controls\DNumPad.cs 26 30 DermaDesigner Error 4 'DermaDesigner.Controls.DNumPad.ControlPaint(object, System.Windows.Forms.PaintEventArgs)': no suitable method found to override C:\DermaDesigner\DermaDesigner\DermaDesigner\Controls\DNumPad.cs 29 30 DermaDesigner Error 5 'DermaDesigner.Controls.DNumPad.GenerateLua()': no suitable method found to override C:\DermaDesigner\DermaDesigner\DermaDesigner\Controls\DNumPad.cs 76 32 DermaDesigner [/code] [editline]03:48PM[/editline] Everything looks fine though. [editline]03:50PM[/editline] Well forgot to deprive Panel, but, now I got 12 errors. Disecting time. [editline]03:55PM[/editline] This should work right?: [code] p.Graphics.DrawImage(Keypad, this.x, this.y, 0, 76, 92); [/code]
This is a good program. It's been really helpful for me, as I'm currently in the process of learning Lua. Also, I spot a Mitchell and Webb fan. Just look in the Resources folder, you'll see what I mean.
NVM i had a extra arg [editline]03:56PM[/editline] @elgar - how dare you bork my automerge [editline]03:59PM[/editline] Lol another question... Is it possible to disable scaling on a object? [editline]03:59PM[/editline] Oh and i also have: How to add a value in the properties window? [editline]04:01PM[/editline] nvm for question 2
Who the blazes is Mitchell and Webb. You can stop stuff from being resized by doing one of the following: public override bool resize { get { return false; } } // Will stop all resizing public override bool resizex { get { return false; } } // Will stop all resizing along the x axis public override bool resizey { get { return false; } } // Will stop all resizing along the y axis To add a value in the properties window, look at the code inside the Properties region in any of the existing controls.
Forgot to copy over the error, but whenever I run the updater when my build is already up to date it fucks it up and I have to delete it all and re download it manually
thanks yaka, once I get a ss of the buttons, ill give you code and pictures :D(unless you know of a easier way instead of getting the buttons selected or not) [editline]04:15PM[/editline] Then again, How can I do this w/o using the new Derma interface? [editline]04:17PM[/editline] Yaka, I cant override Resize D:(o&ty) [code] Error 1 'DermaDesigner.Controls.DNumPad.resize': no suitable method found to override C:\DermaDesigner\DermaDesigner\DermaDesigner\Controls\DNumPad.cs 18 30 DermaDesigner [/code] [editline]04:19PM[/editline] once again, another edit: For the pictures, Ill just fill them with a light blue color
What I meant was we won't be updating stuff like DFrame to use the new look. Make sure you're overriding the property, not a method.
Well, yaka, what are you working on right now?
Ok, and I'll try to make a patch for a crashing glitch i found.
[QUOTE=Persious;22131477]Well, yaka, what are you working on right now?[/QUOTE] grid?
Bad Reading to me.
Well I can't fix that bug, but, I'll give you the info to fix: Parent 2 things together, crashes the application
Yes, that bug is known. And I am still working on the snap to grid for resizing.
[QUOTE=yakahughes;22130886]Who the blazes is Mitchell and Webb.[/QUOTE] There's a folder called NumberWang in Resources. Mitchell and Webb are a double act of British comedians who have a sketch show which features a sketch surrounding a nonsensical game show called Numberwang. [url]http://www.youtube.com/watch?v=qjOZtWZ56lc[/url] Edit: Oh, it's an actual Derma control. My mistake. Someone who created Derma must have been a fan. Egg and my face are in alignment.
garry might have named it after that, him being british and all, I just named it after the derma control.
Oh, how can I remove somthing from the properties window?
Give it the attribute [BrowsableAttribute(false)]
Great news everyone! I've successfully written a packer, or a class which takes objects and converts them to file contents and back, for all the panels in DermaDesigner! It took me longer than expected (2 days), but saving and loading functionality [b]WILL BE IN THE NEXT BUILD[/b].
That along with snap to grid will be the only updates in the next one, unless Map in a box finishes DNumpad or something unexpected happens.
[QUOTE=yakahughes;22132267]That along with snap to grid will be the only updates in the next one, unless Map in a box finishes DNumpad or something unexpected happens.[/QUOTE] Poke poke, get on steam :v:
Can I add you Gbps? You're awesome.
How can I make part of this? I saw the post by yakahughes a few pages back about Visual C++ and .dll's and stuff I dont understand. I also found the SVN link and found the files in /trunk/DermaDesigner/DermaDesigner/Controls. If I studied one of those files would I be able to write my own or this there more to it than that?
[QUOTE=Gbps;22095516]2,147,483,647? That's the biggest legit number I see. [sp] I don't understand your post [/sp][/QUOTE] By legit I mean't on the microsoft website, not on OMGGUYSITSTHEOFFICIALNETFRAMEWORKS2000.com.
[QUOTE=ryan1271;22134901]How can I make part of this? I saw the post by yakahughes a few pages back about Visual C++ and .dll's and stuff I dont understand. I also found the SVN link and found the files in /trunk/DermaDesigner/DermaDesigner/Controls. If I studied one of those files would I be able to write my own or this there more to it than that?[/QUOTE] Well, this entire project is C#, no C++ is involved. If you can copy the structure of the control file and write a good panel that hasen't been done yet, we would be happy to include it into the project.
Epic Nice Tool Bro i hope to see further development.
[B] [Beta2 Build 15 Released] [/B][INDENT]* Full saving and loading support * DNumPad added [/INDENT]Option 1: SVN Checkout [URL]http://dermadesignerb.googlecode.com/svn/branches/Gbps[/URL] and build it yourself while staying up to date. Option 2: Download the build zip with all included updates: [URL="http://dermadesignerb.googlecode.com/svn/branches/Gbps/DermaDesigner/DermaDesigner/bin/Release/Build015Beta2.zip"]Build015Beta2.zip[/URL] :: Move and overwrite all files from [URL="http://dermadesignerb.googlecode.com/svn/trunk/DermaDesigner/DermaDesigner/bin/Release/Build014.zip"]Build014.zip[/URL] Please test this and tell me if you find any bugs! Any bug finds will be added to the credits list! Rate agree if working "OK", rate disagree if not working "OK" and post your problem.
On this virus-filled computer I'm on (i use 2), it wont save. Also, can you add my DNumPad update in it? ^^
Sorry, you need to Log In to post a reply to this thread.