Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/05/2003 at 11:04, xxxxxxxx wrote:
Hi, I want to write a non-photoreaistic renderer but before I started I want to make the layout. In that layout I need radiobuttons, but I don't find a function for it. I find the Radiogroup-function but this one works only for Dialogs and because I write a VP-Plugin which you can find at the Render-Settings --> Effecte it dosen't work because that isa descrption. Has anybody a solution or idea for that problem? Thanks Cathleen
On 03/05/2003 at 11:11, xxxxxxxx wrote:
Found in the SDK HTML documentation at the following:
R8SDKHTML2003-03-19%20Folder/pages/dialog_resource/doc_RADIOGROUP547.html
bt
On 03/05/2003 at 11:19, xxxxxxxx wrote:
I haven´t checked the link but it sounds it is for dialog resources. But not for description resources. And afaik there is no radio group description resource avaiable (though not 100% sure). But why don´t you use a dropdownmenü? It has the same effect. LONG ID_NAME { CYCLE { SUB_IDS; } } You could also use checkboxes and handle the checkbox changes yourself. Best Samir
On 03/05/2003 at 12:56, xxxxxxxx wrote:
Ahh, your right. I have kind of lost track of the real parameter descriptions. Brain doing too many things right now.
On 04/05/2003 at 06:19, xxxxxxxx wrote:
The think with the dropdown menu sounds good. It's a good idea. Thanks Cathleen