When setting the split-days to "every 15 minutes," the week and comparison views show incorrect time ranges for the day

When I change the "split-days" interval time, under Options > Settings, to
15, or every 15 minutes, the week and comparison views don't show the correct
time range for the day.
<P>
For example, if I click View to display the calendar and then click Week to get
a weekly view, the time range displayed is from 6:00 a.m.
to 4:00 p.m. If I click Comparison to get a
comparison view, the time range displayed is from 12 p.m.
to 6:45 p.m.
<P>
In this example, should both of these views show the same time range, from
9:00 a.m. to 4:00 p.m.?
No, the two views will not necessarily show the same time range. The time
range for the comparison view will start at the beginning prefs time only
if you have something scheduled (on any day of the week) starting at that
time. For example, on one of the days during your week of comparison, if you
create an event that starts at 9:00 a.m. and then open the comparison view, the
time range displayed will start with 9:00 a.m.
<P>
Additionally, view times will expand past the configured settings if events
span past the time range. That is, if you have an event that spans from
5:00 p.m. to 8:00 p.m., the event will be reflected in the view, even though
your time range may be set to go only to 6:00 p.m.

Umm yes.
The settings are stored in ''prefs.js'', so you could swap various copies of this file in and out.
However, the system will load ''prefs.js'', then, if present, ''user.js'' , so you can set up just your changes in ''user.js'' .
The sort of line you need to look for is like this:
<code>user_pref("mail.server.server14.check_time", 10);</code>
You'll need to do some research to identify which of your accounts is which.
Search for the account's email address:
<code>user_pref("mail.identity.id10.useremail", "xenos&#64;example.com");</code>
Use the id number to locate the account number:
<code>user_pref("mail.account.account29.identities", "id10");</code>
Use the account number to find the server number:
<code>user_pref("mail.account.account29.server", "server14");</code>
Finally, you can then use the server number find the account's time setting:
<code>user_pref("mail.server.server14.check_time", 10);</code>
This last entry may not exist, if you have never changed the setting from the default 10 minutes.
Do be careful with your typing and copy/pasting; if the file fails the syntax parser it will silently fail.
And make sure Thunderbird is shut down when you do the swap. If it's open, it may overwrite changes, and in any case, it only reads the settings file when it starts up.

Similar Messages

  • TS3988 when setting up my iCloud account i mistakenly misspelled my login and i would like to change this

    when setting up my icloud account i mistakenly mispelled my login and would like to correct

    Hi ken,
    Thanks for using Apple Support Communities. I understand that when setting up your iCloud account you accidentally misspelled the login info.  The iCloud account username is an Apple ID and there is a terrific article that can show you how to edit that Apple ID and correct it. Be sure to make sure you follow the top section, Before you change your Apple ID, before proceeding to the steps to change it.
    Apple ID: Changing your Apple ID
    http://support.apple.com/kb/ht5621
    Cheers,
    -Joe

  • Can anyone tell me how to remove the owner when setting the location

    Hello,
    Can anyone tell me how to remove the owner when setting the location?
    Properties
       Table Name:  (Table Name)
       Table Type:   Tables
       Owner:           Public
       Overridden Qualified Table Name:  (Table Name - same as above)
    Any help would be appreciated.
    Thanks
    Ann

    Hi Ann,
    please check this document to determine the correct space for your question:
    Find Topic Spaces on SCN (Forums)
    If you need help moving it, let me know!
    Thanks,
    Kristen

  • Tried to open an app and my iPad gen one froze. It only shows the apple on black screen and will show the operating wheel sometimes and while plugged in it will beep every few minutes. Will not load one show anything on screen but the small white apple.

    Tried to open an app and my iPad gen one froze. It only shows the apple on black screen and will show the operating wheel sometimes and while plugged in it will beep every few minutes. Will not load one show anything on screen but the small white apple.

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • It shows incorrect time in time zone iphone 4s!! If i select 'set automatically' the london time show is wrong,how do i correct this?

    It shows incorrect time in time zone on my iphone 4s!! If i select 'set automatically' the London time, is wrong,how do i correct this?

    I recently got the same problem and noticed that it only started after I'd downloaded a particular app which used the location feature.  It was the free version of the Weather Channel that started it off and, since I've deleted it, I've not had the problem of being in Singapore or China since!
    I expect there will be other apps that cause the same issues - probably a bad piece of code being used to pick up the location function.  It might be worth trying to turn individual apps off that feature in location services to pinpoint which other apps may causing your problem.
    Hope this helps!

  • Open File dialog window when setting the value of a path type input argument in a VI call

    Hi,
    I am new to TestStand (running 4.0) and I want to create a sequence of VIs to turn on, setup and measure a device. One of my VIs sends a configuration file to my device. An input argument to this VI is the path of the config file. I would like to make it simple to modify this path when setting up the sequence by popping up the File Open dialog window and choose my file. Is this possible? I do not want to manually change the file during execution, just to have multiple calls of one VI, each call opening a different file according to the path given to it during the setup. 
    So far I have only succeeded in manually entering the absolute path each time I add this step. What makes it even more annoying is the fact that LabVIEW interprets the path with the escape codes, rendering the path unusable. Manually adding a 2nd backslash at each '\' occurence adds another step to the process. I tried both String and Path type of inputs, and the SearchandReplace() or ToUpper() (trying to bypass the escape codes) functions in TestStand don't seem to help m.
    Your help is very much appreciated,
    Fred

    Eudaemonic,
    If you want to create a series of easy to configure step types so others can develop sequence files easily, you could use custom step types. When you create a custom step type you implement your own configuration dialog. Since you have control over what controls you expose in your configuration dialog, you can design it so the desired path is selected using a open file dialog. Refer to chapter 13 of the TestStand reference manual for more information about custom step types.
    If you do not want to create a custom step type but you still want to give access to your sequence developers to pre-configured steps, you can use templates. A step template is a snapshot of a step that you can reuse later. Let's assume that instead of asking your users to edit the step to enter the desired path, you create several step templates with different pre-configured paths and based on their applications requirements they could use the appropriate template. Refer to the NI TestStand Help for more information about the Templates list on the Insertion Palette.  
    Hope it helps.
    Antonio Lie. 

  • Error when setting the path in KAWA IDE Help !!

    I am using SDK 1.4 and KAWA IDE .. when i set the path ... it showing an error message...also when i complile it shows correct the bin ,lib settings wht i do....... help me...

    thnks replysssss i got corrected by mine itself
    thnks

  • Runtime Error when setting the textFlow of a TextArea with specific size

    Hi All
    When trying to set the textFlow of a Textrea with a specific size (412x258) the flash player crashes because of a 15 sec loop. Could you please help me on this?
    Please find the code below:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application 
    xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="
    library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600"creationComplete="init()"
    >
    <fx:Script>
    <![CDATA[
    import flashx.textLayout.conversion.TextConverter; 
    private var tfText:String = '<TextFlow columnCount="inherit" columnGap="inherit" columnWidth="inherit" lineBreak="inherit" paddingBottom="inherit" paddingLeft="inherit" paddingRight="inherit" paddingTop="inherit" verticalAlign="inherit" whiteSpaceCollapse="preserve" xmlns="http://ns.adobe.com/textLayout/2008"><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textDecoration="none" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default">THE BEAUTIFUL NEW VAGUENESS</span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="italic" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textDecoration="none" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default">How do I learn to love the non-predictability of the world?</span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default"></span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default">Nothing is as it is forever. Time and again, everything changes. Again and again, the unpredictable happens, chaos breaks out constantly. Things never stay in order, things can never be effectively planned!</span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default"></span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default">The problem of contingency, of the non-predictability of personal and professional development, is problematic for many people. Continually, they see themselves questioned existentially. – Delité describes six effective ideas to overcome this problem. With a new attitude to this problem:</span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default"></span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default">1. Idea: We are children of evolution</span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default">2. Idea: Primal fear AND basic trust</span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default">3. Idea: A sensible attitude towards work</span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default">4. Idea: The illusion of secondary virtues</span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default">5. Idea: The end of self-pity</span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default">6. Idea: Loving life</span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textDecoration="underline" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default">Read more here</span></p><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="justify" textAlignLast="start" textIndent="0" textJustify="interWord" trackingRight="0"><span alignmentBaseline="useDominantBaseline" backgroundAlpha="1" backgroundColor="transparent" baselineShift="0" breakOpportunity="auto" cffHinting="horizontalStem" color="#000000" digitCase="default" digitWidth="default" dominantBaseline="auto" fontFamily="Arial" fontLookup="embeddedCFF" fontSize="11" fontStyle="normal" fontWeight="normal" kerning="auto" ligatureLevel="common" lineHeight="120%" lineThrough="false" locale="en" renderingMode="cff" textAlpha="1" textDecoration="underline" textRotation="auto" trackingLeft="0" trackingRight="0" typographicCase="default"></span></p></TextFlow>'; 
    private function init():void{ 
    this.richText.textFlow = TextConverter.importToFlow(this.tfText, TextConverter.TEXT_LAYOUT_FORMAT); 
    trace(this.richText.text)}
    ]]>
    </fx:Script>
    <s:TextArea name="richText" id="richText" x="0" y="0" width="412" height="258" horizontalScrollPolicy="
    auto" verticalScrollPolicy="auto" selectable="true" borderVisible="
    false" editable="false" contentBackgroundAlpha="0" paddingRight="15"renderingMode="
    cff" fontLookup="embeddedCFF" cffHinting="horizontalStem"/></s:Application>
    The Error details:
    Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds.
    at flashx.textLayout.compose::BaseCompose/fitLineToParcel()[C:\Vellum\branches\v1\1.1\dev\ou tput\openSource\textLayout\src\flashx\textLayout\compose\BaseCompose.as:536]
    at flashx.textLayout.compose::ComposeState/composeNextLine()[C:\Vellum\branches\v1\1.1\dev\o utput\openSource\textLayout\src\flashx\textLayout\compose\ComposeState.as:312]
    at flashx.textLayout.compose::BaseCompose/composeParagraphElementIntoLines()[C:\Vellum\branc hes\v1\1.1\dev\output\openSource\textLayout\src\flashx\textLayout\compose\BaseCompose.as:3 95]
    at flashx.textLayout.compose::ComposeState/composeParagraphElement()[C:\Vellum\branches\v1\1 .1\dev\output\openSource\textLayout\src\flashx\textLayout\compose\ComposeState.as:272]
    at flashx.textLayout.compose::BaseCompose/composeBlockElement()[C:\Vellum\branches\v1\1.1\de v\output\openSource\textLayout\src\flashx\textLayout\compose\BaseCompose.as:219]
    at flashx.textLayout.compose::BaseCompose/composeInternal()[C:\Vellum\branches\v1\1.1\dev\ou tput\openSource\textLayout\src\flashx\textLayout\compose\BaseCompose.as:372]
    at flashx.textLayout.compose::ComposeState/composeInternal()[C:\Vellum\branches\v1\1.1\dev\o utput\openSource\textLayout\src\flashx\textLayout\compose\ComposeState.as:134]
    at flashx.textLayout.compose::BaseCompose/composeTextFlow()[C:\Vellum\branches\v1\1.1\dev\ou tput\openSource\textLayout\src\flashx\textLayout\compose\BaseCompose.as:339]
    at flashx.textLayout.compose::ComposeState/composeTextFlow()[C:\Vellum\branches\v1\1.1\dev\o utput\openSource\textLayout\src\flashx\textLayout\compose\ComposeState.as:102]
    at flashx.textLayout.compose::StandardFlowComposer/http://ns.adobe.com/textLayout/internal/2008::callTheComposer()[C:\Vellum\branches\v1\1.1\ dev\output\openSource\textLayout\src\flashx\textLayout\compose\StandardFlowComposer.as:678 ]
    at flashx.textLayout.compose::StandardFlowComposer/internalCompose()[C:\Vellum\branches\v1\1 .1\dev\output\openSource\textLayout\src\flashx\textLayout\compose\StandardFlowComposer.as: 758]
    at flashx.textLayout.compose::StandardFlowComposer/compose()[C:\Vellum\branches\v1\1.1\dev\o utput\openSource\textLayout\src\flashx\textLayout\compose\StandardFlowComposer.as:821]
    at flashx.textLayout.container::TextContainerManager/compose()[C:\Vellum\branches\v1\1.1\dev \output\openSource\textLayout\src\flashx\textLayout\container\TextContainerManager.as:1207 ]
    at flashx.textLayout.container::TextContainerManager/updateContainer()[C:\Vellum\branches\v1 \1.1\dev\output\openSource\textLayout\src\flashx\textLayout\container\TextContainerManager .as:1294]
    at spark.components::RichEditableText/updateDisplayList()[E:\dev\4.x\frameworks\projects\spa rk\src\spark\components\RichEditableText.as:2601]
    at mx.core::UIComponent/validateDisplayList()[E:\dev\4.x\frameworks\projects\framework\src\m x\core\UIComponent.as:8709]
    at mx.managers::LayoutManager/validateDisplayList()[E:\dev\4.x\frameworks\projects\framework \src\mx\managers\LayoutManager.as:663]
    at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:736]
    at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects \framework\src\mx\managers\LayoutManager.as:1072]
    Thank you for your support!

    This bug should be fixed in SDK 4.5. Please use the latest SDK.
    My environment is FlashBuilder 4.5 premium and its default SDK 4.5. It's all right on my machine.
    Thanks

  • Cascading LOV does not work when setting the value of the parent LOV with DA

    Hello All,
    Using APEX 4.2.2.
    I have tow LOVs
    Parent LOV item is: P50_TYPE
    Child LOV item is :  P50_PROJECT_ID
    In other words in the attributes of the item P50_PROJECT_ID we have :
    > Cascading LOV Parent Item(s): P50_TYPE
    > Page Items to Submit: P50_TYPE
    > List of values definition: something similar to:
    Select * from mytable where type = :P50_TYPE
    I use DA that execute JS code to set the value of the P50_TYPE item
    something similar to:
    > $('#P50_TYPE').val(2);
    Having done this, the P50_PROJECT_ID item does not get refreshed, when the value of P50_TYPE is changed. Namely, P50_PROJECT_ID remains empty, unless end user manually changes the value of P50_TYPE.
    Any help please ?
    Regards,

    Thanks Scott,
    By the way, I remember reading a thread posted by you about  Sumneva Drag & Drop Report Region plugin that was answered by Tom . But, I cannot find this plugin anywhere. Does not it supported in APEX 4.2 ? Is there any alternative out there ?
    If you use it, and it works find with you, can you please send it to me on [email protected] ?
    Regards,
    Fateh

  • Getting Exception when setting the LOV whereclause Dynamically

    Hi all,
    I have created the LOV in which the whereClause is set dynamically.
    The LOV is fetching proper value when I query it first two times but after that it goes to the exception page-
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (Select pvsa.vendor_site_code SITE_NAME,
    hou.NAME Operating_unit,
    pvco.vendor_site_id vendor_site_id,
    pvco.vendor_contact_id vendor_contact_id,
    hzr.subject_id subject_id
    from PO_VENDOR_CONTACTS pvco,
    hz_party_sites hps,
    hz_parties hp,
    hz_relationships hzr,
    PO_VENDOR_SITES_ALL pvsa,
    hr_operating_units hou
    Where pvco.PARTY_SITE_ID = hps.PARTY_SITE_ID
    AND hps.PARTY_ID = hzr.PARTY_ID
    and hou.organization_id = pvsa.org_id
    /*AND hzr.subject_id = :1*/
    and hp.party_id = hzr.subject_id
    and hzr.relationship_type = 'CONTACT'
    and hzr.relationship_code = 'CONTACT_OF'
    and hzr.subject_type = 'PERSON'
    and hzr.object_type = 'ORGANIZATION'
    AND pvsa.vendor_site_id = pvco.vendor_site_id
    AND pvsa.pay_site_flag = 'Y') QRSLT WHERE (subject_id = :1 AND ( UPPER(SITE_NAME) like :2 AND (SITE_NAME like :3 OR SITE_NAME like :4 OR SITE_NAME like :5 OR SITE_NAME like :6)))
    - INVALID COLUMN TYPE.
    Below is the Code for my LOV CO-
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAApplicationModule am = (OAApplicationModule)pageContext.getApplicationModule(webBean);
    OADBTransaction oadbtransaction = (OADBTransaction)am.getOADBTransaction();
    String ContactPartyIdStr=null;
    ContactPartyIdStr = (String)oadbtransaction.getValue("ContactPartyId");
    System.out.println("In PR of LOV CO - ContactPartyIdStr is - " + ContactPartyIdStr);
    if (ContactPartyIdStr != null )
    Serializable[] parameters1 = { ContactPartyIdStr};
    am.invokeMethod("SiteLovInit",parameters1);
    Code for LOV AM-
    public void SiteLovInit(String ContactPartyIdStr)
    SitesLovVOImpl vo = (SitesLovVOImpl)getSitesLovVO1();
    if(vo == null)
    MessageToken[] errTokens = { new MessageToken("OBJECT_NAME", "SitesLovVO1")};
    throw new OAException("AK", "FWK_TBX_OBJECT_NOT_FOUND", errTokens);
    vo.initVOQuery(ContactPartyIdStr);
    Code for LOV VOImpl-
    public void initVOQuery(String ContactPartyIdStr)
    if ((ContactPartyIdStr != null) && (!("".equals(ContactPartyIdStr))))
    Integer ContactPartyId = Integer.parseInt(ContactPartyIdStr);
    this.clearCache();
    StringBuffer whereClause = new StringBuffer("subject_id = :1");
    setWhereClause(null);
    setWhereClause(whereClause.toString());
    setWhereClauseParams(null);
    setWhereClauseParam(0,ContactPartyId);
    if(isLoggingEnabled(1))
    writeDiagnostics(this, "Query in SitesLovVOImpl "+this.getQuery(), 1);
    try
    executeQuery();
    catch(Exception e)
    e.printStackTrace();
    String sQuery = new String(this.getQuery());
    System.out.println(" The Site VO query is - "+ sQuery); *// This query prints the same query all the time*
    I also tried running the query in the back end. It fetches teh required rows.
    I am unable to debug this.
    Plz help... :)

    Hi Anand,
    Thanks for ur help. But the link shows how to use a filed from the page as criteria item.
    But my reqirement is that I need to set the whereClause using a ID which is passed from previous page.
    So how do I go about it using the criteria item in this case.

  • Error when setting the JARM level up to 10

    Hello,
    I would like to improve the performance of our Web Dynpro Application.
    I set the JARM-Level up to 10 in order to look in the Web Dynpro Console and search for slow functions etc.
    But if I want to deloy my application, I always get the error:
    "This compilation unit indirectly references the missing type com.sap.util.monitor.jarm.IMonitor (typically some required class file is referencing a type outside the classpath)"
    This error appears in the file "InternalNavigationView.java" (which is generated by the Web Dynpro Code Generator)
    I tried to add the import "com.sap.util.monitor.jarm.IMonitor ", but this import doesn't exist.
    Does anybody know, how I can fix the problem?
    Thanks in advance!

    Hi Bettina,
    If you are developing your aplication as DC then
    1)       expand ur DC
    2)       select Used  DCs(right click on it)
    3)       Add Used DC
    4)       In the new window Expand Local Development
    5)       Expand SAP_JTECHS
    6)       Select com.sap.util.monitor.jarm and click on finish
    If it is a project then
    1) Right click on your proejct and select properties
    2) Select Java Build Path
    3) Add External Jars, now select the required jar files which needs added.
    Regards,
    Jhansi

  • Error when setting the Temporary Storage settings of DTP

    Hi all,
    I am trying to set the temporary storage settings for DTP.But the moment i click on the temporary storage settings, it gives an ABAP Short Dump with the following message
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Except.                CX_SY_REF_IS_INITIAL
    Date and Time          29.09.2008 23:39:09
    Do anyone know the resolution for this?.Any SAP note that can be applied to solve this problem.
    regards,
    Ram

    Hi,
    Check the note  1081884 ....

  • Firefox is constantly enters 'not responding' mode. it seems to happen most often when I try to scroll or click. This is literally happening every 5 minutes or so and takes 30-40 seconds to respond after that happens. HELP! What can I do about this?

    every few minutes when using firefox, it just stops responding just as I about to click or scroll or open a link or any action. Then I have to wait 30-40 seconds for it to respond over and over again.

    Have you tried to run it in safe mode
    [[Safe Mode]]
    This will eliminate all plugins ect.
    If that works and you dont get any freezing then we know its to do with a addon.
    Also check out
    [http://www.mozilla.org/en-US/plugincheck/ Plugin Checker]

  • Problem with freezing and hour glass comes on as if updating every 10 minutes or so and lasts for 52 seconds or more.

    When I am on a site, any site, or writing an email every ten minutes or so, the hour glass comes on and I cannot do anything but wait. I think it is updating something. How can I stop this?

    Updating to Firefox 8.0 might do it, unless there is damage to the places.sqlite indexes, anyway this is the fix, and I actually option (same as all options).
    freezing at regular intervals: http://blog.bonardo.net/2011/09/30/is-your-firefor-freezing-at-regular-intervals
    : https://addons.mozilla.org/firefox/addon/places-maintenance/
    :<br>Install add-on, run at least the option mentioned in the article, I ran them all. When finished you can uninstall the extension, all without taking taking Firefox down, The extension is one of the new JetPack extensions.
    Thought I was having that problem right now, but it's my anti-virus scan, usually ties things up pretty much.

  • Browser is freezing every few minutes with facebook and not on other browsers, please help! i love mozilla, can't switch :)

    hey guys,
    im a devoted user of mozilla but lately whenever i open my facebook (or other sites with lots of adds) it freezes for like a minute, every few minutes.
    I didn't have this problem when I used explorer nor when doing it on other computers.
    so i bet the problem is with my computer but I can't figure out what.. :(
    please help me! I hate all other browsers!
    p.s. u guys rock :)

    Are you playing Frontierville or Cityville or somesuch? Zynga games are HUGE resource hogs and if you try to pair them with Pandora or YouTube, things can go down really fast. You can also mitigate a little with an adblocker like [https://addons.mozilla.org/en-US/firefox/addon/1865/ adblock plus].
    From reports of this that I've been hearing about, Flash 10.2 (which was a recent update) has been particularly bad with Zynga games. You can try changing your display settings in Flash (right click and select settings and then the first tab) but I would just suggest using just one game at a time. Adobe may be releasing a version of Flash that's better soon, so this may clear up if you update Flash, also.

Maybe you are looking for

  • HT1386 I have the iphone 3G and now that MobileMe no longer exists, I want to synch my calendar, etc...

    How do I get my iPhone to synch via USB cable with iTunes? I update my MS Outlook Calendar, click for it to synch in iTunes, but my calendar in the iPhone remains empty. Also, there are several podcasts which seem unplayable in my iPhone & I can't se

  • VERY VERY DISAPPOINTED IN APPLE

    Simultaneous release in 21 countries??? What a bunch of idiots at Apple and AT&T!! It's not rocket science to know that when you're gonna pound the system with 1 million times the normal volume, you gotta PREPARE FOR IT!! What did they do, slap toget

  • Problem while updating the forecast value in m.master by direct input menth

    Hi All   Good Day   I am updating the forecast value in material master by direct input method. my program is working fine when I am running it online. but when i am runnig in back ground I am getting one error which is mentioned below               

  • Reconnecting Photos

    I had deleted many folders of photos that I thought were duplicates of those stored in iPhoto library. However, they were not and iPhoto did not work without them. I used TIME MACHINE and have RESTORED the photos and also Restored iPhoto. After rebui

  • Handoff on macbook pro retina

    hey guys I've just upgraded to yosemite and I've done everything you could possibly think of to make handoff work bluetooth on across all of my devices (including my macbook pro retina) same wifi network for all devices signed into the same icloud ac