Re: ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-31 Thread Kevin Hinkson
On Jan 29, 2013, at 5:45, Antoine Berry wrote: > > I think your problem is that you forgot to add the following rule : > > pageConfiguration = 'YourPageConfiguration" => subtask = 'tab' [Assignment] > > So the page is searching for a key when it should display a section. I had > the same pr

Re: ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-29 Thread Antoine Berry
Hello, I think your problem is that you forgot to add the following rule : pageConfiguration = 'YourPageConfiguration" => subtask = 'tab' [Assignment] So the page is searching for a key when it should display a section. I had the same problem a couple of times, so I think it should be okay w

Re: ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-27 Thread ISHIMOTO Ken
David, I see for compatible Reason that makes sense. But at the end of the day, 100% ERMODTabInspectPage is the winner. Ken On 2013/01/27, at 23:39, David LeBer wrote: > Ken, > > There are two different flavours of Inspect Page in Modern because there are > two different flavours of Inspe

Re: ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-27 Thread Kevin Hinkson
On Jan 27, 2013, at 17:24, programming...@mac.com wrote: > He's just talking about a page to create the EO, not initializing the EO. Yes, I was talking about the page to create an EO, specifically a Create Wizard page that splits creating properties into different steps. __

Re: ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-27 Thread David LeBer
Ken, There are two different flavours of Inspect Page in Modern because there are two different flavours of Inspect Page in ERD2W, and it Modern was designed to be (initially anyway - not sure how well I succeeded on this front) a drop in replacement. D On 2013-01-27, at 4:30 PM, ISHIMOTO Ken

Re: ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-27 Thread programmingosx
I think it amounts to the same thing. From ERDirectToWeb rules: 55 : ((subTask = 'tab') and ((task = 'edit') or (task = 'inspect'))) => pageName = templateNameForTabInspectPage [er.directtoweb.ERDKeyValueAssignment] On 2013-01-27, at 1:30 PM, ISHIMOTO Ken wrote: > The componentName for Editi

Re: ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-27 Thread ISHIMOTO Ken
The componentName for Editing has to be 'ERMODTabInspectPage' There are 2 different InspectPage in Modern, i really don't know why, but 1 is supporting this Tags, and one not. take a look and changes the rule i do. 20 : look = 'ERModernLook' => templateNameForInspectPage = "ERMODTabInspectPage

Re: ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-27 Thread programmingosx
He's just talking about a page to create the EO, not initializing the EO. David On 2013-01-27, at 1:19 PM, Jesse Tayler wrote: > > I don't use rules but rather, I use code for that sort of thing. > > There are handy methods on your EOs for handling init, willUpdate, didInsert > and others y

Re: ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-27 Thread Jesse Tayler
I don't use rules but rather, I use code for that sort of thing. There are handy methods on your EOs for handling init, willUpdate, didInsert and others you'd want, so I seem to use those without troubles. here's an example of initializing an active flag, and some dates from the Wonder/EO's st

ERD2WWizardCreationPage Rules for Creation vs Editing

2013-01-27 Thread Kevin Hinkson
I have a rule which works well when creating an EO and it's relationships for the first time. 100 : (task = 'edit' and entity.name = 'Periodic') => displayPropertyKeys = ("[Page 1]", "(Periodic Details)", "title", "details", "[Page 2]", "(Publish Details)", "published", "visible", "hyperli