Hello Guest it is March 29, 2024, 05:32:26 AM

Author Topic: Can anyone make a "normal" windows screen design please? 0:-)  (Read 38701 times)

0 Members and 1 Guest are viewing this topic.

Re: Can anyone make a "normal" windows screen design please? 0:-)
« Reply #20 on: June 15, 2010, 08:25:52 AM »
I like what your attempting ger21, Very interested in beta testing it and also adding several of my screen features to it. Keep up the good work. Whole new way to view and interact with mach3.
Re: Can anyone make a "normal" windows screen design please? 0:-)
« Reply #21 on: June 28, 2010, 11:25:06 PM »
Hi Gerry, Can you send me this screen, please set i want to use the

Offline budman68

*
  • *
  •  2,352 2,352
    • View Profile
Re: Can anyone make a "normal" windows screen design please? 0:-)
« Reply #22 on: June 29, 2010, 04:56:35 AM »
I'm sure Gerry will post it when he's completed it.

Please remember Gerry is doing this on his own time and of his own free will so give him some time to finish it  ;)

Dave
----------------------------------------------------------------------
Just because I'm a Global Moderator, don't assume that I know anything !

Dave->    ;)

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Can anyone make a "normal" windows screen design please? 0:-)
« Reply #23 on: June 29, 2010, 11:44:27 AM »
:)
While it runs code, most of the buttons don't work yet. Give me a few more weeks.

I'm not happy with the way the small text looks. I'm trying to keep this so it loads extremely fast (1 second right now, vs 15 seconds for my Aqua screen). I can make the text separate images, and it'll look better, but load slower. I don't like the text labels built into the screen.

Just had an idea, though. I'll try it out later. :)
« Last Edit: June 29, 2010, 11:48:21 AM by ger21 »
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Can anyone make a "normal" windows screen design please? 0:-)
« Reply #24 on: July 11, 2010, 07:20:09 PM »
Started playing with Visual Studio 2010 and decided to update all the controls to match. Looks a lot better, but I had to start over from scratch.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html

Offline budman68

*
  • *
  •  2,352 2,352
    • View Profile
Re: Can anyone make a "normal" windows screen design please? 0:-)
« Reply #25 on: July 11, 2010, 08:06:04 PM »
Nice work, Gerry, very clean and well done-

I'm sure Roelli will love it  ;)

Dave
----------------------------------------------------------------------
Just because I'm a Global Moderator, don't assume that I know anything !

Dave->    ;)
Re: Can anyone make a "normal" windows screen design please? 0:-)
« Reply #26 on: July 11, 2010, 08:52:44 PM »
I like  :)
Is that using the new mach4 version variables?
If not have you looked at how or if you could handle both versions?
how do you like VS 2010?

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Can anyone make a "normal" windows screen design please? 0:-)
« Reply #27 on: July 11, 2010, 09:35:39 PM »
I like  :)
Is that using the new mach4 version variables?

No. Not sure if there's documentation on the new stuff yet??

It's just a very simple screen set. Whatever I can fit on the one screen, or the 25% that's left after the toolpath. :)

Quote
If not have you looked at how or if you could handle both versions?

No, as I really don't even have the time to be doing this in the first place. This is basically time learning MachScreen and trying a few ideas.


Anyway, here's where I'm at after day 1.

Quote
how do you like VS 2010?

Actually, I'm only using the Form Designer, and copying and pasting elements into Photoshop.

99% of my programming is VBA in AutoCAD. But Microsoft is going to force me to learn VB.net, so I'm going to slowly poke around when I have the time. Probably won't get too deep into it until winter.
« Last Edit: July 11, 2010, 09:37:27 PM by ger21 »
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: Can anyone make a "normal" windows screen design please? 0:-)
« Reply #28 on: July 11, 2010, 10:07:11 PM »
I believe this is the file that will help me in the future convert my plugin's over. Assuming it is current and correct.
I am sure it's a work in process cause toward the end it gets a little confusing.

I'm more of a winter programmer too, rather be outside cutting chips in the summer.

Question: you work for Microsoft on Autodesk products?

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Can anyone make a "normal" windows screen design please? 0:-)
« Reply #29 on: July 11, 2010, 10:44:58 PM »
Question: you work for Microsoft on Autodesk products?

No, I work in a cabinet shop. Mostly programming a big router. I write a lot of AutoCAD VBA macros, both to make my job easier, and also as kind of a hobby. Pretty much all the 2.5D g-code I run at home is generated from within AutoCAD using a macro I wrote. And at work, I wrote a macro to export individual .dxf files of cabinet parts, along with a parts list in .csv format. We have AlphaCAM, which will read the .csv, and create g-code and nest all the parts. Ready to run nested code from nothing in a few minutes.

The problem is that Microsoft is dropping support of VBA, and Autodesk may soon as well. It hasn't been included in the last two releases of AutoCAD, but is still available for download.

I'd like to write a full featured cabinet package that runs in AutoCAD. Since VBA probably won't be around much longer, .net here I come.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html