barkbark00 Posted August 7, 2007 Share Posted August 7, 2007 This plugin has 44k+ views, and probably that many d/l's. Your's is the first mention of a problem. It seems highly unlikely that a system specific variable is not at least part of the problem. Quote Take responsibility for your own intelligence. -Rick Brewster Link to comment Share on other sites More sharing options...
Ash Posted August 7, 2007 Share Posted August 7, 2007 This plugin has 44k+ views, and probably that many d/l's. Your's is the first mention of a problem. It seems highly unlikely that a system specific variable is not at least part of the problem. Quite true! Maybe AnnieKey58 & TheFreak002 should talk about what you 2 have similar about your systems, PM each other. Quote All creations Ash + Paint.NET [ Googlepage | deviantArt | Club PDN | PDN Fan ] Link to comment Share on other sites More sharing options...
MKT Posted August 7, 2007 Author Share Posted August 7, 2007 Everybody, I'm sorry. And, Thank you for many Information. After having changed screen resolution to 800x600, I also tested. At that time, the OK/Cancel button was not able to be seen. However, it begins only to have seen it from the screen because the size of the window was large. and, I tested for 120dpi. The result was the same after all. If the window was resized, the button was able to be seen. more, I examined it. And, The problem has been understood. When a window size was resized before a window was displayed. (maybe, To screen resolution by the system because the size of the window is too large. Or, by the system setting.) A position and size of the Control do not seem to follow the resize of the window then when it fixed a position in an "Anchor" property of the Control. I stopped using the "Anchor" property, and fixed the position by "Dock" property. and, in "Load Event" of the Form, I added the next cord. private Size displaySize() { int x = this.Width, y = this.Height; foreach (Screen s in Screen.AllScreens) { x = Math.Min(x, s.WorkingArea.Width); y = Math.Min(y, s.WorkingArea.Height); } x = Math.Max(x, this.MinimumSize.Width); y = Math.Max(y, this.MinimumSize.Height); return new Size(x, y); } This image is "800x600 120dpi", and the result of the display. everybody, it troubled you. Thank you and. Quote Link to comment Share on other sites More sharing options...
barkbark00 Posted August 7, 2007 Share Posted August 7, 2007 I tried both suggestion and I still have the same problem.. I asked a reputable programmer/techie and he says it is the pluggin...nothing is wrong with my system...so..with that said...hopefully... a new version will come out so we can use this fabulous pluggin someday..Thx for the suggestions.. I know MKT is fixing this, but for what it is worth, I was able to repro this problem by changing my display setting to 120dpi...like I originally said. Quote Take responsibility for your own intelligence. -Rick Brewster Link to comment Share on other sites More sharing options...
MKT Posted August 7, 2007 Author Share Posted August 7, 2007 barkbark00 Thank you for your post. I knew and learnt a problem of 120dpi for the first time to see your post. and Ash, Yata everyone. Thank you for many Information. Quote Link to comment Share on other sites More sharing options...
Ash Posted August 7, 2007 Share Posted August 7, 2007 Thank you MKT !! 8) Quote All creations Ash + Paint.NET [ Googlepage | deviantArt | Club PDN | PDN Fan ] Link to comment Share on other sites More sharing options...
AnnieKey58 Posted August 7, 2007 Share Posted August 7, 2007 Thank you MKT Now that I downloaded your new version, I see the 'ok' and 'cancel' buttons.... Your talents are commended. Annie Quote Catch Me ! Link to comment Share on other sites More sharing options...
williamhernandez Posted August 7, 2007 Share Posted August 7, 2007 wow, it's way too advanced Quote Link to comment Share on other sites More sharing options...
MKT Posted August 8, 2007 Author Share Posted August 8, 2007 Ash, AnnieKey58, williamhernandez, Thank you. Quote Link to comment Share on other sites More sharing options...
williamhernandez Posted August 8, 2007 Share Posted August 8, 2007 Ash, AnnieKey58, williamhernandez,Thank you. umm, you're welcome Quote Link to comment Share on other sites More sharing options...
Yata Posted August 8, 2007 Share Posted August 8, 2007 Thanks so much, MKT Quote "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former" [ dA Paint.NET Chat :: Yata on dA ] Link to comment Share on other sites More sharing options...
DangerD Posted August 9, 2007 Share Posted August 9, 2007 Really long, layout-breaking link Server NOT found Where can i download plugin? Quote Link to comment Share on other sites More sharing options...
Crazy Man Dan Posted August 9, 2007 Share Posted August 9, 2007 Eh, I'd say don't use a translator. http://mkt.t-cat.biz/?/pdn/ Click the "Download" link on the left (it's written in English), and click on the Shape3D_1_2_5_0.zip link. Quote I am not a mechanism, I am part of the resistance; I am an organism, an animal, a creature, I am a beast. ~ Becoming the Archetype Link to comment Share on other sites More sharing options...
BrunoReX Posted August 12, 2007 Share Posted August 12, 2007 This plug-in is so cool! :shock: :shock: :shock: 8) If you want, i can translate this to Portuguese (Brazil) language, if you're interested send me a PM (Personal Message) on forum or send me a mail on brunorex@gmail.com. Keep this good work! :twisted: Quote Link to comment Share on other sites More sharing options...
Boo Posted August 12, 2007 Share Posted August 12, 2007 hell i can't find the download link anywhere! can anyone please give the link? ^^ Quote Link to comment Share on other sites More sharing options...
Fisherman's Friend Posted August 12, 2007 Share Posted August 12, 2007 hell i can't find the download link anywhere! can anyone please give the link? ^^ http://mkt.t-cat.biz/pdn/3.htm#3 The download link is in the upper part of that page. Quote Link to comment Share on other sites More sharing options...
Memphis Posted August 13, 2007 Share Posted August 13, 2007 Wow. I just discovered this plug-in. Amazing work, that's for sure! Quote Link to comment Share on other sites More sharing options...
MKT Posted August 14, 2007 Author Share Posted August 14, 2007 @BrunoReX: Thank you. hell i can't find the download link anywhere! Razzcan anyone please give the link? ^^ @Fisherman's Friend: Yes. Thank you. @Memphis: Thank you. Quote Link to comment Share on other sites More sharing options...
Fisherman's Friend Posted August 14, 2007 Share Posted August 14, 2007 @Fisherman's Friend: Yes. Thank you. Thank you, MKT, thank you very much. Shape3D is just wonderful work. Quote Link to comment Share on other sites More sharing options...
Boo Posted August 15, 2007 Share Posted August 15, 2007 thx ^^ and thumbs up for the plugin Quote Link to comment Share on other sites More sharing options...
lestat2000_vamp Posted August 19, 2007 Share Posted August 19, 2007 thanks for the tuts... buddy Quote Link to comment Share on other sites More sharing options...
Ash Posted August 19, 2007 Share Posted August 19, 2007 thanks for the tuts... buddy ??what?? Quote All creations Ash + Paint.NET [ Googlepage | deviantArt | Club PDN | PDN Fan ] Link to comment Share on other sites More sharing options...
The_Lionhearted Posted August 19, 2007 Share Posted August 19, 2007 Quote My Gallery Link to comment Share on other sites More sharing options...
Rick Brewster Posted August 19, 2007 Share Posted August 19, 2007 Try increasing your screen resolution to 1280x1024 or higher. It appears that Shape3D is scaling its UI correctly for 120 DPI, but Windows will not allow a program to make a window larger than the screen size, which is why the bottom is being chopped off. I have the exact same problem as annie which is comforting to know someone else has trouble with it : Shape 3d will not shiow the Ok/cancel button Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
AnnieKey58 Posted August 20, 2007 Share Posted August 20, 2007 Freak002... uninstall the 3D dll and go back to MKT's site...he has updated the 3D dll....if work for me... Good Luck Annie Quote Catch Me ! Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.