Hi Kobus,
We do use dropdownlists in our scripts. You create a list in the store and recall it in a windowchild.
See the following code:
// List
Store .At .number = ObjectList{ChildClassName = "SimpleString";};
Store .At .number .CreateChild = "";
Store .At .number .Last .Value = "1";
Store .At .number .CreateChild = "";
Store .At .number .Last .Value = "2";
Store .At .number .CreateChild = "";
Store .At .number .Last .Value = "3";
Store .At .number .CreateChild = "";
Store .At .number .Last .Value = "4";
Store .At .number .CreateChild = "";
Store .At .number .Last .Value = "5";
Store .At .number .CreateChild = "";
Store.At.trialWindow.AddChild = "";
Store.At.trialWindow.WidgetList.Last = {
WidgetClass = "OptionMenu";
ParentName = "TopLevel";
Name = "number";
X = 130;
Y = 180;
Width = 65;
Height = 34;
QueryListKey = "Store.At.number.*.Name";
QueryValueKey = "Store.StringAt.trial_plan";
AddAction = "";
ReplaceCurrentAction = "Store.StringAt.trial_plan";
AddAction = "";
ReplaceCurrentAction = "Store.At.trialWindow.Unrealize";
AddAction = "";
ReplaceCurrentAction = Root.Store.StringAt.execute_refresh;
};
Regards,
Hans Rozema
Radiotherapiecentrum West
Locatie: Lijnbaan 32
2512 VA Den Haag
' (070) 330 2912 / 2357
R Afwezig op Dinsdag
P please consider the environment - only print this email if necessary
--
--
You received this message because you are subscribed to the Google
Groups "pinnacle3-users" group.
To post to this group, send email to pinnacl...@googlegroups.com
To subscribe to this group, send email to
pinnacle3-us...@googlegroups.com
To unsubscribe from this group, send email to
pinnacle3-use...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/pinnacle3-users?hl=en
---
You received this message because you are subscribed to the Google Groups "pinnacle3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pinnacle3-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.