Re: ERD2WEditToOneRelationship + (toOneUIStyle='popup') + createAction button: is it possible?

2012-10-22 Thread Flavio Donadio
Ramsey, You mean I'll have to create a custom component? I tried using rules -- in the same way one can add action buttons to embedded lists. Either my rules are not working or it can't be done this way. Regards, Flavio On 22/10/2012, at 01:11, Ramsey Gurley wrote: That component doesn't

Re: ERD2WEditToOneRelationship + (toOneUIStyle='popup') + createAction button: is it possible?

2012-10-22 Thread Ramsey Gurley
You don't have to create one if you use the ERDControllerButton. pageConfiguration = EditBlah = displayPropertyKeys = ((section), property, myControllerAction) [Assignment] propertyKey = myControllerAction = componentName = ERDControllerButton [Assignment] pageConfiguration = EditBlah and

Re: ERD2WEditToOneRelationship + (toOneUIStyle='popup') + createAction button: is it possible?

2012-10-21 Thread Flavio Donadio
I know bumping is not polite, but don't you guys have any tips for me? On 19/10/2012, at 17:52, Flavio Donadio wrote: Hello, guys! The subject pretty much sums it up. I have an ERD2WEditToOneRelationship working as a popup menu, but I've lost the nice New button that

Re: ERD2WEditToOneRelationship + (toOneUIStyle='popup') + createAction button: is it possible?

2012-10-21 Thread Ramsey Gurley
That component doesn't have a new button. I would suggest adding one using a ERDActionButton subclass and a custom key or just using a ERDControllerButton and a pageController that can do it. Ramsey On Oct 21, 2012, at 5:42 PM, Flavio Donadio wrote: I know bumping is not polite, but don't

ERD2WEditToOneRelationship + (toOneUIStyle='popup') + createAction button: is it possible?

2012-10-19 Thread Flavio Donadio
Hello, guys! The subject pretty much sums it up. I have an ERD2WEditToOneRelationship working as a popup menu, but I've lost the nice New button that ERDEditRelationship has. Is it doable? I've tried some rules (hard to master them, huh?), but no dice... Regards, Flavio