Re: [rkward-devel] Dynamic wizards for rkward plugins

2012-04-19 Thread Thomas Friedrichsmeier
Hi, On Thursday 19 April 2012, Birk Diedenhofen wrote: > This basically works. Thanks a lot! > But there seems to be a display error. > The example code here should clarify the problem: indeed. Thanks for providing the example! That always helps a lot in tracking down and fixing bugs. This one s

Re: [rkward-devel] Dynamic wizards for rkward plugins

2012-04-19 Thread Birk Diedenhofen
Hi! > simply specify an "id.name" for each page in question. Then you can connect > the property pageid.visible to an appropriate "governor" property. This basically works. Thanks a lot! But there seems to be a display error. The example code here should clarify the problem: require(rkwarddev) l

Re: [rkward-devel] Dynamic wizards for rkward plugins

2012-04-18 Thread Thomas Friedrichsmeier
Hi, On Tuesday 17 April 2012, Birk Diedenhofen wrote: > I'm currently working on a rkward plugin using the rkwarddev package. > Thanks to the copy function, it is very easy to offer a wizard in addition > to the main dialogue. > > My question is: How can I dynamically show or hide certain wizard

[rkward-devel] Dynamic wizards for rkward plugins

2012-04-17 Thread Birk Diedenhofen
Hi! I'm currently working on a rkward plugin using the rkwarddev package. Thanks to the copy function, it is very easy to offer a wizard in addition to the main dialogue. My question is: How can I dynamically show or hide certain wizard pages depending on the user input on pervious pages? The use