Is it possible to define a control as an array of ring box?

I'd like to have a controle array that I can define the dimension and restrict the value that theuser can enter. I thought about an array of ring box for wich I could initialyse the dimension . Is it already possible? any cue to where I sould be starting?
Thanks,
Olivier
Solved!
Go to Solution.

All elements in the array will have the same set of values. 
To change ring strings programmatically, use Strings and Values property. You can link the reference to an array element, it will change properties of all elements.
It will be more difficult to restrict user to enter different sets of data into different array elements.

Similar Messages

  • "Possible precedence issue with control flow operator"

    Hi guys
    I have following Problem:
    Yesterday I made a distribution update from debian wheezy to debian jessie.
    Since then I got a problem with a plugin which I'm using for Icinga a monitoring system.
    When I run it, I got the error that there is an "Undefined subroutine".
    I read on google that I can fix it, with reinstalling the vsphere SDK, but the installation stuck at "CPAN is downloading and installing pre-requisite Perl module "SOAP::Lite"".
    I can skip this step with Ctrl+C and at the end it says "This installer has successfully installed...".
    But when I run the Plugin I get the error message "Possible precedence issue with control flow operator at /usr/share/perl/5.20/VMware/VICommon.pm line 2147." and the whole plugin stucks.
    I tried the following step which I found in this forum and the error message doesn't appear, but the plugin still stucks...
    Re: VMware-vSphere-Perl-SDK-5.5.0-1384587 broken with perl 5.20
    I have also Perl 5.20.2...
    Can you guys help me?
    Vinzenz

    Ok I could fix it...
    I changed the line 2147 to
    return (defined $user_agent->cookie_jar and
                      $user_agent->cookie_jar->as_string ne '');
    And this time I waited for a long time and I get a error message that there is a problem with SOAP.
    The solution was to downgrade Net-HTTP and libwww-perl with following commands:
    perl -MCPAN -e shell
    o conf urllist push http://backpan.perl.org
    install GAAS/Net-HTTP-6.03.tar.gz
    install GAAS/libwww-perl-6.03-tar.gz
    The second Command loads older releases to the urllist.
    Thx for your help and I hope I could help others with the same problem.
    Vinzenz

  • Is it possible to develop the control charts in WAD.

    Hi Gurus and Experts
    We need your suggestions to go futhure with our requirement.
    Right now KPI's are currently displayed in graphical form with the
    ability to drill down into WO's( Work orders) from the graph page. our
    new requirement is to get exactly the same set of information captured
    and presented in control chart form. This is to be an adjunct. to, not
    replace, the existing graphical set of data. Upper and lower control
    limits will be set initially by the business, and the same drill down
    functionality should be available from the control chart. The charts
    can be displayed seperately from the exisiting set of charts if this
    makes it easier.
    Can you please suggest us whether is it possible to develop the control
    charts and also have the functoinalities of the existing dashboards
    (example drill down of WO's using the control charts) in WAD or through
    viusal composer
    Waiting for your responses..
    Thanks
    Ravi...

    Hello dj_page!
    Thanks for the answer, but I know this already.
    My problem is, that the small picture in the side panel and the histogram in LR5 are bigger than in LR4.
    The two pictures are showing the difference between the versions.
    On the left hand (LR4) you can see a smaller preview and histogram than on the right hand (LR5).
    In each version you can change the size of the side panel only as small as the preview-window is.
    The pictures are also showing the smallest size of the side panel in each version.

  • Is it possible to define a function in the MathScript Node

    Is it possible to define a function in the MathScript Node

    You can not define a function inside of a MathScript Node, but only because it isn't necessary. The way custom functions work in MathScript is that they are saved in .m files located in paths in the MathScript path list. When the MathScript compiler receives a function that it doesn't recognize, then it searches for it in the path list, and upon finding it, compiles and loads the function. You can specify these search paths manually by going to File>>MathScript Preferences from the MathScript Window or dynamically by using the path() command within a script.
    To answer your original question, if you would like to create custom functions dynamically within a VI, then you can simply build your custom functions using strings and then save them to an ASCII file with the extension .m. You could either save the file to a path already in the MathScript path list or you could dynamically specify the path by passing the path into a MathScript Node as a string and by using the path() command at the beginning of your script to set it.
    Kind Regards,
    E. Sulzer
    Applications Engineer
    National Instruments

  • Possible to define color of screen BEHIND documents?

    I'm using Adobe Acrobat X Pro.
    Is it possible to define the background color of the documents when they open in Adobe Reader? I'm not talking about the document pages themselves, but rather that crappy grey and/or ugly blue screen that always displays behind the document pages.
    Can I define this for the user?
    Any suggestions?

    Can I define this for the user?
    No.

  • Top Link 10.1.3 is it possible to define hierarchical queries in jdev

    Is it possible to define a hierarchical query in a named query in the mapping workbench (jdev 10.1.3) or we have to do it dynamically with the java api ?
    Any example is welcome.
    Best regards

    i didn't find the method that return the readallquery object i need from my named query
    i'm doing something wrong ?
    public class FlexTreeSetHierarchicalClause
      public static void setHierarchicalClause(oracle.toplink.descriptors.ClassDescriptor descriptor)
        // instantiante expression builder to build the expressions
        ExpressionBuilder expressionBuilder = new ExpressionBuilder();
        // Specifies a START WITH expression
        Expression startExpr = expressionBuilder.get("Flextree").get("flexitemI").equal(expressionBuilder.get("Flextreenode").get("flexitemparentI"));
        // Specifies a CONNECT BY expression
        Expression connectBy = expressionBuilder.get("Flextreenode").get("flexitemchildI").equal(expressionBuilder.get("Flextreenode").get("flexitemparentI"));
        //Specifies an ORDER SIBLINGS BY vector
        Vector order = new Vector();
        order.addElement(expressionBuilder.get("Flextreenode").get("flexitemchildI").get("flextext").get("label"));
        // get the readallobject to add the hierarchical clause
        DatabaseQuery dq = descriptor.getQueryManager().getQuery("getFlexTreeByName");
        ReadAllQuery raq = descriptor.getQueryManager().getReadAllQuery();
        // add the hierarchical clause
        raq.setHierarchicalQueryClause(startExpr, connectBy, order);

  • Is it Possible to define Levels within Levels in a Dimension

    Hi is it possible to define Levels within Levels in Dimension??

    Hi is it possible to define Levels within Levels in Dimension??

  • Is it possible to create a control file without the datafiles

    Hi All,
    Is it possible to create a control file without the datafiles?
    on any OS or DB version
    regards,
    sachin

    if I understand properly:
    - you have a script to recreate the controlfile
    - you have all of your database files backed up except your controlfiles
    This should work as this is how we sometimes refresh dev databases:
    1) restore the copies of the database files
    2) recreate the controlfile
    3) recover the database files to the desired point in time (if hot backup or archivelogs are available, otherwise, it would be as of the time of the backup)
    4) add temp files to temporary tablespace(s)
    The simpler solution would be to backup your controlfile at the same time as your datafiles (RMAN or o/s copy).
    I hope I understood your question properly.

  • Is it possible to define a fnc module inside my ABAP code.

    If yes then please let me know how?
    The main program of the function "xyz" does not begin
    with "FUNCTION-POOL". The above error is always thrown, if i try to
    define a function in my abap code.          
    Currently I presume it is not possible to define FM here.
    Can anyone tell me What function pools are? and the difference between function groups and function pools
    Points will be rewarded.

    Hi Vinod,
          I think the program the you are creating is a REPORT program. And you want to create a Function module for which as I told you need to create a Function Group. A Function Group is also a program similar to a REPORT program. So you cannot create a FUNCTION GROUP inside a REPORT program. What you need to do is goto SE80, there in the dropdown select Function Group and give a name to it and then using forward navigation you can create Function Group, Once you created the Function group you can create function module using Se37 or in SE80 itself. Then in your report program using CALL FUNCTION to call this function module you created.
    Regards,
    Sesh

  • Is it possible to define a seperate number range for purchase requisitions

    Hi Experts,
    Is it possible to define a seperate number range for purchase requisitions that come from Forecast vs normal MRP requisitions so that our purchasing department can identify the origin of the document?
    Thanks
    for the thoughts
    Sreeni

    You'd need to figure out manually how forecast PR's are different from MRP PR's (the field from PR tables ) and then in the user exit I mentioned the program looks at the table T161 and field NUMKI, and if the PR getting created is from forecast change that NUMKI in the program to a different one else keep it as it is. If you're know abap programming it won't take long to figure out the logic else work with your developer to implement it.

  • Is It Possible To define a size of the Procedure Parametere?

    In Oracle Is It Possible To define a size of the Procedure Parametere?
    If i have the procedure like
    Test_sp(no int,name varchar2)
    Is it possible to define a size
    Test_sp(no int(5),name varchar2(255))
    Thanks
    Rangan S

    As Anthony said - no, not in the parameter signature of a procedure or a function. Which could have unexpected run-time errors as one could wrongly assume that using a "derived" type will allow this.
    The following example illustrates:
    SQL> create table datatype(
    2 varchar2_5 varchar2(5),
    3 number1 number(1)
    4 );
    Table created.
    SQL>
    SQL>
    SQL> create or replace procedure fooProc( s datatype.varchar2_5%TYPE, n datatype.number1%TYPE ) is
    2 s1 datatype.varchar2_5%TYPE;
    3 n1 datatype.number1%TYPE;
    4 begin
    5 begin
    6 DBMS_OUTPUT.put_line( 'len='||length(s)||' value='||s );
    7 DBMS_OUTPUT.put_line( 'value='||to_char(n) );
    8 exception when OTHERS then
    9 DBMS_OUTPUT.put_line( 'parameter display failed with error '||SQLERRM(SQLCODE) );
    10 end;
    11
    12 begin
    13 s1 := s;
    14 DBMS_OUTPUT.put_line( 'string parameter assignment succeeded' );
    15 exception when OTHERS then
    16 DBMS_OUTPUT.put_line( 'string assignment failed with error '||SQLERRM(SQLCODE) );
    17 end;
    18
    19 begin
    20 n1 := n;
    21 DBMS_OUTPUT.put_line( 'number parameter assignment succeeded' );
    22 exception when OTHERS then
    23 DBMS_OUTPUT.put_line( 'number assighment failed with error '||SQLERRM(SQLCODE) );
    24 end;
    25 end;
    26 /
    Procedure created.
    SQL>
    SQL> exec fooProc( 'test1', 1 );
    len=5 value=test1
    value=1
    string parameter assignment succeeded
    number parameter assignment succeeded
    PL/SQL procedure successfully completed.
    SQL>
    SQL> exec fooProc( 'this should fail', 1 );
    len=16 value=this should fail
    value=1
    string assignment failed with error ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    number parameter assignment succeeded
    PL/SQL procedure successfully completed.
    SQL>
    SQL> exec fooProc( 'test', 1234 );
    len=4 value=test
    value=1234
    string parameter assignment succeeded
    number parameter assignment succeeded
    PL/SQL procedure successfully completed.
    SQL>
    Note that only the string assignment fails. The string parameter works fine. And there is no impact at all on the number side, despite seemingly constraining it to a single digit.

  • Is it possible to do motion control using Lookout

    Is it possible to use activeX controls in Lookout for controlling nuDrive motor drive?

    Hi,
    This doesn't directly answer your question.. but will hopefully give you some ideas to explore. It's more of me thinking aloud..
    Are you familiar with NI's Datalogging and Supervisory Control (DSC) module for LabVIEW? This is an excellent solution for projects involving both, a high number of IO points in an industrial setting and for high-speed measurement and acquisition. You have the benefits of LabVIEW, like DAQ, Motion and Vision, and at the same time have the Supervisory Control features like alarms, historical logging, security, networking, etc., that you want from Lookout. You can get more info' on DSC from:
    http://sine.ni.com/apps/we/nioc.vp?cid=10418〈=US
    I strongly recommend you take a look into this as a solution if your project i
    nvolves Motion along with high number of IO points.
    However, if you HAVE TO use Lookout, another approach would be to use DSC in combination with Lookout. Let the DSC module address Motion issues, and it (DSC) being an OPC Server, can be in turn communicated with Lookout (as an OPC Client).
    Hope this helps,
    Regards,
    Khalid

  • Is it possible to define what clients are allowed to connect?

    Hello,
    under certain circumstances i would like to have the possibility to define what clients are allowed to connect to the database. I was trying to find something like an "access list" for the listener configuration in which one can define what computers will be allowed by the listener to connect to the db, but unfortunately i didn't succeed.
    Do you know if something like this exists? (its about an old 9.2 db...)

    Sorry, it seems this already is what i was looking for:
    http://www.dba-oracle.com/security/node_filtering.htm
    I will give it a try
    kind regards

  • No versions for WIP/RA defined in controlling area

    Hi,
    While doing settlement thru CJ88 getting the message .
    No versions for WIP/RA defined in controlling area  XXXX
    Message no. KJ 473
    Regards

    Hi,
    Apart from maintaining Version also check the other related configuration for RA has been maintained and then execute the RA.
    regards
    Sreekanth

  • Possible to define Sequence in NW71 dataobjects

    Hi There,
    Is it possible to define sequencing in Dataobjects in NW7.1 like NW7.0.
    I know LDO->FDO (leading,following data object) and association,distribution rules takes care of it while sending the data to Client.
    But what if we want to create two linked dataobject records from client and we want that LDO should be created first and then FDO should be created based on LDO generated records and vice versa.
    Thanks in advance!!
    Cheers,
    Dev

    HI,
    It is not possible to define sequence of data objects being processed in NW 7.1
    This is lead from the fact that as much as possible, data is processed parallely in DOE and its a strength that no special handling is required while sending data via DOE like following a specific sequence.
    Even if we manage to post data (for diff data objects) to DOE from client or BE or even while extracting to devices, since the processing happens in parallel queues,  the end result cannot be predicted.
    only exception is in the case of backward compatible applications, there is a feature called download request where the data will be sent to devices depending on the sequence mentioned in download request during sync.Its only for backward compatible apps and infact performance will be affected due to this overhead in processing.
    Any specific business case that requires this behavior?
    Best regards,
    Liji

Maybe you are looking for

  • Object with multiple states and slider in folio are rasterized, settings seem correct.

    I am having trouble keeping An object with multiple text states from being rasterized, as well as a slider that is also rastering. I have read that you are supposed to set the folio and article up to be .pdf and that the slider should have the vector

  • Is possible deactivate shadow's bar chart?

    Hi! In obiee 11g all bar charts have a shadow. I would like to know if is possible to deactivate with XML code because I don't found an option. I want to deactivate only in one chart, Not all of my charts Thanks!!

  • No icon for TV or movies cannot stream

    Suddenly the apps for TV and video are gone on all of my apple tv's. Internet is up and running no issues and devices are connected is the service down? Netflix Hulu no issues.

  • AAM not updating itself to Creative Cloud Desktop app

    I had the Creative Cloud desktop/toolbar app running briefly yesterday but was frustrated by having the CS6 and CC versions of various apps running side by side, so decided to uninstall everything and do a clean install.  I ran the various uninstall

  • Hiding contacts within an email to a bunch of people

    I am setting up an email that is being sent out to a group of people--how can I go about hiding the emails so the recipients don't see who is getting emails. Thanks so much! Solved! Go to Solution.