[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

[rkward-devel] Launch wizard from menu

2012-05-07 Thread Birk Diedenhofen
Hi! Is it possible to launch the wizard of a plugin directly from the rkward menu? (Without having to open the plugin dialog and click Use wizard.) Regards, Birk -- Live Security Virtual Conference Exclusive live

Re: [rkward-devel] Launch wizard from menu

2012-05-08 Thread Birk Diedenhofen
request tracker). I will do that. Regards Birk Thomas Friedrichsmeier thomas.friedrichsme...@ruhr-uni-bochum.de hat am 7. Mai 2012 um 20:24 geschrieben: Hi, On Monday 07 May 2012, Birk Diedenhofen wrote: Is it possible to launch the wizard of a plugin directly from the rkward menu? (Without

Re: [rkward-devel] GUI element for nxn matrix

2012-08-29 Thread Birk Diedenhofen
in a vector of arbitrary/a given length using the GUI? Regards, Birk Am Mittwoch 29 August 2012, 16:14:24 schrieb Thomas Friedrichsmeier: Hi! On Wednesday 29 August 2012, Birk Diedenhofen wrote: I thought it would be great to have a GUI element in RKWard that allows to enter a nxn matrix: First

Re: [rkward-devel] GUI element for nxn matrix

2012-11-03 Thread Birk Diedenhofen
Friedrichsmeier wrote: Hi again, On Wednesday 29 August 2012, Birk Diedenhofen wrote: I thought it would be great to have a GUI element in RKWard that allows to enter a nxn matrix: First, n has to be specified. Then the user can type his or her data in a simple table with n rows and n columns

[rkward-devel] Show element depending on spinbox value

2013-07-30 Thread Birk Diedenhofen
Hi! I ran into the following issue with my rkward plugin. I'm trying to show and hide GUI elements depending on the value of a spinbox. If the spinbox value is zero, the text element stating spinbox value is zero should be shown on the following wizard page (see code example below). If the

Re: [rkward-devel] Show element depending on spinbox value

2013-07-31 Thread Birk Diedenhofen
Hi Thomas, This works as expected. Thanks for your help! Regards, Birk On 30.07.2013 20:03, Thomas Friedrichsmeier wrote: Hi! On Tuesday 30 July 2013 16:45:21 Birk Diedenhofen wrote: I ran into the following issue with my rkward plugin. I'm trying to show and hide GUI elements depending