(OSControl Xtra) How to detect when a user clicks on the bottom and upward when

Hi all

How can I detect when I click on a scroll bar downwards and upwards? I want something like:

If sprite (1) ravishing (#down) then

-do something

on the other

If sprite (1) ravishing (#up) then

-do something else


Any ideas? The question applies only to the OS control xtra

I do not understand why you put the sprite.value and maxValue for
a global event #prepareFrame - can you explain to us why, and 'who' it is
who is responsible for these values?
I tried to "simplify" your script, but I don't have a clear picture
what your problem is - can you maybe post a simple example
somewhere that clearly demonstrates?
--
pSprite property
pScrollAmt property
Global tMaxVal, maxbarvalue

on beginSprite (me)
pSprite = sprite (me.spriteNum)
end beginSprite

on prepareframe
pSprite.maxValue = maxbarvalue
pSprite.value = tMaxVal - position of the thumb
end

Update (me, aClickedPart)

CASES (aClickedPart)
#up:
pScrollAmt = - 5

#down:
pScrollAmt = 5

#thumb:
If pSprite.value< tmaxval="" then="" pscrollamt="">
otherwise if pSprite.value > tMaxVal then pScrollAmt = 10
else exit
CASES OF TERMINATION

-It is important to 'catch up' the return value when you create a
-timeout object, even if it is in a local variable that will be
-immediately go out of scope
t = timeout("scrollImage"&me.spriteNum).new (10, #sendScrollMessage, me)
end

Tags: Director

Similar Questions

  • Disable the first/previous/next/last buttons when the user clicks on the button "create".

    Hello

    I have a requirement to disable the first/previous/next/last buttons when the user clicks on the button "create". The must be enabled after the user clicks on the submit, and then the button "validate".

    Is this possible please?

    Thank you.

    Hello

    Using BC4J in the model layer? If so, you might use an EL to the property of disabled button. Something like

    
    

    Replace in the binding attribute on your page (preferably the primary key of your form attribute).

    Arun-

    Edit: Check out this blog for more information on this EL: https://blogs.oracle.com/adf/entry/highlighting_new_rows_in_adf

  • How can I create a clickable trail to the bottom of the list?

    How can I make a box which has a list of 10 words, but if you shoot, it can show you up to 20 or 30? If the visitor clicks on the bottom and pulls down on the subject, he will show more to the list. Do you understand what I mean? It's a box that is structured with a structured sie that fits the 1-10, but when you click on the lower or right corner down, you can drag the box to become greater, which in turn reveals more to the list.

    Thank you in advance.

    I'm sorry.  But there is no such property in CSS.  You look at jQuery.

    http://jQueryUI.com/resizable/

    Nancy O.

  • My toolbar was at the bottom and is not on the right side of the screen when I turned on the PC. How do come back on the bottom?

    How do you reposisition the toolbar background down

    Wednesday, June 13, 2012 19:45:28 + 0000, BJWoodham wrote:

    My tool bar downstairs was on the right side of the screen when I turned on the PC this morning. How do come back on the bottom?

    You say "toolbar." Do you mean the taskbar?

    Although by default, the taskbar is displayed on the bottom of the screen,
    It can be on any of the sides on what you prefer. To move any
    side to side, simply click an unused portion and drag
    where you want it. Don't forget to click inside it, not on the edge.
    by clicking on the edge and dragging will resize not move.

    If it does not move, it can be locked. In this case, right click on it
    and uncheck "Lock the taskbar", then try again.

    Moreover, with the screen monitors wide today, I prefer the taskbar
    on the left or the right of the screen. I think that allows a better
    use of real estate than have it at the bottom of screen.
    Ken Blake, Microsoft MVP

  • Problem when creating objects to the point user clicks on the screen

    I'll sometimes have a problem when clicking on the screen and have an object at this time created. 95% of the time it works properly, but sometimes, the object is created in a different area of the screen.

    Everyone comes across something similar? Or is it likely to be just a problem with the Simulator?

    Thank you very much for any help offered.

    If you want a "newLabel" to appear in the contact details of your mouseEvent, but only if details of mouseEvent are lower on the screen (having a higher value) at the height of your textButton.

    If your TextButton object does not touch the top of the stage (y = 0), you'll want to write this instead:

    if (event.localY > textButton.y + textButton.height)
    

    It may be a good idea to write it anyway, just in case you want to change the position of the TextButton.

    In addition, localX and localY properties of your mouseEvent are compared to the event containing sprite.  for example, if you have a canvas Sprite that is a parent of your textButton and is tuned for the mouseEvent.  otherwise, if there is no sprite contains (second phase) for your event, you'll want to use stageX and stageY instead.

    I guess since I can't be sure of your intentions here, but try this instead:

    private function createItem(event:MouseEvent):void
         {
         if (event.stageY > textButton.y + textButton.height)
            {
            var newLabel:TextField = new TextField();
            newLabel.x = event.stageX;
            newLabel.y = event.stageY;
            newLabel.text = "test";
            newLabel.setTextFormat(userTextFormat);
    
            addChild(newLabel);
            }
         }
    
  • Place a text created dynamically when the user clicks on the ground

    I have a simple drawing program. I want to add a text field where the user clicks on the Whiteboard. Here is the code

    function writeText(e:MouseEvent):void

    {

    var textfield = new TextField();

    board.addChild (textfield);

    TextField.x = mouseX;

    TextField.y = mouseY;

    textfield.defaultTextFormat = textformat;

    textfield.setTextFormat (textformat);

    textfield.embedFonts = true;

    textfield.antiAliasType = AntiAliasType.ADVANCED;

    TextField.type = TextFieldType.INPUT;

    textfield.autoSize = TextFieldAutoSize.LEFT;

    TextField.Selectable = false;

    TextField.Width = 300;

    textfield.wordWrap = true;

    textfield.textColor = activeColor;

    Board.Focus = textfield;

    }

    TextField.x = mouseX and textfield.y = mouseY place a texfield on-screen. But, you have to click two places to make it work; essentially to an x and y location with the location being lower and to the right of the location x. by clicking on any other way has unpredictable results. What Miss me? Thank you, Jon

    If the Board of Directors has the mouse listener, you must use e.localX, e.localY.

    I don't see where you're awarding text or htmlText

    You probably want to enable the multiline property of your textfield object.

    and, you probably want to do something to manage the multiple clicks to have a way to control the created textfields.

  • I changed user names, but the files and folders show again old name

    I got my sisters computer and changed the name of user (jb-administrater) account, but when most of the programs have access to my files and folders that they are still called jenifer documents, how can I change this?

    Hello

    ·         Where have you changed the name of profile?

    This is normal in windows, and unfortunately, we would not be able to change.

    When you rename a user you just change the user account, not the files and folders associated with the user. Let's say you have USERA. USERA has also a C:\USERS\USERA folder that is associated with the user account. When you rename the user account to USERB, USERB has an C:\USERS\USERA folder that is associated with USERB

    Step 1: I suggest that you create a new user account and check to see if it helps:

    http://Windows.Microsoft.com/en-us/Windows-Vista/create-a-user-account

    Step 2: Copy the data to the new user account by following the link below:

    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile

  • I'm trying to get the bookmark icon in my toolbar to the right of the icon of the House. I right click on the toolbar, and then customize the icon is displayed in the toolbar. When I close the popup on the toolbar icon in my toolbar disappears.

    I'm trying to get the bookmark icon in my toolbar to the right of the icon of the House. Then, right-click on the toolbar and then click Customize the icon in the toolbar. As soon as I close the pop of toolbar Customize the icon on my toolbar disappears. How can I get the Favorites icon to stay on my toolbar to the right of the icon of the House?

    Two things can cause the Bookmarks button to "disappear" from the Navigation bar when the customization mode is closed.

    1. the Menu bar - with File, Edit, View, etc. - shows.

    Since you have checked the answer first of cor-el solve your problem, I have not exposed on this point.

    2. the bookmarks toolbar shows, and this button is this toolbar.

    Is the Menu bar showing or not?

    Have you tried the reset bar of tools and commands that I mentioned?

  • All user accounts Windows XPrestricted open all of a sudden 'Map network drive' by clicking on the desktop and the "research" by clicking on any folder

    Hello

    you have a problem with my Windows laptop that left me speechless.

    I would really appreciate if someone could provide a solution or any ideas where to start fixing this, as I get close to return to the previous backup full system, but reluctant to do so as I have never done it before so I'm worried if it really works as supposed (Macrium and Ping).

    1. description of the problem

    All users of Windows XP (SP3) restricted accounts open all of a sudden 'Map network drive' by clicking on the desktop and the "research" by clicking on any folder, including My Documents.

    However, all accounts administrator work as before and also user accounts work like so usual, they are included in the Administrators group, with respect to the clicks of the workstation and records.

    In addition, the correct icons for 'Drive' and 'Record' are visible when connected as long as administrator but lacking when logged as long as user restricted when you check the file associations by "open the folder and then click on Folder Options in the Tools menu.» Click the registry file types list. »

    2 solution unsuccessful attempts

    2. google and tried the solution to manually change the registry entries from Microsoft: http://support.microsoft.com/kb/321186

    "
    Start the editor of the register (Regedt32.exe).
    Look for, and then click the default value under the following registry keys if this problem occurs with folders:
    HKEY_CLASSES_ROOT\Directory\shell
    If this problem occurs with drives:
    HKEY_CLASSES_ROOT\Drive\shell
    Click on edit in the Edit menu.
    Type 0 in the value data box, and then click OK.
    Exit the registry editor.
    "

    (Fixit associated meanings has also not working for some reason, says that the Windows Installer does not run, don't know if the same problem...)

    2B. and then also tried the fix "regsvr32 /i shell32.dll" at http://blog.chron.com/helpline/2005/10/double-click-opens-search-instead-of-folder/.

    After these steps, the registry under "Drive" and "Directory" information are as attaché at the end read somewhere there should be a "find" under lock and key, as I have, but don't know if the subkeys under 'Search' are what causes weird behavior.

    If anyone knows and could provide what the values for the registry values must be in a system that works, would be nice to compare to possible problems.

    Unsuccessfully, with what precedes, to solve the problem, but noticed through that:

    2 c. When you are logged in as administrator, I am able to see and modify the registry keys concerned with regedit, considering that when logged in as a regular user, I get an error that translates roughly as "the key could not be opened [consultation]?.» Error in opening the key. "for"Default icon"and subkeys 'shell' to 'Drive' and some subkeys under"shellex ".

    Oddly enough, this is also the case even if I "Run with" regedit as a user belonging to the Administrators group when logged in as a limited user.  Could be the mechanism of Windows registry access.

    Noticed that the small group 'Users' did not have access to "Drive". Grant read access, even as the "directory" and other registry keys next to them, for "users".

    Now see the values of registry as a limited user, but the problem persists. Do you really know what to try next, after spending hours Googling for answers.

    3 computer laptop environment and other factors

    3. don't know if it's related, but perhaps that coincides the time and the possible reason of sage:

    I had the problem two days ago described in "account Administor doesn't have access to some files and registry entries" to http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_27415496.html.

    Zone alarm free firewall prevented changing the key of HKLM\SOFTWARE\Microdsoft\Windows\CurrentVersion\Run.

    Which was fixed as in the article above tweaking of Zonealarm settings so that changes are allowed.

    3. the environment of the laptop:

    Acer Travelmate 8204 laptop

    Windows XP SP3 with virtually all updates of installed Microsoft.

    Recent issues (related?) with the .NET Framework 4 updates and the repair facility. FixIt against MS to install MS Update and the Application works and reveals no problems, but the settings from-> Panel-> Add or Remove Applications said that it cannot change or delete NET Framework 4.

    ZoneAlarm Free Firewall version: 11.0.000.057, prevented possible culprit get earlier access to the registry, uninstall?

    Norton Antivirus version recently installed 20.3.1.22, possibly in conflict with ZA or bug?

    content 'Repertoire' 3 c registry key.

    HKEY_CLASSES_ROOT\Directory]
    "AlwaysShowExt"=""
    "EditFlags" = hex: d2, 01, 00, 00
    "ToolTip"="prop: DocComments.
    @=""

    [HKEY_CLASSES_ROOT\Directory\Background]

    [HKEY_CLASSES_ROOT\Directory\Background\shellex]

    [HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers]
    @= "{5E2121EE-0300-11D4-8D3B-444553540000}"

    [HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\ACE]
    @= "{5E2121EE-0300-11D4-8D3B-444553540000}"

    [HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New]
    @= "{D969A300-E7FF-11d0-A93B-00A0C90F2719}".

    [HKEY_CLASSES_ROOT\Directory\DefaultIcon]
    @= hex (2): 25, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 52, 00, 6f, 00, 6f, 00, 74, 00, 25,.
    00, 5 C, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 D, 00, 33, 00, 32, 00, 5 C, 00, 73, 00, 68, 00,------.
    65.00, 6 c, 6 c, 33, 00, 00, 00, 32, 00, 2nd, 00, 64, 00, 6 c, 00, 6 c, 2 c, 00, 33, 00, 00, 00, 00

    [HKEY_CLASSES_ROOT\Directory\shell]
    @= 'none '.

    [HKEY_CLASSES_ROOT\Directory\shell\find]
    "SuppressionPolicy" = dword:00000080

    [HKEY_CLASSES_ROOT\Directory\shell\find\command]
    @= hex (2): 25, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 52, 00, 6f, 00, 6f, 00, 74, 00, 25,.
    00, 5 c, 45, 00, 00, 78, 00, 70, 00, 6 c, 00 6f 00, 72, 00, 65, 00, 72, 00, 2nd, 00, 65, 00, 78, 00,
    65,00,00,00

    [HKEY_CLASSES_ROOT\Directory\shell\find\ddeexec]
    @= "[FindFolder (\"%l\ ', % I ')] ""
    "NoActivateHandler"=""

    [HKEY_CLASSES_ROOT\Directory\shell\find\ddeexec\application]
    @= "Folders."

    [HKEY_CLASSES_ROOT\Directory\shell\find\ddeexec\topic]
    @= "AppProperties".

    [HKEY_CLASSES_ROOT\Directory\shellex]
    @=""

    [HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers]
    @=""

    [HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Advanced SystemCare]
    @= "{7C8D3E6A-13A6-4D8F-BF77-D267D0F9AC21}".

    [HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\COMODOBackupUtility]
    @= "{FA66022E-2FE4-4A29-916C-84A0D8173FBB}".

    [HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\EDSshellExt]
    @= "{29FF7AB0-BE34-4992-A30B-53A9D86EE239}".

    [HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\EncryptionMenu]
    @= "{A470F8CF-A1E8-4f65-8335-227475AA5C46}".

    [HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Eraser]
    @= "{BC9B776A-90D7-4476-A791-79D835F30650}".

    [HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\IObit Malware Fighter]

    [HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Offline files]
    @= "{750fdf0e-2a26-11d1-a3ea-080036587f03}".

    [HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Sharing]
    @= "{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}".

    [HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Washer]
    @= "{6EE51AA0-77A0-11D7-B4E1-000347126E46}".

    [HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\WinRAR]
    @= "{B41DB860-8EE4-11D2-9906-E49FADC173CA}".

    [HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers]

    [HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\CDF]
    @= "{67EA19A0-CCEF-11d0-8024-00C04FD75D13}".

    [HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\FileSystem]
    @= "{217FC9C0-3AEA-1069-A2DB-08002B30309D}".

    [HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\Monitor]
    @= "{7842554E-6BED-11D2-8CDB-B05550C10000}".

    [HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\MyDocuments]
    @= "{ECF03A33-103D-11d2-854D-006008059367}".

    [HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\Nokia]
    @= "{416651E4-9C3C-11D9-8BDE-F66BAD1E3F3A}".

    [HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\Sharing]
    @= "{40dd6e20-7c17-11ce-a804-00aa003ca9f6}".

    [HKEY_CLASSES_ROOT\Directory\shellex\DragDropHandlers]

    [HKEY_CLASSES_ROOT\Directory\shellex\DragDropHandlers\Eraser]
    @= "{BC9B776A-90D7-4476-A791-79D835F30650}".

    [HKEY_CLASSES_ROOT\Directory\shellex\DragDropHandlers\UltimateZip DragDropHandler]
    @= "{2F860D82-AF3C-11D4-BDB3-00E0987D8540}".

    [HKEY_CLASSES_ROOT\Directory\shellex\DragDropHandlers\WinRAR]
    @= "{B41DB860-8EE4-11D2-9906-E49FADC173CA}".

    [HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers]

    [HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\Sharing]
    @= "{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}".

    [HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\ {1F2E5C40-9550-11CE - 99 d - 2]

    00AA006E086C}]

    [HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\ {596AB062-B4D2-4215 - 9F74-]

    E9109B0A8153}]
    @=""

    [{ECCDF543-45CC-11CE - B9BF - HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\

    0080C87CDBA6}]

    [HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\ {ef43ecfe-2ab9-4632-bf21-58909dd177f0}]
    @=""

    3D 'Drive' content registry key.

    [HKEY_CLASSES_ROOT\Drive]
    @= "Asema.
    "BrowserFlags" = dword:00000008
    "EditFlags" = d dword:000001 2

    [HKEY_CLASSES_ROOT\Drive\DefaultIcon]
    @= hex (2): 25, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 52, 00, 6f, 00, 6f, 00, 74, 00, 25,.
    00, 5 C, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 D, 00, 33, 00, 32, 00, 5 C, 00, 73, 00, 68, 00,------.
    65.00, 6 c, 6 c, 33, 00, 00, 00, 32, 00, 2nd, 00, 64, 00, 6 c, 00, 6 c, 2 c, 00, 38, 00, 00, 00, 00

    [HKEY_CLASSES_ROOT\Drive\shell]
    @= 'none '.

    [HKEY_CLASSES_ROOT\Drive\shell\find]
    "SuppressionPolicy" = dword:00000080

    [HKEY_CLASSES_ROOT\Drive\shell\find\command]
    @= hex (2): 25, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6 d, 00, 52, 00, 6f, 00, 6f, 00, 74, 00, 25,.
    00, 5 c, 45, 00, 00, 78, 00, 70, 00, 6 c, 00 6f 00, 72, 00, 65, 00, 72, 00, 2nd, 00, 65, 00, 78, 00,
    65,00,00,00

    [HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec]
    @= "[FindFolder (\"%l\ ', % I ')] ""
    "NoActivateHandler"=""

    [HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec\application]
    @= "Folders."

    [HKEY_CLASSES_ROOT\Drive\shell\find\ddeexec\topic]
    @= "AppProperties".

    [HKEY_CLASSES_ROOT\Drive\shellex]
    @=""

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers]
    @=""

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Advanced SystemCare]
    @= "{7C8D3E6A-13A6-4D8F-BF77-D267D0F9AC21}".

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\COMODOBackupUtility]
    @= "{FA66022E-2FE4-4A29-916C-84A0D8173FBB}".

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\CWDDriveMenuHandler]
    @= "{CCEFA845-DCDB-4A2F-8BED-DBE87CD198EC}".

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Eraser]
    @= "{BC9B776A-90D7-4476-A791-79D835F30650}".

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\GizmoShellMenuExt]
    @= "{AF859436-B9BD-4154-B594-2B8D1F4295A6}".

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Glary utility]
    @= "{72923739-5A47-40A3-9895-25AF0DFBB9E4}".

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\LavasoftShellExt]
    @= "{DCE027F7-16A4-4BEE-9BE7-74F80EE3738F}".

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Offline files]
    @= "{750fdf0e-2a26-11d1-a3ea-080036587f03}".

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\ReflectShellExt]
    @= "{DEBB9B79-B3DD-47F4-9E5C-EA6975BAB611}".

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\SDContextExt]
    @= "{70F8E90E-353A-47AB-B297-C576345EE693}".

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Sharing]
    @= "{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}".

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Symantec.Norton.Antivirus.IEContextMenu]
    @= "{FAD61B3D-699D-49B2-BE16-7F82CB4C59CA}".

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\ {59099400-57-11CE - BD94-]

    0020AF85B590}]

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\ {D6791A63-E7E2-4fee-BF52-5DED8E86E9B8}]
    @= "Menu of portable devices.

    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\ {fbeb8a05-beee-4442-804e-409d6c4515e9}]
    @=""

    [HKEY_CLASSES_ROOT\Drive\shellex\DragDropHandlers]

    [HKEY_CLASSES_ROOT\Drive\shellex\DragDropHandlers\Eraser]
    @= "{BC9B776A-90D7-4476-A791-79D835F30650}".

    [HKEY_CLASSES_ROOT\Drive\shellex\DragDropHandlers\WinRAR]
    @= "{B41DB860-8EE4-11D2-9906-E49FADC173CA}".

    [HKEY_CLASSES_ROOT\Drive\shellex\FolderExtensions]

    [HKEY_CLASSES_ROOT\Drive\shellex\FolderExtensions\ {fbeb8a05-beee-4442-804e-409d6c4515e9}]
    @=""
    "DriveMask" = dword:00000020

    [HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers]

    [HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\Sharing]
    @= "{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}".

    [HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\ShellExt]
    @= "{0B0D0025-9D78-43BF-84EF-6F308AC4D0CE}".

    [HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\ {1F2E5C40-9550-11CE - 99 d - 2]

    00AA006E086C}]

    [HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\ {596AB062-B4D2-4215 - 9F74-]

    E9109B0A8153}]
    @=""

    [HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\ {B 7988, 573 - EC89 - 11cf - 9 c 00-

    00AA00A14F56}]
    @=""

    [{ECCDF543-45CC-11CE - B9BF - HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\

    0080C87CDBA6}]

    [HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\ {fbeb8a05-beee-4442-804e-409d6c4515e9}]
    @=""

    It seems that I managed to solve the problem on my own. Did two things:

    1 set the registry keys determine programs associated objects 'Répertoire', 'Drive' and 'File' to the default values by using the settings found here: http://www.dougknox.com/xp/file_assoc.htm

    HKEY_CLASSES_ROOT\Directory\
    HKEY_CLASSES_ROOT\Drive\
    HKEY_CLASSES_ROOT\Folder\

    2. If you want to have permissions for group 'Users' to read all these keys in the registry. For some reason any access worked only partly for standard users.

    Not sure who finally solved this problem, but after I had finished 1. and 2. for the purpose of 'Record', by clicking on 'My computer' and any folder works normally for all users of the computer.

    I suspect that some recent installation of program which adds actions associated with these objects messed up the registry. Suspects are Norton Antivirus and dbPowerAmp.

    Thanks for the suggestions for this problem!

  • Using Windows Mail - how to make the smaller Options box so I can see the bottom and be able to act on it?

    Computer is a 32-bit Dell XPS * SP2 Windows Vista (Home Premium), Internet Explorer 9 Panda anti-virus

    Nothing new and NO change has been made.

    Using Windows Mail - how to make the smaller Options box so I can see the bottom and be able to act on it?

    Even when I hide the taskbar I always can't NOT see the background.  Thanks in advance for any help. It drives me crazy.

    Set your resolution to be higher.  Right click on your desktop, go to personalize, then choose the resolution down.  Set it to the highest setting.

  • How to reset audio after you click on the other buttons

    I have a slide with audio intro on the slide itself, and several buttons that, when you click on play other audio files. Everything works as it should, and clicking on a button again stops all other audio (such as configured in advanced action).

    My question is related to the audio reset when the user clicks on the button a second time. When I click a button, then click other, and then click new one, I would like to the audio back from the beginning. Currently the audio resumes just where she was off for the first time I clicked on the button.

    Any ideas on what to do?

    Ok.  It's weird.

    Well another thing you can try is to attach the audio clips on the timeline of the slide, objects that are hidden and just use the button actions that you want to DISPLAY these objects at the same time HIDE all other similar objects.  This means that when the object is shown it will play audio sound attached, but stop when hidden.

    See if that approach gets works as expected in cloud of SCORM.

  • LiveCycle forms empty after that the user fills out the information and records

    I created a number of forms in Adobe Livecycle in order to have the user fill in the form and save a copy with the filled content.  However, the content that the user entered is not save.  I tried to save the form in Reader version expandable, but forms still losing any content, the user entered when they are reopened.  I use Livecycle ss4 if that helps... Thoughts?

    Sounds like your form fields is not all data binding... but for a better answer, I must first see your form.

  • How can I add a separate apple for the iphone and ipad wife id

    How can I add a separate apple for the iphone and ipad wife id

    Hi, are the measures already implemented? If they are, you need to configure them again and establish a Apple ID at this time.

    Apple ID - Support official Apple

  • How do simulate you a right-click of the mouse on the touchpad?

    How do simulate you a right-click of the mouse on the touchpad?

    You open the Boot Camp Control Panel and put in place the pad to work how you want it to run. I have the lower-right corner of the touch pad as a right click.

  • How do one get my task bar to the bottom of my screen

    How can I put my taskbar to the bottom of my computer screen?

    How can I put my taskbar to the bottom of my computer screen?

    It is missing, or it did not move? If the latter: right click on the taskbar and unlock it. Left click on an empty spot and drag it down. Relock the taskbar.

Maybe you are looking for