Hello Guest it is April 20, 2024, 08:34:32 AM

Author Topic: ScreenSet Question  (Read 25960 times)

0 Members and 1 Guest are viewing this topic.

Re: ScreenSet Question
« Reply #50 on: May 12, 2014, 09:56:37 PM »
scr.SetProperty
scr.ShowPage
scr.ExecMdi
scr.GetCurrentPage
scr.GetProperty
scr.IsControl
scr.IsProperty

« Last Edit: May 12, 2014, 09:58:47 PM by Ya-Nvr-No »

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: ScreenSet Question
« Reply #51 on: May 12, 2014, 10:00:17 PM »
I saw the pageid=0, but didn't know how it was being used.

And yes, after reading your post, I saw that there were only 7 .scr (methods? functions?)
Gerry

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

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: ScreenSet Question
« Reply #52 on: May 12, 2014, 10:10:44 PM »
I'm just making an educated guess, but it does make sense not sure yet on the screenId
this is the section where id put the fro=100 so the feed rate always started up at 100%
then create some script code to set the slider to that value on load

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: ScreenSet Question
« Reply #53 on: May 12, 2014, 11:04:26 PM »
OK pages up and working but I do not see a Page (0) where everything is persistant across all pages. I had to create buttons for each page to navigate to other pages.

This is all and fun BUT where is the MOTION (;-) I can't sling chips without motion.

(;-) TP

Offline smurph

*
  • *
  •  1,546 1,546
  • "That there... that's an RV."
    • View Profile
Re: ScreenSet Question
« Reply #54 on: May 13, 2014, 02:49:42 AM »
The "Default" page is page 0.  The wxMach.set is not really designed to have multiple pages.  It uses tabs.  If you shrunk the tab(notebook) control down a bit and put buttons up there, you would see them on all of your pages.  But you would also see the notebook control so the screen design is not going to be what you want at all. 

I would start out with a new screen if you wanted "pages" in the Mach 3 sense.

Steve

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: ScreenSet Question
« Reply #55 on: May 13, 2014, 08:04:04 AM »
Steve,
Can one change the tree hierachy for pages?  ie; Can a newly created page become the default page?
If yes, what / how would you do it?

Let me explain why I ask..............
So I created a new tab in the default page and copied a lot of info from the default page into the tab, and, additionaly created a lot more to that new tab in the default page. Now I would like what is shown in that new tab to become my default page and want to get rid of the original.

Lazy me for not wanting to start from scratch,
RICH
Re: ScreenSet Question
« Reply #56 on: May 13, 2014, 08:10:38 AM »
I had to cut and paste everything out of the first page, too the added pages I had created. Thus leaving nothing in the first named page in the tree (default or page0 whatever you named it) But yes I would like some kind of sorting or moving of items, would make it better to organize and find things.

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: ScreenSet Question
« Reply #57 on: May 13, 2014, 08:14:29 AM »
Can you run two copies of Mach4 and copy from one to the other?
Gerry

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

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: ScreenSet Question
« Reply #58 on: May 13, 2014, 08:41:45 AM »
I've wondered that too
wondering how do you copy and paste data from one screen set to another
what if I want to copy a whole tab or page from one screen to another.
but I wonder if the inst is the key as you open others the inst gets a new value
as I've never see it anything other than 0

matter of fact it wont let you open more than on at a time gives you an error
« Last Edit: May 13, 2014, 08:45:23 AM by Ya-Nvr-No »
Re: ScreenSet Question
« Reply #59 on: May 13, 2014, 08:45:29 AM »
I've wondered that too
 
damn guess i could try it let ya know

As usual  :)  Please ?  :D

C & P in the tree itself seems to only allow certain items/groups .... not all.

Russ