Creating a ruler

Hi,
I have an idear about creating a ruler in Flex, but I do not
know how to start. My idear is as follows:
I want to display a ruler with markers on it. (0,100,200,300)
I want to be able to move it by mouse (sweep it to the left
and to the right, will move the rulers. 0 goed off the screen to
the left and higher numbers come onto the screen from the right and
visa versa)
I want to be able to zoom in (first you see only 100,200,300
when zooming you see 10,20,30 etc)
Anybody any idear as how to start in Flex. I have knowledge
in coding in Flex, but somewhat less in creativity.
Kind regards,
MArc

There is a section in this article titled "Implementing a Ruler". It might be able to give you some ideas:
http://java.sun.com/products/jfc/tsc/articles/text/tabs/#ruler

Similar Messages

  • Is there a way to create a rule that sends and Auto Response for a shared mailbox?

    I have a shared mailbox set up that receives emails that are sent to 3 different addresses:
    [email protected]
    [email protected]
    [email protected]
    I would like to create a rule that would send an auto response when someone emails one of these addresses.  However, I don't want an auto response sent to [email protected] so I can't just set up an "out of office" reply for the mailbox.
    Is there a way that I can create a rule to send an automated response to 2 of the 3 addresses?
    Nate

    Hi 
    we can enable the shared mailbox in ADUC and create Outlook rules for it in Outlook to achieve it. please follow these steps:
    1. In Active Directory Users and Computers, right-click the shared mailbox and click Enable Account.
    2. Configure the Outlook account for the shared mailbox in Outlook.
    3. Click Rules > Manage Rules & Alerts.
    4. Create a rule like the following format:
         Apply this rule after the message arrives
         Have server reply using a specific message
         Except if the subject contains specific words
         Select exception(s) (if necessary) of the Outlook Rule - (“except if from people or public group“)
    5. Apply the auto reply rules for this shared mailbox.
    Then users can receive auto reply of the shared mailbox except the exceptions we have set  when they send messages to this shared mailbox.
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you

  • Getting Connection error while creating Substituion Rule in UWL

    Hi Everybody,
    Getting below error while creating Substitution Rules in UWL.
    "error for the u201Cconnectionu201D to SAP_R3_Finance ".
    Can be able to see all Work Items belongs to me. getting the errror while creating Substitution Rule only..
    Could anybody tell me what might be the Reason what steps i need to take to resolve this issue.
    Thanks,
    Naveen Kumar

    Hi Uds,
    are you running SOA Suite on a Linux server and not on your PC and just running JDeveloper on your PC?
    If so try creating the repository file specifying a directory on the Linux server.
    For example to:
    /tmp/sample_repository
    So Choose 'File' from drop down menu
    Enter /tmp/sample_repository
    Click on create button
    This should create the file called sample_repository in /tmp on the Linux server.
    Can you tell us what your environment is?
    Regards Cel

  • Where is the option "create update rule" in BW 7.3?

    Hi, all.
    We have updated our BI sandbox to BW 7.3. After installing cube 0PT_C01 from the BCT, I realized that infosource 0HR_PT_3 is not linked to the cube. So I was trying to manually create the update rule. But that "create update rule" option is nowhere to be found. Can you please advise?
    Thanks,
    Jonathan.

    Hi jonathan,
    you are implementing time and labour 0PT_C01.
    for that we have only 2 standard data sources
    1 is 0HR_PT_1
    2 is 0HR_PT_2
    in addition to the above data sources we can also use 0HR_PT_3 data source for the info provider 0PT_C01.
    PL check the below link
    http://help.sap.com/saphelp_nw04/helpdata/en/18/3a8337fb02735ce10000009b38f8cf/content.htm
    regards
    venuscm

  • High memory usage and error creating access rules

    Hi guys
    I'm having a problem with the memory and also trying to create some rules on the CISCO ASA. The version that I got installed was the 8.2.5.33 on a CISCO 5520 with 512 RAM, the memory usage is on 99% used, 1% free and because of that when I'm trying to create a new rule the firewall brings me the next error
    So what I did was a downgrade to the version 8.2 (4) 4 and the memory went down a little (82% used, 18% free) but I still got the error when I'm creating an access rule on the device. One thing and I'm not sure if this could affect on the performance are the number of access list and the object groups that are created.
    I already open a case with CISCO TAC and they are checking if the problem is with the memory capacity or maybe a memory leak.
    Also the doubt that I got is with the memory that I got now available should I can create access rules or 82 is still to hig to create a rule or and object group?
    Regards

    Hi,
    Can you check what is the amount of ACEs you have on the ACLs in use?
    I think if you use the command "show access-list " the first line should give you the total amount of ACEs in the ACL
    - Jouni

  • How do I create a rule to delete old unread email?

    I thought this would be easy to set up, but I can't find the right parameters in the Rules setting of Mail. I want to create a rule that deletes emails that remain unread after a period of time like 3-6 months. Can someone tell me how to set this up? Do I need to set it up separately for each email account? Thanks!

    After deleting from a smart mailbox you need to use the Mailbox ➙ Erase Deleted Items menu option:

  • Is it possible to create a rule across 2 models?

    Is it possible to create a rule across 2 models? I added Jack as a creator of an articles in articles model and then I added a row to make creator a subclass of person. So now I'm trying to query across 2 models. I was trying the following query. Give me the grandfather of the author of the article with the title ERNIEX
    SELECT m grandfater, c creator, t title
    FROM TABLE(SDO_RDF_MATCH(
    '(?t :title "ERNIEX") (?m fam:grandParentOf ?c)',
    SDO_RDF_Models('articles2', 'family'),
    SDO_RDF_Rulebases('RDFS', 'family_rb'),
    SDO_RDF_Aliases(SDO_RDF_Alias('','http://purl.org/dc/elements/1.1/'), SDO_RDF_Alias('fam','http://www.example.org/family/')),
    null));
    When I run the query about I get the error
    ORA-20000: We do not have a valid rules index for this Model-Rulebase combination
    So I thought to create a index but I'm not sure how. I tired the following code but I think I'm doing something wrong. Can anyone point me in the right direction. Or for that matter does anyone know of a more extensive tutorial to using the database? Thanks
    BEGIN
    SDO_RDF_INFERENCE.CREATE_RULES_INDEX(
    'rdfs_rix_articles2_faily',
    SDO_RDF_Models('family', 'articles2'),
    SDO_RDF_Rulebases('RDFS','family_rb')
    END;
    Ernest Lim

    You are right, a rules index would have to be created for the rulebases and both the models you use in the query. The example in the rules index creation you have shown at the end of your post does exactly that - creates a rules index for the set of rulebases and models: RDFS, family_rb, family, articles2. Once that rules index is created you should be able to run the query without getting the error.
    Did you get an error while trying to create a rules index using the code shown in your post?
    FYI, a forum for posting semantics questions is at RDF Semantic Graph

  • Error While creating a rule for trimming spaces

    Hi All,
    Please can you tell me the correct syntax for trimming the Spaces from the beginning of the word.
    I tried like this but it is giving error as below:
    BEGIN RETURN
    ltrim($SPACES_TRIM, '');
    END
    ERROR:  The return statement is expected to return a conditional value: found type<VARCHAR>. (COR-10622)
    Please do help me its urgent.
    Thanks & Regards,
    DJ

    Hi Deepak,
    when you create validation rules they always have to return TRUE or FALSE conditions. (A record can pass or fail your expression.
    So your expression above returns a VARCHAR string, as you can read in the User guide, you are replacing leading nothing '' at the beginning of your string $SPACES_TRIM.
    You need to understand basic concept for validation rule expressions and use of functions.
    There are lots of great product tutorials here on the SCN, that describe scope, features and functionalities of Information Steward, so you got a understanding of what you can do with IS.
    NIels

  • Error in Creating WS Rule (Manual)

    Hi,
    I face a customizing error reading 'Customizing Error in Work Schedule Rule 2 T2 01 WSRTAP2 ' while creating WS Rule. Details are as below:
    I. Public holidays - Independence Day, Gandhi Jayanti & Republic Day with fixed data were created & then assigned to public holiday calendar T2 which was copied from entity IN in the public holiday calendar list & then customized
    II. The Public Holiday calendar T2 was then assigned to Personnel Area TRS2 & subarea HRA0 through the following IMG Path: Time Management -> Work Schedule Rules & Work Schedules -> Define Groupings for Public Holiday Calendar
    III. PSA Grouping 01 assinged to Personnel Area TRS2 & PSA HRA0 through the following IMG Path: Time Management -> Work Schedules -> Personnel Subarea Groupings -> Group PSAs for the Work Schedules
    IV. Break TAP2 with Grouping 01 & 9.0 hrs as working hrs created as a new entry for working days
    V. Defining a Daily Work Schedule:
    1. A Daily WS named WST2 was created as a new entry with following details & through its IMG Path (Time Mgmt -> Work Schedules -> Daily Work Schedules -> Define Daily Work Schedules): DWS Grouping = 01, Daily Work Schedule Code: WST2, DWS Selection Rule = 01, Planned Working Hours = 09.00 hrs, Planned Working Time = 09:00 to 18:00, Begin Tolerance = 08:50 to 09:10, End Tolerance = 17:50 to 18:10, Work break Schedule = TAP2, Daily WS Class = 1, Reaction to Overtime = W (Warning), Break Assigned = TAP2
    2. Another DWS named WOT2 with no planned working hours created as a new entry for weekly offs with same properties as for Daily WS WST2
    VI. Generating a Period Work Schedule:
    1. DWS WST2 assigned for week days starting from day 001 and DWS WOT2 assigned to week off (day 007) to the Period WS named PWST with PWS Grouping 01, Week No. 001
    VII. Generating WS Rule:
    1. Defined ESG Groupings from the IMG Path: Time Mgmt -> Work Schedules -> WS Rule & WS -> Define Employee Subgroup Groupings & assigned ES Grouping 2 (Salaried Staff)
    2. Country Grouping 40 (for India) assigned as country crouping (Determine Work Area Entry window) to Group Ee Subgroups for Work Schedules & ESGGrouping 2 assigned to employee subgroup T (Active, Monthly Salaried)
    3. Defining Groupings for Public holiday Calendar: (IMG: Time Mgmt -> Work Schedules -> WS Rules & WS -> Define Groupings for Public Holiday Celendar): Calendar T2 has already been assigned to personnel area TRS2
    VII. Set Work Schedule Rules & Work Schedules:
    1. WSRTAP2 being generated as WS rule with PS Grouping 01, Holiday Calendar T2, Daily Working Hrs 9.00, Weekly working days 06, Weekly working hrs 54, Montly working hrs 234.00, Annual Working Hours 2808.00 & PWST as the period work schedule.
    VIII. Generating WS Manually (IMG Path: Time Management -> Work Schedule -> WS Rules & WS -> Generate WS Manually)
    1. Ee Subgrouping: 2 (Salaried)
    2. Holiday Calendar: T2
    3. PSA Grouping: 01
    4. WS Rule: WST2
    5. Period: 022010 to 129999
    ERROR
    'Customizing Error in Work Schedule Rule 2 T2 01 WSRTAP2 
    type this error in search forum   There are lot of threads relateing to this issue
    Some where Grouping problem of the below
    1. Ee Subgrouping: 2 (Salaried)
    2. Holiday Calendar: T2
    3. PSA Grouping: 01
    4. WS Rule: WST2
    Edited by: Sikindar on Mar 28, 2010 9:27 PM

    Appreciate your feedback on this. This error comes on weblogic 10.3
    Thanks
    Hareendra

  • Error in creating transfer rules beween infosource and datasource in BI 7.0

    Hello Guys
    I am gettting the following error when trying to create transfer rules between infosource and datasource.
    1. Error while activating transformation
    2. Deletion of Objects with Type Transformation
    3. Preprocessing/Collecting DDIC Objects for Transfor mation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    4. Post Processing/Checking the Deletion for Transfor mation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    5. Object Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K has been deleted
    6. Name of object of type 'TRCS' is missing
    7. Name of object of type 'TRCS' is missing
    8.Key rule 1 (target field: 0COMP_CODE): Initial update set
    9. Key rule 2 (target field: 0PLANT): Initial update set
    10. Key rule 3 (target field: 0OI_EBELN): Initial update set
    11. Key rule 4 (target field: 0AC_DOC_NO): Initial update set
    12. No rule exists
    13. Saving Objects with Type Transformation
    14. Saving Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    15. Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K saved successfully
    16. Activation of Objects with Type Transformation
    17. Saving Objects with Type Transformation
    18. Internal Activation (Transformation )
    19. Preprocessing / Creation of DDIC Objects for Trans formation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    20. Post Processing/Checking the Activation for Transf ormation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    21. Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K was activated
    22. Syntax error in GP_ERR_RSTRAN_MASTER_TMPL, row 1,644 (-> long text)
    23. Error during generation
    24. Error when activating Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    25. Resetting of Incorrect Objects Back to the Active Version (Transformation )
    26. Preprocessing / Creation of DDIC Objects for Trans formation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    27. Post Processing/Checking the Activation for Transf ormation 094TBEAT814OF89GQXFOFI0DX7ATMS4K
    28. Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K was activated
    29. Transformation 094TBEAT814OF89GQXFOFI0DX7ATMS4K was reset to the active version
    Can anyone send me a document on how to create cubes, info and data sources,ODS's,multicubes and t/f and update rules in BI 7.0
    Thanks.

    Transformations in BI7
    http://help.sap.com/saphelp_nw04s/helpdata/en/f8/7913426e48db2ce10000000a1550b0/content.htm
    Regards,
    R.Ravi

  • Error while creating transfer rules.

    Hi
    I am creating transfer rules and a error  message says " IS_00_BB does not exist". (IS_00) is the desc. of the info source)
    can someone help me on this????
    I had created transfer rules for another cube in the same info area, but no error had come then..
    Thanks.
    Aswath.

    Hello,
    The problem you are reporting could be that you are using the Transfer 
    Method 'IDOC' for the affected transfer rule(s). You should use the    
    'PSA' transfer method (rather than the 'IDOC' method), as the IDOC     
    method is very old.                                                                               
    If so, please change the transfer method in the affected transfer rules
    to 'PSA', then try to activate the transfer structure again. This should
    solve the problem, in which case, please let us know by clicking on the
    'Close' button.                                                                               
    If the problem persists please create the report that is relevant for your system release
    as per the SAP note 493422 and execute the report in your system, the report can be
    created in se38, please talk to your basis team if you have problems creating the report.
    Best Regards,
    Des

  • DSO error while creating update rules

    Hi All,
              i am new to BI 7.0 , while creating update rules for datastore object , i have given the infosource name, and tried to activate it, then i got the error,
    ERROR:  infoobject 0recordmode is missing from the infosourse
    Can any one help, points are assured for the suggestions
    Thanks in advance
    Peddinti

    Hi,
      Add 0recordmode info object to your info source and again try to create DTP, 0recordmode is requried in DSO to keep data with history.(like before image,after image,etc), by adding this you dont have any problem, at the time of creating info source itself system will prompt you that this info object is missing do you want to add here say yes.
    Regards
    Sankar

  • Cannot Create Update Rule from Infosource to Cube

    Hello;
    I am a beginner to BI and am learning. This may be a very basic question, but I got stuck.
    In the create update rule screen, I get an error message that says
    Data Source (whatever the name is) not maintained. (check your entries)
    Could some one help as to where I went wrong?
    Thx,
    Sushma
    Su

    Goto your InfoSource and open DataSource Structure and transfer structure. Check if the structure is correct, make the necessary changes if required and activate it. Then create update rules providing correct infosource name. Until you create /activate your transfer structure, you won't be able to create update rules.
    Reward point if helps.
    Regards,
    Ashok
    Message was edited by:
            ashok saha

  • How do I create a rule in mail that only applies to flagged messages?

    I would like to create a rule in mail that would delete messages of a certain age, but I need to keep some messages safe. I would like to be able to flag these or put them in a mailbox and have a rule making messages with those flags or mailboxes safe from being deleted. Is that something I can do? Thanks!

    You can create a local mailbox and move the messages you want to keep there. I don't see any kind to rule you can make to move a flagged message, so you would probably have to do it manually, unless you can use other criteria to identify messages you wish to keep.
    If you're using the server settings in mail to determine the age before deletion, the local mailboxes would be safe from that deletion. You can set to store messages on server for up to 30 days before deletion. This will work for IMAP accounts, but don't apply to the inbox. Just to the other main mailboxes such as Sent, Trash, etc.
    If you create a rule to delete messages after a certain age (outside of what the servers would do automatically), I think it would only work on the inbox if at all, but not sure. If it were applied through all, it would delete them from the local folders also.
    You can create a smart mailbox and input certain criteria such as flagged, age. You could exclude any mailbox that you don't want to include, such as local folders, by adding that to part of the criteria. You would have to delete the messages manually as they accumulate. This would be useful when you save a lot of mail, but say you only want to keep messages less than a year old. This would help you instantly see messages that meet your deletion criteria without having to manually check messages for age.

  • Unable to create the Rule Index (SEM_APIS.CREATE_RULES_INDEX) getting error

    Hi,
    I am trying to create the Rule Index with the below script its giving the temp table space error.
    The number of records in that specific table is 17473708 (17+ M) and the available temp space is 120GB.
    Execute SEM_APIS.CREATE_RULEBASE('ecc_md_rb')
    --Insert to mdsys.semr_ecc_md_rb Values(.............)
    BEGIN
    SEM_APIS.CREATE_RULES_INDEX(
    'ecc_rule_indx',
    SEM_Models('FOUNDATION'),
    SEM_Rulebases('RDFS','ecc_dm_rb'));
    END;
    Create rule index statement is running more than 8hrs and i tried with the sem_apis.create_entailment its also giving the same Temp table space error.
    Please find the below error details
    BEGIN sem_apis.create_entailment('ecc_rule_inx', sem_models('FOUNDATION'), sem_rulebases('OWLPRIME','ecc_dm_rb'),SEM_APIS.REACH_CLOSURE,'RDFS2-, RDFS3-, RDFS4a-, RDFS4b-, RDFS5-, RDFS6-, RDFS7-, RDFS8-, RDFS9-, RDFS10-, RDFS11-, RDFS12-, RDFS13-','USER_RULES=T'); END;
    Error at line 1
    ORA-29532: Java call terminated by uncaught Java exception: oracle.jdbc.driver.OracleSQLException: ORA-01652: unable to extend temp segment by 64 in tablespace TEMP
    ORA-06512: at "MDSYS.SDO_SEM_INFERENCE";, line 4866
    ORA-06512: at "MDSYS.RDF_APIS";, line 16
    ORA-06512: at line 1
    Please Help me to create rule index.
    Note: I am using Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    Regards,
    Kavitha.

    Hi,
    Please use the create_entailment API.
    As far as temp tablespace goes, please create a bigfile temp tablespace. You can follow Slide #36 of the
    following document.
    http://download.oracle.com/otndocs/tech/semantic_web/pdf/2010_ora_semtech_wkshp.pdf
    Thanks,
    Zhe Wu

  • How to create business rules from Jdeveloper 10.1.3.1.0

    Dear Experts
    Can I able to create Oracle Business rules from My JDeveloper 10.1.3.1.0. Using this link They are creating repositories, rule sets for their BPEL process, But in my version I cant found <BPEL components> under component palette. Why these features are missing, to get those additional features what I have to do.. ? Please suggest your best for me.
    Also Is it possible to build business rules from java sdk & from rule author..? If so means what is the difference, which one is having advantage.
    Thanks,
    Rajesh

    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/decision.htm

Maybe you are looking for

  • Solution to "The iPod cannot be synced. The required disk cannot be found."

    Follow these steps exactly and you should have an iPod free from the dreaded "Disk not available" error! Please note that I've only encountered this problem on my iPod Shuffle (2nd Gen), so have only been able to confirm this working on that, YMMV. T

  • WRT54G Wireless Router connection problem

    I recently connected a Linksys WRT54G to one notebook computer, with a wired connection. This computer uses the Vista Home Basic operating system.  I have another computer using Windows XP Home which I connect to the Internet through this Notebook th

  • Transferring files-- G4 to imac

    I have a G4 quicksilver and want to transfer files, music and photos to our new intel imac. I thought it would be good to transfer data using a firewire connection, but when I hold down the T key on the G4, the secondary G4 hard disk shows up on the

  • Multiple backup drives

    Greetings, I have a SBS 2011 Server, Presently the Native backup is configured to backup to one 2TB hardrive. I would like to add a second drive so that we can keep one offsite. As I understand I can add a drive to the backup (Job) routine already in

  • Aim Login limit exceded error

    Hi everyone, I just got a mac about 2 weeks ago, and iChat used to work fine everywhere. However, as of yesterday, when i use iChat in my apartment it repeatedly logs in and disconnects. For those of you that use AIM, you know that when the password