[svn] 4707: Dispatch propertyChange event for horizontalScrollPosition/ verticalScrollPosition so the thumbnail in the scroller will track the movement made via the keyboard .

Revision: 4707
Author: [email protected]
Date: 2009-01-28 09:00:45 -0800 (Wed, 28 Jan 2009)
Log Message:
Dispatch propertyChange event for horizontalScrollPosition/verticalScrollPosition so the thumbnail in the scroller will track the movement made via the keyboard.
QE Notes:
Doc Notes:
Bugs: SDK-18887
Reviewers: Gordon
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-18887
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/TextView.as

Revision: 4707
Author: [email protected]
Date: 2009-01-28 09:00:45 -0800 (Wed, 28 Jan 2009)
Log Message:
Dispatch propertyChange event for horizontalScrollPosition/verticalScrollPosition so the thumbnail in the scroller will track the movement made via the keyboard.
QE Notes:
Doc Notes:
Bugs: SDK-18887
Reviewers: Gordon
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-18887
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/TextView.as

Similar Messages

  • How to create a keypress event for ANY key on the keyboard that is pressed ? (not a specific key.)

    I realise that if I use:
    if (e.which == 81) {
    do whatever
    I can activate an action based on key 81 being pressed.
    But how would I do the same, regardless of what key is pressed?

    Sorry, figured it out...
    I just don't need to specify an if..... at all.
    Duh!

  • [svn:osmf:] 17565: Fix FM-937: ProxyElement dispatches trait events for blocked and overridden traits.

    Revision: 17565
    Revision: 17565
    Author:   [email protected]
    Date:     2010-09-02 17:30:08 -0700 (Thu, 02 Sep 2010)
    Log Message:
    Fix FM-937: ProxyElement dispatches trait events for blocked and overridden traits.  Add unit test.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-937
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/ProxyElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestProxyElement.as

  • [svn:osmf:] 17497: Fix FM-933: ProxyMetadata doesn' t dispatch change events for its initially set inner metadata.

    Revision: 17497
    Revision: 17497
    Author:   [email protected]
    Date:     2010-08-27 09:58:09 -0700 (Fri, 27 Aug 2010)
    Log Message:
    Fix FM-933: ProxyMetadata doesn't dispatch change events for its initially set inner metadata.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-933
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/LoadFromDocumentElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/ProxyElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/proxyClasses/ProxyMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestProxyElement.as

  • I have everything set for Arabic fonts and the keyboard as well. When I type in WORD or EXCEL I just get individual Arabic letters, but they never connect, they should be for example like this   الس    but they always appear like that ا ل س

    I have everything set for Arabic fonts and the keyboard as well. When I type in WORD or EXCEL I just get individual Arabic letters, but they never connect, they should be for example like this   الس    but they always appear like that ا ل س

    MS Word for Mac has never supported Arabic.  You have to use other apps.  Mellel is best, but Pages 5, TextEdit, Nisus Writer, or Open/LibreOffice should work OK.
    Sometimes you can make Word for Mac do connected Arabic if you are editing a document created with Windows Word.

  • Event for a change in the cursor legend

    Hi!
    I need to recognize a change of the cursor properties by the user through the XY-Graph Cursor Legend! (i.e. changing cursor color)
    There seems to be no event for that in my event structure (although there is a event for changing the plot properties through the plot legend).
    I'm using LV2009SP1.
    Greets CtheR

    I need the recognize any change of the cursor props made by the user. Like that:
    Watching the cursor-Property for a change would be no help because there are automatic changes that I do not want to catch.
    Something similar to the plot attribute change event in an event structure would be most helpful:
    Greets CtheR

  • Event for transferring information from the billing document to the fica do

    Dear all,
    We are having a requirement in which we need to transfer the information from the billing document to the fica document..Can anybody tell me which event can be used for  transferring information from the billing document to the fica document
    Susmita

    Susmitha Harini,
    Can you provide exactly what you want to transfer? Do u want to transfer that information at billing moment?
    Best Regards,
    Pedro Nunes

  • I can't type my passcode for some app because the keyboard just wont show. Is this another flaw? Can some 1 give me a solution for this?

    For some apps the keyboard just cant show when i want to type the passcode, any solution? Or is this another flaw/bug?

    RESET DEVICE
    Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for device to restart (no data will be lost).

  • ICal has stopped showing events for Sundays only in the month view.

    iCal has stopped allowing events to be entered or viewed on Sundays from the Month view.  If I double click on a date on the month view, for a Sunday, nothing happens on the screen but if I go to the day view there is a default New Event on the day. 
    If I enter an event from the day view it does not appear on the Sunday in the month view.
    On previous Sundays where events already exist I can add a new event from the month view.  If I add an event using google calendar from Chrome it appears on the Sunday and then I can add event from the month view.
    This just recently started happening.
    I am using Mavericks 10.9.1 with iCal Version 7.0 (1835.1).

    dutchlab,
    Quit Calendar, then try removing the com.apple.iCal.plist file from your Macintosh HD/Users/yourusername/Library/Preferences Folder. To find that folder, use Finder>Go Menu>Depress the "Option" key>Library, and open the Preferences Folder. Drag the com.apple.iCal.plist file to your desktop, and log out/in or restart and check Calendar for functionality.

  • Event for Check box in the list

    hi,
    I have a 10 check boxs in list using
    loop.
    WRITE CHK1 AS CHECKBOX.
    endloop.
    and if I click on 8th checkbox. i need to trigger an event, like what we have in
    AT LINE SELECTION. or  AT USER COMMAND.
    i don't want to use below logic because when there are 300 records it starts reading from first line and giving time out dump. I don't want to run the loop for 300 to find out for one selected box.
    Do.
       ADD 1 TO w_line.
        READ LINE w_line line value INTO porec.
    Enddo.
    pls reply ASAP.
    Thanks,
    Ram.

    I'll confirm that - at least to the best of my knowledge.  There is no event that is triggered when a simple checkbox is ticked on a list.
    You either need to make them buttons (ie at user-command) or hotspots (so the 'click' also triggers at line-selection).

  • The keyboard click,ringtone,notification sound, and sounds in some apps does not work I turned it off and back on it worked for one click on the keyboard then went out

    iPhone 4 sound won't work on ringtones, notifications, and keyboard click. I turned the phone off waited turned it on and it worked one time

    Hi bige2380,
    Thanks for visiting Apple Support Communities.
    You may find the steps in the "Acoustic-speaker/microphone/receiver" section of this article helpful for troubleshooting this behavior on your iPhone:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    If the issue persists, the steps in our iPhone Troubleshooting Assistant can help:
    http://www.apple.com/support/iphone/assistant/phone/
    Best Regards,
    Jeremy

  • Does changing a KeyValuePair trigger the PropertyChanged event in ObservableDictionary?

    I am using the ObservableDictionary class available at:
    http://blogs.microsoft.co.il/shimmy/2010/12/02/observabledictionaryof-tkey-tvalue-vbnet/
    I will, for most of my code, be modifying KeyValuePair items that have already been added, and want an event to be triggered when I make these modifications. Both the Keys and Values properties are there, and they obviously change when a KeyValuePair
    is modified, but will that trigger the PropertyChanged event? I was having trouble figuring out when the PropertyChanged event would get triggered, since the only place I could find in the code that raised the event was from inside the OnCollectionChanged
    methods. Will the PropertyChanged event be triggered when I modify a KeyValuePair, or do I need to add PropertyChanged events to the KeyValuePair items myself? Any help would be appreciated. Thanks.
    Nathan Sokalski [email protected] http://www.nathansokalski.com/

    But I don't want to comment on it, I want to ask a question. Look at the existing comment: No reply to that (unless it was done privately).
    Nathan Sokalski [email protected] http://www.nathansokalski.com/
    So you are saying a comment about something can not be a question? When did that become some kind of planet earth law? And who's enforcing that?
    Since the comment capability asks for a name and email address then perhaps shimmy would respond to your comment. You do understand your comment could be something like "If I use your class will changing a key/value pair cause the property changed event
    to receive an event?".
    But no, perhaps that would be too easy to contact the person that created the class in the first place to ask a question or communicate with on the product.
    Since you are using the class then you should be able to determine if an event occurs when a key/value pair is altered. Or do you want somebody here to download and use the class and then provide you with information on how the class works or something?
    It's not a simple class to run through. But I'll post it.
    It seems to me the OnPropertyChanged sub gets called by the  Private Sub OnCollectionChanged(ByVal action As NotifyCollectionChangedAction, ByVal newItems As IList) which seems relatively simple to figure out.
    Imports System.ComponentModel
    Imports System.Collections.Specialized
    Public Class ObservableDictionary(Of TKey, TValue)
    Implements IDictionary(Of TKey, TValue), INotifyPropertyChanged, INotifyCollectionChanged
    #Region "Constructors"
    Public Sub New()
    m_Dictionary = New Dictionary(Of TKey, TValue)
    End Sub
    Public Sub New(ByVal dictionary As IDictionary(Of TKey, TValue))
    m_Dictionary = New Dictionary(Of TKey, TValue)(dictionary)
    End Sub
    Public Sub New(ByVal comparer As IEqualityComparer(Of TKey))
    m_Dictionary = New Dictionary(Of TKey, TValue)(comparer)
    End Sub
    Public Sub New(ByVal capacity As Integer)
    m_Dictionary = New Dictionary(Of TKey, TValue)(capacity)
    End Sub
    Public Sub New(ByVal dictionary As IDictionary(Of TKey, TValue), ByVal comparer As IEqualityComparer(Of TKey))
    m_Dictionary = New Dictionary(Of TKey, TValue)(dictionary, comparer)
    End Sub
    Public Sub New(ByVal capacity As Integer, ByVal comparer As IEqualityComparer(Of TKey))
    m_Dictionary = New Dictionary(Of TKey, TValue)(capacity, comparer)
    End Sub
    #End Region 'Constructors
    #Region "Fields"
    Private Const CountString As String = "Count"
    Private Const IndexerName As String = "Item[]"
    Private Const KeysName As String = "Keys"
    Private Const ValuesName As String = "Values"
    Public Event PropertyChanged(ByVal sender As Object, ByVal e As PropertyChangedEventArgs) _
    Implements INotifyPropertyChanged.PropertyChanged
    Public Event CollectionChanged(ByVal sender As Object, ByVal e As NotifyCollectionChangedEventArgs) _
    Implements INotifyCollectionChanged.CollectionChanged
    Private m_Dictionary As IDictionary(Of TKey, TValue)
    #End Region 'Fields
    Protected ReadOnly Property Dictionary As IDictionary(Of TKey, TValue)
    Get
    Return m_Dictionary
    End Get
    End Property
    Public Overloads Sub Clear() Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Clear
    If Dictionary.Count > 0 Then
    Dictionary.Clear()
    OnCollectionChanged()
    End If
    End Sub
    Public Sub Add(ByVal item As KeyValuePair(Of TKey, TValue)) Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Add
    Insert(item.Key, item.Value, True)
    End Sub
    Public Sub Add(ByVal key As TKey, ByVal value As TValue) Implements IDictionary(Of TKey, TValue).Add
    Insert(key, value, True)
    End Sub
    Public Sub AddRange(ByVal items As IDictionary(Of TKey, TValue))
    If items Is Nothing Then Throw New ArgumentNullException("items")
    If items.Count > 0 Then
    If Dictionary.Count > 0 Then
    If items.Keys.Any(Function(key) Dictionary.ContainsKey(key)) Then
    Throw New ArgumentException("An item with the same key has already been added.")
    Else
    For Each i In items
    Dictionary.Add(i)
    Next
    End If
    Else
    m_Dictionary = New Dictionary(Of TKey, TValue)(items)
    End If
    OnCollectionChanged(NotifyCollectionChangedAction.Add, items.ToArray)
    End If
    End Sub
    Private Function Remove(ByVal item As KeyValuePair(Of TKey, TValue)) As Boolean _
    Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Remove
    Return Remove(item.Key)
    End Function
    Public Function Remove(ByVal key As TKey) As Boolean Implements IDictionary(Of TKey, TValue).Remove
    If key Is Nothing Then Throw New ArgumentNullException("key")
    Dim item As TValue
    Dictionary.TryGetValue(key, item)
    Dim removed = Dictionary.Remove(key)
    If removed Then OnCollectionChanged() 'FieldsNotifyCollectionChangedAction.Remove, New KeyValuePair(Of TKey, TValue)(key, item)
    Return removed
    End Function
    Default Public Property Item(ByVal key As TKey) As TValue Implements IDictionary(Of TKey, TValue).Item
    Get
    Return Dictionary(key)
    End Get
    Set(ByVal value As TValue)
    Insert(key, value, False)
    End Set
    End Property
    Private Sub Insert(ByVal key As TKey, ByVal value As TValue, ByVal add As Boolean)
    If key Is Nothing Then Throw New ArgumentNullException("key")
    Dim item As TValue
    If Dictionary.TryGetValue(key, item) Then
    If add Then Throw New ArgumentException("An item with the same key has already been added.")
    If Equals(item, value) Then Exit Sub
    Dictionary(key) = value
    OnCollectionChanged(NotifyCollectionChangedAction.Replace, New KeyValuePair(Of TKey, TValue)(key, value),
    New KeyValuePair(Of TKey, TValue)(key, item))
    Else
    Dictionary(key) = value
    OnCollectionChanged(NotifyCollectionChangedAction.Add, New KeyValuePair(Of TKey, TValue)(key, value))
    End If
    End Sub
    #Region "ReadOnly methods and properties"
    Public Overloads Sub CopyTo(ByVal array() As KeyValuePair(Of TKey, TValue), ByVal arrayIndex As Integer) _
    Implements ICollection(Of KeyValuePair(Of TKey, TValue)).CopyTo
    Dictionary.CopyTo(array, arrayIndex)
    End Sub
    Public Overloads ReadOnly Property Count As Integer Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Count
    Get
    Return Dictionary.Count
    End Get
    End Property
    Public ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of TKey, TValue)).IsReadOnly
    Get
    Return Dictionary.IsReadOnly
    End Get
    End Property
    Public ReadOnly Property Keys As ICollection(Of TKey) Implements IDictionary(Of TKey, TValue).Keys
    Get
    Return Dictionary.Keys
    End Get
    End Property
    Public ReadOnly Property Values As ICollection(Of TValue) Implements IDictionary(Of TKey, TValue).Values
    Get
    Return Dictionary.Values
    End Get
    End Property
    Public Function Contains(ByVal item As KeyValuePair(Of TKey, TValue)) As Boolean _
    Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Contains
    Return Dictionary.Contains(item)
    End Function
    Public Function ContainsKey(ByVal key As TKey) As Boolean Implements IDictionary(Of TKey, TValue).ContainsKey
    Return Dictionary.ContainsKey(key)
    End Function
    Public Function ContainsValue(ByVal value As TValue) As Boolean
    Return Dictionary.Values.Contains(value)
    End Function
    Public Function TryGetValue(ByVal key As TKey, ByRef value As TValue) As Boolean _
    Implements IDictionary(Of TKey, TValue).TryGetValue
    Return Dictionary.TryGetValue(key, value)
    End Function
    Public Overloads Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of TKey, TValue)) _
    Implements IEnumerable(Of KeyValuePair(Of TKey, TValue)).GetEnumerator
    Return Dictionary.GetEnumerator
    End Function
    Private Function GetIEnumerableEnumerator() As IEnumerator Implements IEnumerable.GetEnumerator
    Return DirectCast(Dictionary, IEnumerable).GetEnumerator
    End Function
    Private Sub OnPropertyChanged()
    OnPropertyChanged(CountString)
    OnPropertyChanged(IndexerName)
    OnPropertyChanged(KeysName)
    OnPropertyChanged(ValuesName)
    End Sub
    Protected Overridable Sub OnPropertyChanged(ByVal propertyName As String)
    RaiseEvent PropertyChanged(Me, New PropertyChangedEventArgs(propertyName))
    End Sub
    Private Sub OnCollectionChanged()
    OnPropertyChanged()
    RaiseEvent CollectionChanged(Me, New NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset))
    End Sub
    Private Sub OnCollectionChanged(ByVal action As NotifyCollectionChangedAction,
    ByVal changedItem As KeyValuePair(Of TKey, TValue))
    OnPropertyChanged()
    RaiseEvent CollectionChanged(Me, New NotifyCollectionChangedEventArgs(action, changedItem))
    End Sub
    Private Sub OnCollectionChanged(ByVal action As NotifyCollectionChangedAction, ByVal newItem As KeyValuePair(Of TKey, TValue),
    ByVal oldItem As KeyValuePair(Of TKey, TValue))
    OnPropertyChanged()
    RaiseEvent CollectionChanged(Me, New NotifyCollectionChangedEventArgs(action, newItem, oldItem))
    End Sub
    Private Sub OnCollectionChanged(ByVal action As NotifyCollectionChangedAction, ByVal newItems As IList)
    OnPropertyChanged()
    RaiseEvent CollectionChanged(Me, New NotifyCollectionChangedEventArgs(action, newItems))
    End Sub
    #End Region 'ReadOnly methods and properties
    End Class
    La vida loca

  • Many events for ID 14554 appearing in System event log

    I have two 2008 R2 domain controllers and one new 2012 R2 server I just promoted to DC a few days ago. One of the 2K8R2 servers holds all the FSMO roles.   The new 2K12R2 DC is also an additional namespace server for domain-based namespace. 
    The DFS seems to be working fine, but about every 20 minutes the following 14554 event for 'DfsSvr' is logged:
    The DFS Namespaces service has successfully initialized the shared folder that hosts the namespace root. Shared folder: ourDFSnamespace
    This event does not appear on either of the two 2K8R2 DCs.

    Hi,
    My personal opinion is that there are 2 possible cause of this event: It is newly added in Windows 2012 R2 (which means it is not an issue) or the DFS namespace added on your server do have trouble in recognizing.
    Currently I did not find enough information about this event log. For a test could you try to remove Windows 2012 R2 as a referral target of this DFS namespace, force an AD replication and re-create it? If the settings is not complex you can have a try with
    creating.
    In the meantime I'll continue search to see if it is actually just a new event log in Windows 2012 R2.
    If you have any feedback on our support, please send to [email protected]

  • Trigger events for 64 boolean tags when another tag turns on?

    I want set an event for all bits in the group that are off when another tags transitions from off to on only. I guess this would be like a conditional event. Is this possible in the DSC world??

    You can use boolean controls to simulate the tag values and then set events based on these boolean controls.

  • Satellite P300 - is there a backlight for the keyboard?

    Hi - does anyone know if the Satellite P300 has a back light for the keyboard? I am assuming it does as the keys are shiny black but cannot for the life of me figure out how to turn it on. Any assistance is appreciated.

    As far as I know illuminated keyboard will be offered with new notebook series A500 and P500.
    I am 100% sure Satellite P300 has not such keyboard.
    You can check specifications for different Satellite /Satellite pro P300 models and you will see that nowhere is mentioned such keyboard.

Maybe you are looking for