Problem with reset button

Hi all

I have a form that has several fields. There is a reset button at the top of Page 1 of the form, which should erase/rest shape. But I have several checkboxes, which if some clicked on a few text fields / drop downs associated with, it becomes mandatory. Suppose that you click on the box-1 and the field TextField-1 associated to become mandatory. If the user clicks the reset button after clicking the checkbox (which makes the mandatory field) if the box is unchecked the rest then as mandatory field. How to get over with? I put the script in the change event as well as in the event click of the text box as there are has met conditions (assume that there are 3 check boxes associated with a text field and the field becomes mandatory if one of them is turned on) any help would be greatly appreciated.

Thank you.

Sidonie.

Hi Francine,.

It is difficult to say without seeing the shape, but a number of things:

  • Try to test against null as well.
  • Check the link in the box on page 1 that she has ' 1 'and ' 0'.
  • Check the object reference for the checkbox on page 1, for example another subform.
  • Use the JavaScript Console (control + J in the preview) to see where errors occur when you exit the textfield object.

I agree with the script to the exit event.

I have an aversion to the naming of the pages of design with a big 'P', because it is used for Master Pages, so I would generally use page1... on page5. This isn't the problem here, just a comment.

Good luck

Niall

Tags: Adobe LiveCycle

Similar Questions

  • Problems with reset toggle buttons that show/hide captions

    I have a problem with the buttons toggle that I use to show/hide a number of legends about a single slide of the reset. The rocker works very well on the first button when I click on and off to show or hide a legend. A simple click on and watch legend. One click off the coast and the legend disappears. However, if I leave a legend that is displayed and click on other buttons to show/hide the other legends, they do not show or hide in a single click. They require two clicks. It seems that something continues the read head after that first toggle is used until there is a second click. The same thing happens if I reset to enter action. If I click on a caption and leave it in place and move to another slide, it disappears when I re - get this initial slide. However, it requires two clicks, not one alone, to display the legend. I find it very strange; I learned most of my techniques from the Lilybiri blog, but this problem does not occur on his examples. I think I'm missing something obvious, but may not know what it is. Any help is very appreciated.

    if_aa.jpg

    else_aa.jpg

    reset_aa.jpg

    Yes, I use Cp6. What I wanted to say about re-use, is that I have different scenarios where a similar script could be used, if your suggestion of a model is a good. My original intention was to write it in a txt for reference. Thank you very much for all your suggestions and links. I'll keep you posted.

  • Satellite P300 - problems with the buttons of enlightenment

    First of all, I would like to apologize for my bad English, I'm French actually.

    Hi, I bought a laptop Satellite P300, a couple of days, and already I have a problem with tactile keys (one on top of the keyboard).

    Actually, the only one of the left, which is supposed to turn off the sound used to keep away the keys lights and Satellite logo. One day (and I don't know why), when I pressed her, she actually cut the sound. And now, the first two keys (mute and shortcut of windows media) do not work, but the other four (Media Player control).
    I tried Toshiba Assist, and the tool for the configuration of the pushbuttons (I don't know the English name of this tool) but I couldn't set the keys, they were not on the list "button name".

    So, does anyone have an idea how to solve this problem?

    I apologize again for my English.

    Hello

    I assume you are using Windows Vista because you bought the laptop a couple of days and so I think that you should try to reinstall the Toshiba value added Package. This package determines the buttons of the lighting that you mean and others (for example the FN keys too).

    The latest version, you can download the Toshiba site:
    http://EU.computers.Toshiba-Europe.com-online decision-making supported Downloads & => Download drivers

    1. download the latest PPV on the Toshiba site
    2. go in Control Panel > Add/Remove programs. Find the Toshiba value added package and remove it
    3. restart the laptop
    4. download and install CCleaner. This cool cleans up the registry of Windows and system files. He should find some registry keys of Toshiba you should remove with CCleaner.
    5 reboot the laptop
    6. install the PPV that you already downloaded
    7 restart once again

  • dv2120us problem with Quickplay buttons.

    Hi, I had a problem with my laptop. These are real (not the quickplay button) quickplay buttons but the game, mute, volume, keep buttons etc. to control themselves and increase the volume and mute itself randomly. I already uninstalled the driver of buttons quickplay but the volume and make everything always the same thing.

    Help, please! HP is certainly not helpful at all...

    You may have a hardware problem.

    However, before moving on to this conclusion, you try to reinstall the software of HP Quick Launch?

    If you have, it would be a hardware problem, try to reposition the ribbon cable, open Control Panel switch and re - adjust the ribbon cable.

    If you want to make yourself download HP Pavilion dv2000 Notebook PC Maintenance and Service of Guide

    You will find how to open the switch Board.

  • Problem with cancel button dialogue ADF

    Hello
    I am facing a problem with the dialogue ADF Cancel button. Is it possible to make the button "Cancel" immediately for dialogue? Currently, the Cancel button is not immediate for a dialogue (type: okcancel) and when the user clicks the Cancel button, validation messages are coming even if the dialog box is closed successfully. Any help is very appreciated.
    Thank you
    Rahul

    You can use a dialog box with only the OK button and put your own button cancel on the dialog box. This button, that you can assign immediately...

    Check "Using the buttons in custom dialog" to http://docs.oracle.com/cd/E17904_01/apirefs.1111/e12419/tagdoc/af_dialog.html

    Timo

  • AS3 problem with navigation button

    I'm going to have trouble getting this code works I've linked to a button I want to access this page within my current browser window can someone tell me what is the problem with this code and how to fix

    This is the error I getwhen I clicked

    TypeError #2007:perameter url must be non-null

    var url: String = ("http://www.google.com/'");

    google_btn.addEventListener (MouseEvent.MOUSE_DOWN, function (): void {})

    navigateToURL (new URLRequest, "_self") ;}

    );

    I'm officially withdrawing my brain for the day... added: evt:MouseEvent

    home_btn.addEventListener (MouseEvent.MOUSE_DOWN, downHandler);

    function downHandler(evt:MouseEvent):void {}

    navigateToURL (new URLRequest (url), "_self");

    }

  • have a real problem with linking buttons to pages

    Hello

    Right, I'm pretty new to Flash CS5 and doing a simple website in Action Script 3.0.

    I have set out four pages I want, and that you have created a button for each page on each page.

    I was told that a script simple stop stop pages acting as a movie.

    I entered:

    14:00


    Stop();

    function button1_clicked(e:MouseEvent): void {}
    gotoAndStop ("home");
    }

    function button2_clicked(e:MouseEvent): void {}
    gotoAndStop ("about");

    }
    function button3_clicked(e:MouseEvent): void {}
    gotoAndStop ("galleries");
    }

    function button2_clicked(e:MouseEvent): void {}
    gotoAndStop ("about");
    }

    Button1.addEventListener (MouseEvent.CLICK, button1_clicked);
    Button2.addEventListener (MouseEvent.CLICK, button2_clicked);
    Button3.addEventListener (MouseEvent.CLICK, button3_clicked);
    Button4.addEventListener (MouseEvent.CLICK, button4_clicked);

    He said cela and buttons to link to relevant pages.

    When I test the movie buttons start flickering and pictures...

    Please help it is frustrating!

    Thank you

    Chances are you have a problem with the code in your file.  Do you get any error messages?  You should because of the double function in code that show you.  You can't have two functions named button2_clicked.  The last should be button4_clicked and should probably go elsewhere...

  • Problems with the buttons (on the area of State/Hit)

    The site I'm getting is:

    http://www.RelicRockBand.com

    If you go to the "Biography" section, you'll see four links that work as buttons of reversal.  Now, if you go to the 'Media' section, you will see 6 links that do not appear to react correctly as buttons of reversal.  They fulfill their function, but it is difficult to get the button to appear in its "underline" in the State.  I don't know if it is a problem with the over State, the status of success or another problem with how I built the site.  If you want to take a look at this, go to:

    http://www.uvm.edu/~nmphilli/Relic_Website/Flash/Relic_Webpage.fla

    to get the FLA for the site.  The concerned items are nested as follows: in scene 1, on the content layer, label image 'Media' (frames, 16-21), you will find Media_Fader, where is Media_Content, in which are several buttons, each with getURL actions that are applied to them.  Any help would be fantastic!  Thank you!

    -Nic

    The question always involves using the textfield links.  Remove the textfields in all settings inside the buttons and your problems should go away.

  • Problem with double buttons on a form

    Hello-

    I have a single form with two buttons, currently named "Button1" and "Button2". The two buttons guide DW/php code by default to update the records in the database (in MySQL), but I want the page redirect after the update to be determined by which button was pushed.

    I use $_GET ['ButtonName"] direct action based on which button was used to send the form. Unfortunately, I can't redirect the page where I want.

    The code I use is:

    =======
    If (isset($_GET['Button1'])) {}
    $updateGoTo = "edit_onepage.php";
    } else {}
    $updateGoTo = 'account.php ';
    }
    ========

    If the user sends using Button1, I want that they passed to the 'edit_onepage.php '. If he submits using Button2, I want him sent to the 'account.php '. Unfortunately, no matter how I play with this code, the form is always to send 'account.php', whatever the button is pressed.

    Anyone can see what I'm missing here? Thanks in advance for your advice.

    Oops! Found my mistake. It works if I retrieve information button with ' $_POST ', not ' $_GET '. I'll leave this place in case someone else has a similar problem.

  • Urgent problem with reset

    Hi guys!

    I'm desperate! Last month, I have problems with my macbook pro... 10 times a day it restart itself with this message:

    Anonymous UUID: 83CA985D-2431-FAF3-292E-4575DF995555

    Wed Mar 16 11:22:14 2016

    Panic report *.

    panic (cpu 0 0xffffff7f9404dbd5 appellant): "panic GPU: 7f [< no >] 5 3 0 0 0 0 3: NVRM [0 / 1:0:0]: error 0 x 00000100 reading: CFG 0xffffffff, 0xffffffff, 0xffffffff, BAR0 0xd2000000 0xffffff912d741000 sControl-3.12.6/src/AppleMuxControl/kext/GPUPanic.cpp:127 P3/4\n"@/Library/Caches/com.apple.xbs/Sources/AppleGraphicsControl/AppleGraphic 0x0a5480a2, D0,

    Backtrace (CPU 0), frame: return address

    0xffffff911c3bac60: 0xffffff8010edf792

    0xffffff911c3bace0: 0xffffff7f9404dbd5

    0xffffff911c3badc0: 0xffffff7f91bebfa4

    0xffffff911c3bae80: 0xffffff7f91cb8add

    0xffffff911c3baec0: 0xffffff7f91cb8b48

    0xffffff911c3baf40: 0xffffff7f91f3da23

    0xffffff911c3bb0b0: 0xffffff7f91cdcb79

    0xffffff911c3bb0d0: 0xffffff7f91bf2cfd

    0xffffff911c3bb180: 0xffffff7f91bf0690

    0xffffff911c3bb380: 0xffffff7f91bf2141

    0xffffff911c3bb450: 0xffffff7f9352a6e4

    0xffffff911c3bb530: 0xffffff7f93527a13

    0xffffff911c3bb5b0: 0xffffff7f935285bb

    0xffffff911c3bb630: 0xffffff7f93528ddf

    0xffffff911c3bb770: 0xffffff7f9352983b

    0xffffff911c3bb8a0: 0xffffff7f9355b64f

    0xffffff911c3bb8e0: 0xffffff7f9355c3ba

    0xffffff911c3bb920: 0xffffff7f93555d0a

    0xffffff911c3bba90: 0xffffff7f93556601

    0xffffff911c3bbad0: 0xffffff7f93551e49

    0xffffff911c3bbb00: 0xffffff7f93535324

    0xffffff911c3bbb50: 0xffffff80114e3a92

    0xffffff911c3bbb80: 0xffffff80114e470a

    0xffffff911c3bbbe0: 0xffffff80114e1777

    0xffffff911c3bbd20: 0xffffff8010f9be20

    0xffffff911c3bbe30: 0xffffff8010ee3ef3

    0xffffff911c3bbe60: 0xffffff8010ec78a8

    0xffffff911c3bbea0: 0xffffff8010ed72e5

    0xffffff911c3bbf10: 0xffffff8010fbcd2a

    0xffffff911c3bbfb0: 0xffffff8010ff0a56

    Extensions of core in backtrace:

    com.apple.driver.AppleMuxControl (3.12.6) [44D361A1-4938-3AA5-9F73-9C909B66214B] @ 0xffffff7f9403f000-> 0xffffff7f94052fff

    dependency: com.apple.driver.AppleGraphicsControl (3.12.6) [1654475C-9A4B-386C-AFA8-0A530194A 2F9]@0xffffff7f94037000

    dependency: com.apple.iokit.IOACPIFamily (1.4) [5D7574C3-8E90-3873-BAEB-D979FC215A7D] @0xfffff f7f919b3000

    dependency: com.apple.iokit.IOPCIFamily (2.9) [F398CE94-0FBD-3E8E-A7AB-55F7F05A81ED] @ 7f9172c000 0xffffff

    dependency: com.apple.iokit.IOGraphicsFamily (2.4.1) [429C688E-8DDA-3D15-9C6E-6F3F4855C424] @0 xffffff7f91b3e000

    dependency: com.apple.driver.AppleBacklightExpert (1.1.0) [70C85E35-16FC - 3 B 76-A3B1-1862573201 3B]@0xffffff7f9403a000

    com.apple.nvidia.classic.NVDAResmanTesla (10.0) [05FC5D7E-BB0B-3232-BBBD-8A49B687 0D8B]@0xffffff7f91b95000-> 0xffffff7f91e0afff]

    dependency: com.apple.iokit.IOPCIFamily (2.9) [F398CE94-0FBD-3E8E-A7AB-55F7F05A81ED] @ 7f9172c000 0xffffff

    dependency: ffff7f91b85000 @0xff com.apple.iokit.IONDRVSupport (2.4.1) [ED747668-8718-3FB4-A4F4-2AC731D5B16F]

    dependency: com.apple.iokit.IOGraphicsFamily (2.4.1) [429C688E-8DDA-3D15-9C6E-6F3F4855C424] @0 xffffff7f91b3e000

    com.apple.nvidia.classic.NVDANV50HalTesla (10.0) [CA 56199, 6 - 3C8D - 3EBB - B5EF - 7B1B467 8ACF9]@0xffffff7f91e15000-> 0xffffff7f920c2fff]

    dependency: com.apple.nvidia.classic.NVDAResmanTesla (10.0.0) [05FC5D7E-BB0B-3232-BBBD-8A49B6 870D8B]@0xffffff7f91b95000

    dependency: com.apple.iokit.IOPCIFamily (2.9) [F398CE94-0FBD-3E8E-A7AB-55F7F05A81ED] @ 7f9172c000 0xffffff

    com.apple.GeForceTesla (10.0) [DA50BC06-3528-3E0F-9B77-6D0C2F6798F5] @0xffffff7f93 4fa000-> 0xffffff7f935c5fff

    dependency: com.apple.iokit.IOPCIFamily (2.9) [F398CE94-0FBD-3E8E-A7AB-55F7F05A81ED] @ 7f9172c000 0xffffff

    dependency: ffff7f91b85000 @0xff com.apple.iokit.IONDRVSupport (2.4.1) [ED747668-8718-3FB4-A4F4-2AC731D5B16F]

    dependency: com.apple.iokit.IOGraphicsFamily (2.4.1) [429C688E-8DDA-3D15-9C6E-6F3F4855C424] @0 xffffff7f91b3e000

    dependency: com.apple.nvidia.classic.NVDAResmanTesla (10.0.0) [05FC5D7E-BB0B-3232-BBBD-8A49B6 870D8B]@0xffffff7f91b95000

    Corresponding to the current thread BSD process name: WindowServer

    Mac OS version:

    15 D 21

    Kernel version:

    15.3.0 Darwin kernel version: Thu Dec 10 18:40:58 PST 2015; root:XNU-3248.30.4~1/RELEASE_X86_64

    Kernel UUID: DECC9F02-27D7-31F0-9599-A9EF2873902C

    Slide kernel: 0x0000000010c00000

    Text of core base: 0xffffff8010e00000

    Text __HIB base: 0xffffff8010d00000

    Name of system model: MacBookPro6, 2 (Mac-F22586C8)

    Availability of the system in nanoseconds: 1936048888071

    last load kext to 611757022641: com.apple.driver.AppleXsanScheme 3 (addr 0xffffff7f9419b000 size 32768)

    Finally unloaded kext to 671764055638: com.apple.driver.AppleXsanScheme 3 (addr 0xffffff7f9419b000 size 32768)

    kexts responsible:

    com Apple.filesystems.smbfs 3.0.0

    com.apple.driver.AudioAUUC 1.70

    com.apple.driver.AppleHWSensor 1.9.5d0

    com.apple.driver.AGPM 110.20.22

    com Apple.filesystems.autofs 3.0

    com.apple.driver.AppleOSXWatchdog 1

    com.apple.driver.AppleMikeyHIDDriver 124

    com.apple.driver.AppleHDA 272.51.3

    com Apple.Driver.pmtelemetry 1

    com.apple.iokit.IOUserEthernet 1.0.1

    com.apple.iokit.IOBluetoothSerialManager 4.4.3f4

    com.apple.driver.AppleUpstreamUserClient 3.6.1

    com.apple.GeForceTesla 10.0.0

    com.apple.driver.AppleIntelHDGraphics 10.0.0

    com.apple.Dont_Steal_Mac_OS_X 7.0.0

    com.apple.driver.AppleMikeyDriver 272.51.3

    com.apple.driver.AppleHV 1

    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.4.3f4

    com.apple.driver.AppleMCCSControl 1.2.13

    com.apple.driver.AppleSMCPDRC 1.0.0

    com.apple.driver.AppleSMCLMU 208

    com.apple.driver.AppleLPC 3.1

    com.apple.driver.AppleMuxControl 3.12.6

    com.apple.driver.AppleIntelHDGraphicsFB 10.0.0

    com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0

    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0

    com.apple.driver.SMCMotionSensor 3.0.4d1

    com.apple.driver.AppleUSBTCButtons 245,4

    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1

    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0

    com.apple.BootCache 38

    com.apple.driver.AppleUSBTCKeyboard 245,4

    com.apple.driver.AppleIRController 327,5

    com.apple.driver.AppleUSBCardReader 3.7.1

    2.8.5 com.apple.iokit.IOAHCIBlockStorage

    com.apple.driver.AirPort.Brcm4331 800.20.24

    com.apple.iokit.AppleBCM5701Ethernet 10.1.12

    com.apple.driver.AppleFWOHCI 5.5.2

    com.apple.driver.AppleAHCIPort 3.1.8

    com.apple.driver.usb.AppleUSBEHCIPCI 1.0.1

    com.apple.driver.AppleSmartBatteryManager 161.0.0

    com.apple.driver.AppleACPIButtons 4.0

    com.apple.driver.AppleRTC 2.0

    com.apple.driver.AppleHPET 1.8

    com.apple.driver.AppleSMBIOS 2.1

    com.apple.driver.AppleACPIEC 4.0

    com.apple.driver.AppleAPIC 1.7

    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0

    com Apple.NKE.applicationfirewall 163

    com Apple.Security.Quarantine 3

    com.apple.security.TMSafetyNet 8

    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0

    com.apple.AppleGraphicsDeviceControl 3.12.6

    com Apple.kext.Triggers 1.0

    com.apple.driver.DspFuncLib 272.51.3

    com.apple.kext.OSvKernDSPLib 525

    com.apple.iokit.IOSurface 108.0.1

    com.apple.iokit.IOSerialFamily 11

    com.apple.driver.CoreCaptureResponder 1

    com.apple.nvidia.classic.NVDANV50HalTesla 10.0.0

    com.apple.driver.AppleHDAController 272.51.3

    com.apple.iokit.IOHDAFamily 272.51.3

    com.apple.iokit.IOAudioFamily 204.3

    com.apple.vecLib.kext 1.2.0

    com.apple.nvidia.classic.NVDAResmanTesla 10.0.0

    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.4.3f4

    com.apple.iokit.IOBluetoothFamily 4.4.3f4

    com.apple.iokit.IOFireWireIP 2.2.6

    com.apple.driver.AppleSMBusController 1.0.14d1

    com.apple.driver.AppleSMBusPCI 1.0.14d1

    com.apple.driver.AppleBacklightExpert 1.1.0

    com.apple.driver.AppleGraphicsControl 3.12.6

    com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0

    com.apple.iokit.IONDRVSupport 2.4.1

    com.apple.iokit.IOGraphicsFamily 2.4.1

    com.apple.driver.IOPlatformPluginLegacy 1.0.0

    com.apple.driver.IOPlatformPluginFamily 6.0.0d7

    com.apple.driver.AppleSMC 3.1.9

    com.apple.driver.usb.IOUSBHostHIDDevice 1.0.1

    com.apple.driver.AppleUSBMultitouch 250,5

    com.apple.iokit.IOUSBHIDDriver 900.4.1

    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.7

    com.apple.iokit.IOUSBMassStorageDriver 1.0.0

    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.7

    com.apple.driver.usb.AppleUSBHostCompositeDevice 1.0.1

    com.apple.driver.usb.AppleUSBHub 1.0.1

    com.apple.iokit.IOEthernetAVBController 1.0.3b3

    4.5.8 com.apple.iokit.IOFireWireFamily

    com.apple.iokit.IO80211Family 1110.26

    com.apple.driver.mDNSOffloadUserClient 1.0.1b8

    com.apple.iokit.IONetworkingFamily 3.2

    com Apple.Driver.corecapture 1.0.4

    com.apple.iokit.IOAHCIFamily 2.8.1

    com.apple.driver.usb.AppleUSBEHCI 1.0.1

    com.apple.iokit.IOUSBFamily 900.4.1

    com.apple.iokit.IOUSBHostFamily 1.0.1

    com.apple.driver.AppleUSBHostMergeProperties 1.0.1

    com.apple.driver.AppleEFINVRAM 2.0

    com.apple.driver.AppleEFIRuntime 2.0

    com.apple.iokit.IOHIDFamily 2.0.0

    com.apple.iokit.IOSMBusFamily 1.1

    com Apple.Security.sandbox 300.0

    com.apple.kext.AppleMatch 1.0.0d1

    com.apple.driver.AppleKeyStore 2

    com.apple.driver.AppleMobileFileIntegrity 1.0.5

    com.apple.driver.AppleCredentialManager 1.0

    com.apple.driver.DiskImages 417.2

    com.apple.iokit.IOStorageFamily 2.1

    com.apple.iokit.IOReportFamily 31

    com.apple.driver.AppleFDEKeyStore 28.30

    com.apple.driver.AppleACPIPlatform 4.0

    com.apple.iokit.IOPCIFamily 2.9

    com.apple.iokit.IOACPIFamily 1.4

    com.apple.kec.Libm 1

    com Apple.KEC.pthread 1

    com Apple.KEC.corecrypto 1.0

    Model: MacBookPro6, 2, MBP61.0057.B11 of BootROM, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, MSC 1.58f17

    Graphics: integrated graphics card Intel HD, Intel HD Graphics,

    Graphics card: NVIDIA GeForce GT 330 M, NVIDIA GeForce GT 330 M, PCIe, 512 MB

    Memory module: DIMM0/0 BANK, 4 GB DDR3, 1067 MHz, 0x029E, 0x434D5341344758334D314131303636433720

    Memory module: DIMM0/1 BANK, 4 GB DDR3, 1067 MHz, 0x029E, 0x434D5341344758334D314131303636433720

    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, 0 x 93), Broadcom BCM43xx 1.0 (5.106.98.100.24)

    Bluetooth: Version 4.4.3f4 16616, 3 services, 27 aircraft, 1 incoming serial ports

    Network service: Wi - Fi, AirPort, en1

    Serial ATA Device: APPLE TS256B, 251 GB SSD

    Serial ATA Device: TOSHIBA MK5055GSXF, 500,11 GB

    USB device: USB 2.0 Bus

    USB device: Hub

    USB Device: IR receiver

    USB device: ISight built-in

    USB device: USB 2.0 Bus

    USB device: Hub

    USB device: USB Laser Mouse

    USB Device: Card reader

    USB device: Apple keyboard / Trackpad

    USB device: Hub BRCM2070

    USB Device: USB Bluetooth host controller

    Crush Bus:

    Can someone help me please?

    Thank you all!

    You have the misfortune to have a model identifier 6.2 MBP that GPU problems. There was a program of replacement card logic on these models, but that has expired.

    To resolve this problem, you can have the logic board replaced at your expense.

    As a temporary measure, you can download and install this application:

    https://gfx.IO/

    This will cancel the discreet GPU and run the MBP using only the built-in. This will result in a decrease in the graphics performance.

    Ciao.

  • Legend of failure with reset button

    I use 8 Captivate and have built many many drag and drop scenario, where I would use custom captions of your comments.  In the custom captions of your comments, I built the button "continue".

    2015-04-14_8-01-42.png

    2015-04-14_8-05-03.pngWhenever the user gets the wrong answer, I would like customized to display feedback and the button to reset the interaction - or at least get out and let the user press the reset button to try again.

    These are the settings I use.  Of course, the way it is set up now, there endless attempts, so the default legend does not appear.  I tried to go on the road to customize my legend of failure through the object style Manager, but could not figure out how to make the button work.  Any help would be greatly appreciated.

    Have you tried to use the actions of the object? Take a look on:

    Drag & Drop - Captivate blog tips

  • Problem with interactive buttons

    Hi all

    I seem to have trouble with interactive buttons.

    InDesign CS5 - Version 7.0.3

    I create a document with 2 pages (Pages face is checked).

    Add a text box to each page, Page it says "1" text box and two page says '2 '.

    Text box on page two I right click and select Interactive | New hyperlink Destination - Type: Page, Page: 2, Zoom adjustment: fixed

    On the Page, one I add a sample since the button panel button.

    I select the button and then display the button panel.

    I delete the default "Go To URL" action and add a 'Go To Destination' action using the event to "on release".

    When I preview the page in the "Preview" Panel, I click "Play" and that he can see the first page and the (large) button, but when I click on the button, nothing happens.

    Changes of mouse I have the mouse on the button, the button state changes rolling State... everything seems good, but it is not actually exercise the action of going to the next page.

    I tried the export in PDF and ensuring that 'Include bookmarks' and 'Référence' is checked so that ensuring that 'create PDF containing the tag' is checked, but the exported pdf file does not work the action!

    What I am doing wrong? It seemed so easy when I watched some video tutorials on how to do it.

    Any help would be appreciated.

    Thank you

    Andy

    You export to PDF (Print), by the sound of it, and the buttons do not work in Print PDF. Try to export to PDF (Interactive).

    And ID update for 7.0.4

  • Problem with the buttons 'Internet' and ' CD/DVD"on the Satellite X 200 - 22U

    Hello

    I use a laptop Toshiba Satellite X 200 - 22U with Windows Vista Home Premium.
    My problem is: I want to create an application to start with multimedia keys ('Internet', 'Disc'). I registered it with TOSHIBA, but the buttons ' CD/DVD' and 'Internet' do not work. In the TOSHIBA Assist Button Manager software, I see "¥" (yen mark) instead of the "------" (backslash) in the path field. I checked it in REGEDIT, where everything is OK, I see the path correctly. But these two buttons do not work. ' Play/Pause', 'Stop', 'Previous' buttons 'Next' work with Windows Media Player.

    Please, help to solve my problem!

    Thank you
    McLawrence

    Have you installed the latest version of Toshiba Assist?
    To do this, look on the Toshiba site and also check if there is a new BIOS.
    http://EU.computers.Toshiba-Europe.com-online decision-making supported Downloads & => Download drivers

  • Problems with the button "INSERT."

    Hello

    I have a problem in my homework. I need to do the following:

    "original numbers" table contains zeros. Let LabVIEW fill a table 'original numbers' by random integers from 10 to 90 at a rate 1 number/0.5 seconds by replacing each zero both from top down. (FACT)

    the user fills out 10numbers in a 'numbers inserted without doubt' table. The user then decides if it needs to change a generated number that he dislikes changing table "insert."

    Then he presses the button INSERT and a resulting table appears containing the items that the user has changed...

    This video could clarify:

    http://www.YouTube.com/watch?v=dDXo2ABqNM4

    The problem I face is the button INSERT. In the video, at the moment he is passed the program will continue until the last part.

    I enclose the vi. I think that there is no logical errors in the program except the INSERT box structure.

    Thank you.
    PS version is LabView2010; I get error when trying to save in the desolate previous versions.

    A.A.A. wrote:

    1. What does it mean to turn off automatic indexing?
    2. I did not understand why we used the palette table to remodel. What are the dimensions of the entry and exit? Very nice way how you did a length of 10 zero array. (I'll use when I guess that the solution to the problem of dimension.)
    3. Have you used the expectation of 100 ms to do not affect the performance of the computer or for another reason?
    4. How where you can link the table Palette not equal 'changed' numbers?
    5. Where did you get the button "replace"? I think that my button "insert" is the oppositeof he needs to do.

    Your code still has major flaws. Your questions are very basic, and I recommend doing a few tutorials.

    1. If wire you an array through a loop limit, the tunnel can have two modes (plain (solid square) or autoindexing (contains a small set of brackets)). In your case, you are autoidenxing the table 1 d, creating a 2D (two lines) table at the end of the first loop. You generate 10 x too much data! (create a KPI 10 x 10 on the 2D table to see what you actually do!). You can right click on a tunnel to switch between the modes of indexation. A simple tunnel carries the unchanged data in the table. A tunnel exit autoindexing, creates an array to a higher dimension, in your case a table 2D of a table 1 d with a new line by iteration. If you autoiindex one scalar value, you get an array of 1 d with a single element by iteration. A tunnel entrance of autoidexing does the opposite. If wire you a table 1 d to a loop FOR using autoindexing, you get a scalar by iteration and the loop FOR stops once the table runs out of elements. Is equavalent (with some differences) for wiring without autoidenxing, then using "index Board" with the index wired to [i] as you currently do. In your case, you should get the table 1 d since the shift of the first loop register, it has all the information (!) and autoidexing on the edge of the second loop off, and the result would be the same, except that you use only 10% of the memory.
    2. Once you are autoidexing to a loop limit, a number of loop iterations FOR will be determined by the size of the smallest table autoindexing. It would be a problem if you later want to modify the code to work on for example of 20 elements, because the other two tables in my code would force the loop to stop after 10 iterations. 'Resize the table' can be used for upholstery/trimming tables and in this case we are accommodating to the length on the main Board to ensure that the loop FOR does not stop prematurely. In your case, the berries to replace and switch are empty by default, if the loop would not turn at all unless you enter values. "resize the table" brings them up to the waist.
    3. Yes, you need a small wait inside the other case, or elsewhere in the while loop. Without delay, the essentially empty loop will turn millions of times per second, consuming all CPU in the process while doing nothing. No human can click a button with this kind of temporal resolution, so a wait 100 ms is not noticeable, but will fall CPU utilization to a negligible level. Your computer has dozens of processes running at any given time. Imagine how it would work if all programs would consume all CPU, they can possibly get?
    4. I compare two tables, and the result will be an array of Boolean. You are comparing only two scalars and you won't get a table. Also, you do not have the 'AND', because if the values are different, it must be true anyway. In your case, you will need to wear a similar table of Boolean in the table number, replacement of the elements as you go.
    5. A button is a button a button. There should be no difference. You can change the label text Boolean, default value, and mechanical action to match your needs.

    A.A.A. wrote:


    I had to initialize the tables full of zeroes but the way you did much simpler.  How to initialize them to zero? (where did you get the pallets? I've attached a picture clarifing my question.

    Here are the local variables. You don't need to find them in the palettes. Simply right click on a terminal and 'create the local variable '. Voila!

    (Local variables can serve as an indicator of reading or writing to a control. However, because they break the flow of data, you can generate dangerous racing conditions. They also force copies of additional data in the memory. Do not use them as "variables" in the text according to the code. Except for the interface initialization interactions and the user, they should be used sparingly and are rarely needed. In principle, my code has a theoretical condition because the order of operations is not determined between three sections of the code are independent. For example if the initializion would happen after the execution of the second loop, you will get an unexpected result. This will never happen in this particular case, but in other scenarios, it could be a problem.)

  • Problems with resetting Variables

    Hello

    I created a series of 5 questions with two possible answers - correct and incorrect. I created a variable for each, RunCorrect and RunIncorrect, and they have defined with a value of 0. In addition, I created a 3rd variable called EarnedShield. When the user clicks on the correct option, RunCorrect is assigned to 1 with an expression of RunCorrect = RunCorrect + 1, and EarnedShield is assigned to 1. If they click the wrong option, RunIncorrect is ranked 1. On the next screen, if RunCorrect is greater than or equal to 1, a badge is displayed. If RunIncorrect is equal to 1, then a "Sorry" message is displayed, and if EarnedCorrect is equal to 1, then a "Congratulations" message. When the user click on the next button, RunIncorrect and EarnedShield are assigned 0 'reset '.  It allows me to display a pictogram for each correct answer and no insignia for an incorrect answer.

    It works perfectly the first time through the series of questions. However, I have users need to be able to try again after that that they went through all 5 questions. Knowing that I have to reset the variables, I created a tip Action of "reset" to 0 with RunCorrect assigner assign with 0, set RunIncorrect to 0 and assign the shield won with 0. This is triggered when the user clicks the retry button.

    However, the variable does not re.

    Below is the breakthrough action that I am using "reset" of the variable - executed when the click on the retry button. PS, I also tried to run this action advances (less the slide jumping) on the entrance to the first slide of the series in question. No luck.

    Advanced ActionHelp.jpg

    Any help would be appreciated.

    I use the 6.0.1.240 version.

    Thank you

    Susan

    I suggest you look at if you have provided a way to hide the success and failure of messages after the first run through. You should use advanced conditional Actions to show or hide these messages.  Maybe you don't have not debugged correctly to the logic in these actions.

Maybe you are looking for