Please some help with .res file [SOLVED]
-
On 23/10/2014 at 23:50, xxxxxxxx wrote:
Please, would any one help me with some info about the .res file?
Let me explain, I've trying create a python test plugin with a simple user data menu, something like this...CONTAINER Opytestplugin
{
> NAME Opytestplugin;
>
> INCLUDE Obase;
>
> _
> _
>
> GROUP ID_OBJECTPROPERTIES
>
> {
> > GROUP
>
>> {
> > > LAYOUTGROUP; COLUMNS 2;
>
>> > _
> _
>
>> > GROUP
>
>> > {
> > > > BOOL LIVECAPTURE_POS { }
>
>> > > BOOL LIVECAPTURE_SCA { }
>
>> > > BOOL LIVECAPTURE_ROT { }
> > > }
>
>> > _
> _
>
>> > GROUP
>
>> > {
> > > > BUTTON BT_CLEARPOS {}
>
>> > > BUTTON BT_CLEARROT {}
>
>> > > BUTTON BT_CLEARSCA {}
> > > }
> > }
>
>> _
> _
>
>> GROUP
>
>> {
> > > LINK LIVECAPTURE_LINK { }
> > }
>
>> _
> _
>
>> GROUP
>
>> {
> > > LONG SAMSCALE {MINEX; MIN 1;}
>
>> > BOOL SAMONOFF {}
>
>> > REAL SAMONOFF {MINEX; MIN 0.0; STEP 0.01;}
> > }
> }
}This code has been taken from several examples, but what I want to have all the types of possible options (like SLIDERS, TEXT MULTILINE, etc). Is there a docomentation for this? If so, where I can find it?
I hope any one could guide me, I appreciate any help.
-
On 24/10/2014 at 00:15, xxxxxxxx wrote:
Hello,
you find a full
description of the Description Resource
[URL-REMOVED] in the C++ documentation.Best wishes,
Sebastian
[URL-REMOVED] @maxon: This section contained a non-resolving link which has been removed.
-
On 24/10/2014 at 00:22, xxxxxxxx wrote:
Thank you very much Sebastian, I really appreciate your help!!!