Ruler at run time

how we can show ruler at runtime and use that also.

In addition to what tralfaz said, to use the ruler to take
measurements
you'd just need to figure out the pixels per inch and go from
there. For
example, if you ruler was 800 pixels wide and displayed 12
inches - you'd
have about 67 pixels per inch. If someone 'used' the ruler
and it came out
to say 342 pixels measured you'd have about 5.1 inches...
HTH
Dave -
Adobe Community Expert
www.blurredistinction.com
http://www.adobe.com/communities/experts/

Similar Messages

  • Edit Business Rules a Run Time

    Hi Friends,
    We can edit business rules at run time using SOA Composer if they belong to a SOA composite.
    Is it possible to edit business rules in non-SOA application at run time using SOA Composer or otherwise?
    Thanks,
    Sachin.

    Hi Ashish,
    Yes. I am referring to non-soa applications using Business Rules similar to grades application in below link:
         Creating a Rule-enabled Non-SOA Java EE Application
    When I deploy above application, I do not see the business rules dictionary available for editing in 'SOA Composer'. Does this mean that SOA composer can only show dictionaries belonging to SOA composite?
    And cannot show dictionaries in Non-SOA apps similar to one in above link?
    Thanks,
    Sachin.

  • Generate User Member Rules during run time

    We are using organizations to group users of similar job functions. Our users can have many job functions, hence, belonging to multiple organizations. We are using user member rules to populate the list of users. So far, everything�s done manually through IDM�s admin interface. We will be customizing workflows to create these organizations automatically, and need a way to generate the user member rule dynamically upon creation of the organization. Is there anyway to create user member rules dynamically in a workflow and assign to an organization?

    Udo,
    I recently ran into something similar, but from the other direction: I started with some buttons that were handled in an event structure, and I wanted to add a set of matching, redundant commands in the run-time menu that would trigger the same event cases as the buttons.
    This seems like a common situation, and I couldn't help but wonder if I was missing something too.
    In the end, my solution was a two-stage approach where each button and menu event performed a "Value(Signaling)" property node update on a single string control. Then I created an event case for that string control and used the updated value to determine what code to actually run.
    This obviously required some cutting-and-pasting from the original set of event cases, but it seems to work well. Attached is a simple example (LV 7.1.1).
    Regards,
    JohnMessage Edited by Johnner on 04-06-2005 09:21 AM
    Attachments:
    example.zip ‏15 KB

  • Business Rule and Run Time Prompts - 11.1.2.2

    Hi,
    New to Hyperion and getting weird results or my rule is bad.  In my webform I have the rule attached and the boxes 'Run on Save' and 'Use Member from Form' checked.  I want to see the RTP window so I left that unchecked.  When I run this, I'm getting a value of '77' in Jan and Feb for Scenario= '2+10' and Year= 'FY13'.  How is that possible?
    On the popup window, I specifically selected ''2+10' and 'FY13'.  Those are on the Page and not the POV, if that makes a difference.
    Fix ( "Working" , "No_Entity" , "PRJ-10021-SERV" , "IMR" , "No_Location",
          "EC-15000","EC-15010","EC-15009","EC-15004","EC-15706","EC-15709","EC-15721","EC-16899" )
    Fix ("Jan":"Dec")
    "A-41000" (
    If ( {RTP_Scenario}== "Budget" AND {RTP_Year} == &CurrBudYr )
    "A-41000" = 77;
    Endif
    Endfix
    Endfix

    Hi
    Your if statement is not checking if the member is budget it is checking if the RTP_Scenario value is the same as the Budget scenario, so you might want to try something like:
    Fix ( {RTP_Scenario},{RTP_Year} ,"Working" , "No_Entity" , "PRJ-10021-SERV" , "IMR" , "No_Location",
          "EC-15000","EC-15010","EC-15009","EC-15004","EC-15706","EC-15709","EC-15721","EC-16899" )
    Fix ("Jan":"Dec")    
    "A-41000" (
    If ( @ISMBR("Budget") AND @ISMBR(&CurrBudYr) )    
    "A-41000" = 77;  
    Endif
    Endfix
    Endfix
    Cheers

  • Members on rows, can they be passed to run-time prompt in a business rule?

    Hi!
    I have a input form which has a business rule with properties "Run on Save" and "Use members on Form".
    The business rule has run-time prompts (local variables) as follows (showing only the fix part of br...)
    FIX ([V_Year],[V_Version],[V_Scenario],@LEVMBRS ("Offering", 0),[V_Entity],
    [V_ICP], [V_Account])
    calculation...
    endfix
    Now my accounts are on rows and I would like pass those account members to the [V_Account] variable through run time prompt. The [V_Account] ís a local variable with Type "Members" in Account dimension. I have also selected 0-level accounts as limits. Other dimension members from page/pov seem be passed successfully to run-time-prompts.
    The run-time-prompt does not seem to be able to catch those account members on rows? Is it at all possible to pass members on dataform rows to run time prompts?
    kind regards,
    user637777

    Hi!
    Thanks John!
    I just have live with that and find another way to restrict the calculation regarding those accounts.
    kind regards,
    user637777

  • Sequence will not validate with run time prompts in business rules

    I am in Hyperion Planning v 1.1.1.3, with Workforce initialized. I am creating a sequence of business rules. The rules use run time prompts within them and validate when used on their own. However, when I insert them in a sequence the sequence will not validate, apparently due to the run time prompts.
    The sequence returns the error: Cannot calculate. Essbase Error(1200323): Error parsing formula for [FIX STATEMENT] (line 7): expression expected after [(].
    Line 7 in the business rule is as follows:
    FIX ([rtpYear],[rtpScenario],[rtpVer],[rtpCC],[rtpBU],[rtpEmp])
    The problem is not isolated to this business rule, it occurs with any rule I try.
    Can sequences function with run time prompts in the included business rules?
    Stephen

    I have figured out that if any rtp is hidden in the business rule, the sequence will not validate. Is this expected behavior for sequences?
    Additionally, hiding the variables in the sequence has no effect if the variables are not hidden in the rule. When launched from a menu in a web form, the user is prompted for values for all variables (except for the Execution Database Name) although they are prepopulated based on the members in the POV, Page, etc. Is this also expected behavior?
    I also find that it won't validate if "Merge launch variables" is selected (I have included rules associated with different plan types and with different dimensionality, so this may be expected). The user is prompted to provide values for every variable in each rule in the sequence, many of them duplicates (though, again, they are prepopulated based on members in the form).
    Stephen

  • Can't get Run Time Prompts to pop up in Planning 11.1.2.1 on WebForm

    Hi,
    Client is using Business Rules and not Calc Manager. I have a Webform that has a Business Rule attached with only Run on Save selected. In the BR there are various RTP's user needs to choose. When I navigate to the WebForm in the bottom left hand corner I don't see any available BR's. That is first clue it won't work? When I hit save, nothing pops up to select and only the message 'The data has been saved successfully' appears. Nothing about the rule has run successfully etc. I have provisioned the group I'm in with 'Validate or Launch' Access to the BR in question.
    Within EAS when I goto launch or validate the rule, the Run Time Prompt box pops up and allows me to make my selections but not when I hit Save on the form.
    Any ideas? Could it be a provisioning issue? My username is an admin.
    Stumped as I haven't done this in a while without Calc Mgr thus am I missing something obvious?

    OK. Possibly onto something here. On the left hand side of the Business Rule tab there are all the calc scripts. Then only Bus Rule that appears there is a new one I created that was an exact copy of the Business Rule in question, just with a '- New' appended to the end of the name. Funny thing is both Business rules that are attached to the form do appear on the right hand side. Thus how could that be? How does one get the Bus Rules to appear on the left hand side? Haven't been in EAS Business Rules mode for a long time.

  • Smartview webf run time prompts upon submit are not picking up from the POV

    Hi ,
    I am in Planning 11.1.2.1 and using Smartview 11.1.2.1.103. After connecting to Planning Webform from Smartview, i am saving a composite form which should launch a Business Rule with run time prompts attached to the webform upon submit. The business rules are running with default run time prompts and it is not picking up the members from the POV ... is there a way to make it pick up the members from POV into the run time prompts upon saving it ? so far the workaround is to initiate the business rule from the planning tab in smartview .. any thoughts on this ? cheers

    I found a known issue for smart view in 11.1.2.1 read me doc
    11075506
    When you open a data form in Smart View, if a business rule is directly attached to a composite data form that is set to Use Members on Data Form and Hide Prompt, the runtime prompt values are not picked up. Instead, the Runtime Prompt dialog box is displayed, and the user is prompted to enter a value.
    Good Luck

  • Hide run-time prompt in composite data form in 11.1.2

    Hi, I am using Planning 11.1.2, and the rule with run-time prompt I attached to a composite data from can't execute successfully when I selected "Hide Prompt" and "Use Members on data form". It says "An error occurred while attempting to run the following business rule on save". But if I set this rule to be run on save in a single data form, not a composite one, the rule could be run successfully. Is this a bug or does anyone know how to solve this? Thank you.
    Regards,
    Jerry

    Hi, I had the same problem and I did a Service Request to Oracle. This is a bug. Unfortunatly, I do not think there is a solution to fix this problem.
    The 11.1.2.1 version fixes this bug.
    Virgile.

  • Run Time Prompt - showing alias instead of member name

    We have a Capex Planning application that uses right-click menus to launch business rules with Run Time Prompts. We are using Planning 11.1.2.1. Even we the alias table set, when opening the RTP it pulls in the member name rather than alias.
    There is an Oracle KB article (Show the Alias name in the Business Rule Run-Time Prompt [ID 857832.1]) that has this solution:
    Take the following steps to add the alias name to the run-time prompt along with the member name.
    1. Log in to planning web.
    2. Navigated to File >> Preferences >> Application settings.
    3. Select Show Alias in Member Selection and change the option from no to yes.
    4. Save it.
    But in 11.1.2.1, there is not option for "Show Alias in Member Selection" under Planning Preferences.
    We have an SR open, but figured maybe someone else has run into this issue as well.
    Does anyone know how to get the aliases to show on a Run Time Prompt rule in 11.1.2.1?
    Thanks for your help!!

    Deleting and rebuilding the dimension in the outline will enable you to build the members in the order you may desire if the file is in a given order.

  • Run time error while activating the Transfer Rules

    Hi,
    Error when activating Transfer rules for Infosource :
    0FI_GL_1 -
    (General ledger: Transaction figures)
    Run time error : ASSERTION FAILED
    Transfer rules traffic light is in Green. But when i am trying to activate the Transfer rules, its giving Run time error.
    Thanks,
    Kishore

    Hi,
    As mentioned in the note 939383 , either Import Support Package 08 for SAP NetWeaver 2004s BI (BI Patch08 or SAPKW70008) into your BI system or do correction instructions given in the note.
    It is always better to import the latest patches avialble in service market to avoid this type of problems.
    Also see tha note 1010672 amd check whether it is applicable to your problem.
    With rgds,
    Anil Kumar Sharma .P
    Message was edited by:
            Anil Kumar Sharma

  • Business Rule err The following value is not valid for the run time prompt.

    Hyperion Planning v 9.3.3
    I have created a new BR with 2 local variables (created at the time of the BR), Variables are set as run time prompts. They are created as "Member" (not Members). The BR basically does a calc dim on dense and Agg on Sparce other than the prompt on Entity and Version dimensions. The entity variable has a limit on level 0 of the dimension. The Version variable limits to the input (Submit and Sandboxes)
    The BR is associated in Planning with an input web form. Entity and Version are in the page. Is set to Run on Save and Use members on form.
    If the run time prompts Hide boxes are checked, an empty Prompt pops up with only a Submit button. Click the button and an error comes up: "The following value is not valid for the run time prompt it was entered for:. But it does not indicate what member - just ends in the :.
    The BR will run sucessfully only if the Run-time prompt is not hidden - "Hide" in the BR is unchecked. So the syntax and logic of the BR is correct and security should not be an issue.
    The client wants no prompt. In production we have similar situations in which the BR works with the Web Forms without a prompt.
    What am I doing wrong - I have tried restarting the Planning service and the EAS service.

    My preferred method of doing this is:
    1. In business rule, do not hide the run-time prompts. This makes it easy to validate the business rule as you are building it. I only use Global Variables.
    2. On the form, have business rule set to run on save, use members on data form and hide prompt.
    Check that in the business rule, for the variables (Run-Time prompts), that they are all in use. If not, delete them from the business rule. Are all your variables global? Are some local and some global? This could be the issue.
    Deanna

  • Can I run two separate versions of the LabVIEW Run-Time Engine on one PC?

    Hello, I am curious if anyone knew if it is possibly to install and use two separate versions of the LabVIEW Run-Time Engine on one PC?  I currently have the 2009 Run-Time Engine installed on one machine and wanted to install the 2011 Run-Time Engine as well. I know that you can run two separate versions of the LabVIEW program on one machine, but what about the Run-Time Engine?
    Thanks!
    Solved!
    Go to Solution.

    I'm guessing this is a bug that NI needs to fix.  I see no reason you shouldn't be able to install the run-time engine of an older version.  I'd be interesed in if it allows you to install the older development environment, which also includes the older run-time engine.  There are some command line switches for NI installers as mentioned here:
    http://digital.ni.com/public.nsf/allkb/C361087EE9F20810862577850073128E
    I wonder if there is a force install option.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Is there a way to install exe of a vi on an XP machine without LV run-time and not have to restart?

    Hi,
    I need to deploy an application that reads channels from a FP module for testing purposes. The problem is, I cannot restart the system I need to install this on because it is running critical control software which cannot be interrupted. The system does not have the labview run-time engine and I know installing this requires a restart of XP probably due to registering DLLs or something.
    I'm using "Fieldpoint Network Read" to read from the module. The simple answer would be to simply install this on a machine on the same network that I can restart. However, I have no such luxury because I am connecting to the system in question over a long distance VPN connection and I need to be able to poll the data from the FP every 250ms which may be too much for the connection. 
    So basically, I need to find a way to read data from this FP in a manner similar to "FP Network Read" without restarting the system.  Is there any way to do this with labview? Alternatively, I may be able to write this app using LabWindows since I know some software is already running on that machine programmed with that.
    Solved!
    Go to Solution.

    The first thing I'd say is that a restart may not be necessary.  I have in the past installed LabVIEW development environment and when asked I said I would restart later.  Then I opened LabVIEW and started coding.  I'm not sure what it thinks it needs to restart for but it may not be required.
    The other thing I'd like to mention is that LabVIEW 7.1 and older can run EXEs without needing to install a run time engine.  So it is possible to build a EXE in 7.1, then include some files and DLLs in the same directory as the EXE, and when it is ran it will use them.  There's probably issues with talking to DAQ devices without MAX and I have no idea how you address this but it is another possibility.
    Of course you already know the best answer and that is to reboot the system when most convenient.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Can I change a process flow at run time??

    Hello everybody,
    I work in Oracle BPMS 11.1.1.5. I need to change a process flow at run time due to changes in the business logic, I mean add, delete and modify tasks, navigation flow, etc. I know business rules can be modified using Oracle BPM Composer, but I couldn't find the way to modify the process flow. I have seen other BPMS, like BizAgi, for ex. that can do that. Do Oracle BPMS have that functionality? Please I need it a lot!!!!
    Regards and thanks in advance,
    isabelbernely

    Hi
    As JonPetter mentioned, you can get this and preferably get only from Support. I hope you have some license if you going to prod with this. Use that and if possible talk to your sales guy and create a support account. Then request the feature pack. The thing is, if we put it in some public shared location, it is the violation of using the oracle product. Unless someone takes risks they may upload but still its not advisable.
    Sorry
    Ravi Jegga

Maybe you are looking for

  • Copy controls & Pricing

    Right now, in the copy control of delivery to invoice, at item level pricing type is G. Now, During SO, at item level , I manually "update" with C. After this, the same price should reflect in the invoice.At invoice, there should be no manual 'update

  • Is there any possibility to protect number file with pas word ?

    Good morning, As many people may use my Ipad, I would like to prevent somebody having acces to confidential file created with numbers. As it exist with Excel, is there any possibilty to protect files with password ? Thanks for your help.

  • Changing GraphicsEnvironment

    Folks, hope you are all well. I am interested in understanding more about the GraphicsEnvironment class. I use MacOsX which has a class apple.awt.CGraphicsEnvironment as the implementer of the abstract class. I have made a no-additional-op subclass o

  • Rating apps, in-app purchases etc...

    Hi, I was wondering if anyone can help me- I am developing for iOS using Air 2.6 and I was wondering if the following is possible: * Can you prompt the user to "rate this app" using the standard iOS user interface dialog box? Or is there any other wa

  • Hi-8 Video mit Timecode auf PC direkt überspielen

    Besteht die Mögl ichkeit, Hi-( Videomaterial z.B. v om Sony EV-S9000 mit dem dazugehö renden Timecode auf den PC zu überspielen . Ein durchschleifen durch meine Sony FX 1 bringt zwar das Videomaterial auf die Festplatte, aber leider nicht den dazug e