Home
Downloads
Mach and LazyCam
Plugins
CAM Post Processors
Screensets
Purchase
Support
Forum
Tutorial Videos
Documentation
Yahoo Group
Mach Wiki
Known Bugs
Resources
Contact Us
Links
CNCZone
German Forum
Italian Forum
Korean Forum
Portugese (Brazil) Forum
Russian Forum (RSK CNCROUTER)
Thai Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 12, 2012, 02:56:13 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Select from and to languages
Chinese-simp to English
Chinese-trad to English
English to Chinese-simp
English to Chinese-trad
English to Dutch
English to French
English to German
English to Greek
English to Italian
English to Japanese
English to Korean
English to Portuguese
English to Russian
English to Spanish
Dutch to English
Dutch to French
French to English
French to German
French to Greek
French to Italian
French to Portuguese
French to Dutch
French to Spanish
German to English
German to French
Greek to English
Greek to French
Italian to English
Italian to French
Japanese to English
Korean to English
Portuguese to English
Portuguese to French
Russian to English
Spanish to English
Spanish to French
Machsupport Forum
Mach Discussion
Mach Screens
Machscreen Screen Designer
(Moderator:
Klaus1311
)
Screendesigner "machscreen"
Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
»
Go Down
« previous
next »
Author
Topic: Screendesigner "machscreen" (Read 17591 times)
0 Members and 1 Guest are viewing this topic.
Klaus1311
Active Member
Offline
Posts: 297
Screendesigner "machscreen"
«
on:
April 07, 2009, 12:31:56 PM »
Hi Scott
I continue here our discussion about my program machscreen.
1). Can you put a way to "Z" layer the Bitmaps?, for example I have a Bitmap image that has Labels on top of it, when I import a screen into your designer the Labels disappear behind the Bitmap.
-This is a problem I was dealing with from the beginning. I'd prefer a solution, that would display controls and bitmaps on the screen like mach3 does. I will get in touch with artsoft, perhaps I get the loading order.
2). Most of all of your DROS show up as a Black box, sometimes you can see the "number" formatting in the DRO sometimes just the black box.
-As I can read from your first question, you using a ready screen.set. Is this file in the Mach3 directory? If you gettings black boxes, it looks to me the bitmaps are not found.
3). Can you implement "Horizontal Sliders", as well as Vertical Sliders.
-As far as I know, there are no vertical sliders in Mach3
4). I noticed when you go to add a OEM object, lets say the X position DRO, that the dropdown naming list you can set to X Position DRO OEM, but you then have to go and put the Code for that DRO "800" in the code line below it. On the OEM stuff, if your users pick lets say an OEM object then the code for the name of that object should automatically appear in the code line below it. This would save having users have to search of OEM codes for the objects that you have already listed the names.
-Did you select OEM X DRO from the combobox?
5). "Help" The help file will not come up on my comp. I am running Vista 64 bit (unfortunatly, but had no choice).
-You are right this help format is not supported by Vista
Wish List:
1). Is there a way you could add "Dynamic" scaling to the entire screen and all objects on the screen?? I.e. if you click a cornor to resize the Runtime screen that that screen and all objects in it will rescale both horizontally and Vertically to the size you change it to.
-I will think about that.
2). I like the "Red dotted" screen boarder lines you put into the screen, can you make a button or dialog that you could set the Extends of the screen you are building so that, the Red boarder lines would show on all screens? You would then know exactly how far you could place objects on the bottom and right side for the screen resolution you have choosen.
-What resolution are you working with?
3). Is there a way that you could tie "buttons" (User and OEM), to other objects in Mach3" For instance if LED 1201 came on, or some DRO was this or that value, then the button that is watching that event would Trigger.
-If I understand your question right, this must be done with scripts
EDIT: The screen designer can be found at
http://www.kd-dietz.de/
in the projekt tap at the top.
Klaus
«
Last Edit: April 09, 2009, 08:38:10 AM by Chaoticone
»
Logged
ger21
Global Moderator
Offline
Posts: 2,470
Re: Screendesigner "machscreen"
«
Reply #1 on:
April 07, 2009, 12:41:47 PM »
A really handy feature would be "Lock all objects".
It would be nice if the "TAB" key cycled through the position and size boxes.
Logged
Gerry
2010 Screenset
http://home.comcast.net/~cncwoodworker/2010.html
poppabear
S S SYSTEMS, LLC
Global Moderator
Offline
Posts: 1,690
Briceville, TN, USA
Re: Screendesigner "machscreen"
«
Reply #2 on:
April 07, 2009, 01:02:07 PM »
I continue here our discussion about my program machscreen.
1). Can you put a way to "Z" layer the Bitmaps?, for example I have a Bitmap image that has Labels on top of it, when I import a screen into your designer the Labels disappear behind the Bitmap.
-This is a problem I was dealing with from the beginning. I'd prefer a solution, that would display controls and bitmaps on the screen like mach3 does. I will get in touch with artsoft, perhaps I get the loading order.
** ok
2). Most of all of your DROS show up as a Black box, sometimes you can see the "number" formatting in the DRO sometimes just the black box.
-As I can read from your first question, you using a ready screen.set. Is this file in the Mach3 directory? If you gettings black boxes, it looks to me the bitmaps are not found.
** no, I am opening the .set from the standard directory, and paths are the same. the "DRO's" in mach3 dont have "Bitmaps" anyway. Only Buttons, and LEDs have the use of Bitmaps.
3). Can you implement "Horizontal Sliders", as well as Vertical Sliders.
-As far as I know, there are no vertical sliders in Mach3
** Yes, in Screen4 there are Verical Sliders, but Horizontal sliders are not implemented, trust me when I tell you I have used Screen3, and 4 very extensively.
4). I noticed when you go to add a OEM object, lets say the X position DRO, that the dropdown naming list you can set to X Position DRO OEM, but you then have to go and put the Code for that DRO "800" in the code line below it. On the OEM stuff, if your users pick lets say an OEM object then the code for the name of that object should automatically appear in the code line below it. This would save having users have to search of OEM codes for the objects that you have already listed the names.
-Did you select OEM X DRO from the combobox?
** yes I did, and I had to put the OEM code in my self, it does not automatically appear, with the associated OEM object. Not really a big deal, I can look up the code if it is a show stopper, have been doing that for a long time as well, so am used to it.
5). "Help" The help file will not come up on my comp. I am running Vista 64 bit (unfortunatly, but had no choice).
-You are right this help format is not supported by Vista
** ok
Wish List:
1). Is there a way you could add "Dynamic" scaling to the entire screen and all objects on the screen?? I.e. if you click a cornor to resize the Runtime screen that that screen and all objects in it will rescale both horizontally and Vertically to the size you change it to.
-I will think about that.
** Ok, Thanks!!
2). I like the "Red dotted" screen boarder lines you put into the screen, can you make a button or dialog that you could set the Extends of the screen you are building so that, the Red boarder lines would show on all screens? You would then know exactly how far you could place objects on the bottom and right side for the screen resolution you have choosen.
-What resolution are you working with?
** what I am asking here, that no matter what resolution the computer is that I am designing the screen on, (lets say a large screen), and I am designing the screen for a computer that will have a smaller screen that I can set the Size of that screen and the Red Lines would "box in" that area so I know where the boundries are as to not place objects outside that perimeter.
3). Is there a way that you could tie "buttons" (User and OEM), to other objects in Mach3" For instance if LED 1201 came on, or some DRO was this or that value, then the button that is watching that event would Trigger.
-If I understand your question right, this must be done with scripts
** no what I am saying is this: I can assign a "triggering" event to the button, for instance lets say that my button when pushed does a Cycle Start. So, I put in the Button set up, select a trigger event that if UserLED 1201 goes to "ON" then that button will "Push" to "ON" once per cycle of the LED from on to off. Or you could watch a DRO that if this value or that it would trigger, once per change to that value.
scott
Logged
Commercial Mach3: Screens (regular and flash), Wizards, Plug-ins, Brains, PLCs, Macros, ATC's, machine build, retrofit and Prototyping
http://sites.google.com/site/volunteerfablab/
Klaus1311
Active Member
Offline
Posts: 297
Re: Screendesigner "machscreen"
«
Reply #3 on:
April 07, 2009, 01:08:41 PM »
Hi Scott,
now I'm confused
3). Can you implement "Horizontal Sliders", as well as Vertical Sliders.
-As far as I know, there are no vertical sliders in Mach3
** Yes, in Screen4 there are Verical Sliders, but Horizontal sliders are not implemented, trust me when I tell you I have used Screen3, and 4 very extensively.
my mistake was As far as I know, there are no
vertical
sliders in Mach3
it should have been
As far as I know, there are no
horizontal
sliders in Mach3
in your answer you say
** Yes, in Screen4 there are Verical Sliders, but Horizontal sliders are not implemented,
do you know the code for horizontal slider?
and for the other problems it would be very helpfull, if I could get your set-file.
Klaus
«
Last Edit: April 07, 2009, 01:23:45 PM by Klaus1311
»
Logged
poppabear
S S SYSTEMS, LLC
Global Moderator
Offline
Posts: 1,690
Briceville, TN, USA
Re: Screendesigner "machscreen"
«
Reply #4 on:
April 07, 2009, 01:29:24 PM »
Klaus,
There is NO Horizontal sliders implemented in Screen 4, Art, sent me the source file for Screen 4, to try and fix the bugs in it, since the "Ultimate Tool Box" that it was built with isnt compatable with Vista 32 or 64 for the menu items.
I looked deeply into the code, and Vertical sliders is implemented, Horizontal is NOT implemented. Vertical Sliders are put as a rectangle with the Device contex and depending on the ratios and the vertical bool choosen it implements the Dro as a slider vertical. but the code ends there with out a simular option for Horizontal slider.
I will need you to "Email" at: PoppaBear"at"hughes.net
For me to send you one of my screen sets requires a relatively large Bitmap set.....
scott
Logged
Commercial Mach3: Screens (regular and flash), Wizards, Plug-ins, Brains, PLCs, Macros, ATC's, machine build, retrofit and Prototyping
http://sites.google.com/site/volunteerfablab/
Greolt
Global Moderator
Offline
Posts: 860
Re: Screendesigner "machscreen"
«
Reply #5 on:
April 07, 2009, 05:31:07 PM »
Klaus
Been playing with your screen designer. I can't believe how good it is already.
One thing that looks like a problem,
If I select a group of objects by dragging a box around them, then nudge that group with a keyboard arrow the program stops responding.
"Control select" multiple objects and they will "Nudge" OK
Greg
Logged
Klaus1311
Active Member
Offline
Posts: 297
Re: Screendesigner "machscreen"
«
Reply #6 on:
April 08, 2009, 01:58:38 PM »
Hi Greg
is this problem reproducible? If so, can you send me your set-file and give me an exact description, what you have done.
I published a intermediate version V1.14a (a bug removed and background color added).
Klaus
Logged
Greolt
Global Moderator
Offline
Posts: 860
Re: Screendesigner "machscreen"
«
Reply #7 on:
April 08, 2009, 04:59:55 PM »
Klaus
Open the standard Mach 1024 screenset, delete the background image, lasso select any group of screen objects, nudge them as a group with the arrow keys.
This will crash the program 100% for me.
Delete the background because I can not lasso select with it there. My screens do not have a large background image so I can lasso select more easily.
Greg
EDIT: My terminology is probably incorrect. I mean dragging a selection box with the mouse.
«
Last Edit: April 08, 2009, 06:40:11 PM by Greolt
»
Logged
Klaus1311
Active Member
Offline
Posts: 297
Re: Screendesigner "machscreen"
«
Reply #8 on:
April 09, 2009, 08:02:45 AM »
Hi Greg,
I found the bug and corrected it. The new version is V1.14b
Klaus
Logged
ger21
Global Moderator
Offline
Posts: 2,470
Re: Screendesigner "machscreen"
«
Reply #9 on:
April 09, 2009, 08:11:57 AM »
Quote from: ger21 on April 07, 2009, 12:41:47 PM
A really handy feature would be "Lock all objects".
It would be nice if the "TAB" key cycled through the position and size boxes.
Any chance of adding these features? When scripts are edited in Mach3, all the controls become unlocked. It would be nice to be able to load the screen, and lock everything before resuming work on the screen. Thanks.
Logged
Gerry
2010 Screenset
http://home.comcast.net/~cncwoodworker/2010.html
Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
»
Go Up
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Mach Discussion
-----------------------------
=> General Mach Discussion
=> Mach3 under Vista
=> Quantum
=> Mach SDK plugin questions and answers.
===> Finished Plugins for Download
=> VB and the development of wizards
=> Brains Development
=> Video P*r*o*b*i*n*g
=> Mach Screens
===> Screen designer tips and tutorials
===> Works in progress
===> Finished Screens
===> Flash Screens
===> JetCam screen designer
===> Machscreen Screen Designer
===> CVI MachStdMill (MSM)
=> Feature Requests
=> Non English Forums
===> Italian
===> French
===> Spanish
===> Chinese
===> German
===> Russian
===> Romanian
===> Japanese
===> Vietnamese
=> FAQs
-----------------------------
*****VIDEOS*****
-----------------------------
=> *****VIDEOS*****
-----------------------------
General CNC Chat
-----------------------------
=> Share Your GCode
=> Show"N"Tell ( What you have made with your CNC machine.)
=> Building or Buying a Wood routing table.. Beginnners guide..
=> Show"N"Tell ( Your Machines)
-----------------------------
G-Code, CAD, and CAM
-----------------------------
=> G-Code, CAD, and CAM discussions
=> LazyCam (Beta)
-----------------------------
Third party software and hardware support forums.
-----------------------------
=> LazyTurn
=> GearoticMotion Preliminary testing
=> Tempest Trajectory Planner
=> Contec
=> dspMC/IP motion controller
=> Third party software and hardware support forums.
=> Galil
=> Newfangled Solutions Wizards
=> Mach3 and G-Rex
=> Mesa
=> Modbus
=> NC Pod
=> PoKeys
=> SmoothStepper USB
=> Sieg Machines
=> Promote and discuss your product
-----------------------------
Tangent Corner
-----------------------------
=> Tangent Corner
=> Competitions
=> Polls
=> Bargain Basement
-----------------------------
Support
-----------------------------
=> Downloads
===> XML files
===> Post Processors
===> Macros
===> Tutorials
===> Others
===> Beta Brains
===> Screen Sets
===> Documents
===> MACH TOOL BOX
=> One on one phone support.
=> Forum suggestions and report forum problems.
Loading...