Command object Delete() and CommandNum property issues

Hi,
FM11. I can't seem to get the Delete() method to work on commands, nor can I retreive the proper CommandNum property. For example:
cmd = DefineCommand(1111, "TestScriptCommand", "TestScriptCommand", "^q");
alert(cmd.CommandNum);
...the message box displays some other number, like 48 or something. Then, cmd.Delete() seems to have to effect, because the command stays active and remains on any menus where I placed it.
the Command() callback works OK. It properly executes on 1111 for the command.

Well, the following issue resolution is found in the v12.0.2 release notes, so maybe it was just a bug and is now fixed.
Unable to delete menus and commands through Delete() function.
(Ref# 3710541)
See FrameMaker Help | Adobe FrameMaker 12.0.2 ReadMe
Russ

Similar Messages

  • Problem in using JDBC Execute commands(Update & Delete Only) with af:Table

    HI Everyone,
    I have one issue with Updating and Deleting Row Data using JDBC Execute commands.
    Suppose In My Application i have two pages, in Page 1 I have Two Command Buttons(Delete and Save) and One Input TextBox to write the String to be stored in the Database. and Page 2 where the result Table is shown and table is binded with a ViewObject, Now When User Types some String in InTB and click Save then By Programmatically I'm searching, that string is already present in database or not, if it is already exist then Save button converts in Update button and instead of inserting it allows user to Update the String already exist in database.
    Everything is working fine but the problem comes when i put those all buttons on the same page where result table is present.After putting all things on the same page and When i click save button to insert new String it is Successfully inserting but when any of other action is performed like updating or Deleting the existing one.. then my application just hanged and then nothing I able to do.
    Please Help me to understand this problem and give me the solution for this..
    Thanks
    Fizzz...

    Hi frank,
    Thanks to reply me...
    I'm refreshing table's iterator on each command button's action to reflect the changed result... and i'm sorry i mentioned two pages in my project.. actually these are two forms in the same page..which conditionally changed its renderer properties.. its working fine when only one form is renderred and the otherside when both are rendered then it is not working.
    Hope this change will help you to understand the problem.. if something else you are looking for then please tell me..
    Thanks
    Fizzz...

  • Deleting and naming images

    As a relative newcomer to Macs I have two problems with iPhoto:
    1. Deleting images-After reading previous posts I am now able to delete
    unwanted images simultaneously from both iPhoto's library and from Finder (clicking
    Command,Option,Delete and then emptying iPhoto's Trash)
    However, before this I was deleting using iPhoto's Move to Trash and then
    emptying Trash. This has left a considerable number of unwanted images in
    Finder. Other posts have warned against meddling with these, can anybody
    tell me how to get rid of them safely?
    2.Naming images-I rename images using iPhoto's Batch Change, this works fine and individual file names
    change instantly in both Rolls and Albums. However, when I access images via
    Finder sometimes the names have changed and sometimes they remain as the
    original IMG_0112JPG eg. but there is no pattern to this behaviour as far as I can see. Can anybody explain this please?
    Any help would be greatly appreciated, thank you.
    intel imac   Mac OS X (10.4.7)  
    intel imac   Mac OS X (10.4.7)  
    intel imac   Mac OS X (10.4.7)  
    intel imac   Mac OS X (10.4.7)  
    intel imac   Mac OS X (10.4.7)  

    vendav:
    Yes, the behavior you're experiencing is definitely not what iPhoto is supposed to do. If you're using the normal iPhoto mode (not the alias method) if you delete a photo from the library it is deleted from the HD. Also renaming a photo in iPhoto should not change the name of any file in the iPhoto Library folder, not in the Originals, Modified nor Data folders.
    I suggest you use iPhoto Library Manager to rebuild you library. This leaves your current library untouched and creates an entirely new one. The see if the behavior you're experiencing continues. If not then it's the original library that's corrupted. If the behavior is the same then I'd first try a reinstall of iPhoto. Here's how to do the rebuild:
    Using iPhoto Library Manager to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your User/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File->Rebuild Library menu option
    In the next window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: It can take some time to create the new library if you have a lot of photos. One user reported that with a library of about 5,000 images it took about 12 hours so plan ahead.

  • Premiere Elements 11 - Delete and Close Gap has stopped working?

    Editing my music video. At 2:35:22 I can Delete and Close Gap OK but at the previous clip at 2:34:15 clicking on Delete and Close Gap will delete the video but won't close the gap! Any suggestions? It's Adobe Premiere Elements 11 and running Windows 8. Everything has been OK until now.

    John
    Thanks for the follow up. Glad that you completed your project successfully.
    The Delete and Close Gap issue relates to what is above or below the place where you want to delete and
    close gap. And, also as presented in the blog that I cited previously.
    When you are forced to do the manual delete and close gap, the dangers reside in disturbing the existing
    Timeline in doing so. For that we need to discuss the use of what are called keyboard modifiers as part of the move.
    The following link may help in that regard. I present it for informational and not promotional purposes
    Premiere Elements: Arranging clips on the Timeline using modifier keys | lynda.com - YouTube
    Best wishes as you move forward with your Premiere Elements projects.
    ATR

  • Cannot open itunes windows xp Have deleted and downloaded current version.

    itunes will not open, after upgrading. I have deleted and reinstalled same issue....any suggestions

    Restart computer
    Refer to following article to remove SC file(s):
    Win 7/Vista http://support.apple.com/kb/TS2363
    WinXP http://support.apple.com/kb/TS1776
    Then proceed to repair your Quicktime:
    Win7/Vista - Start > Control Panel > Programs n Features
    WinXP - Start > Control Panel > Add n Remove Programs
    Highlight "QuickTime" and click CHANGE then REPAIR

  • Problem creating a SQL command object and adding it to a Crystal report

    Hi,
    I'm trying to add the following SQL command object with the following sql for MYSQL 5.1
    SELECT lic.id, lic.productionname, comp.companyname, lic.paymentreceiveddate, lic.licenseissuedate,
    IFNULL((SELECT sum(licsong.feequoted) from licensesong licsong where licsong.licenseid = lic.id), 0) as totalfeequoted,
    IFNULL((SELECT sum(licsong.feetax) from licensesong licsong where licsong.licenseid = lic.id), 0) as totalfeetax,
    IFNULL((SELECT sum(licsong.feequoted + licsong.feetax) from licensesong licsong where licsong.licenseid = lic.id), 0) as totalfee,
    IFNULL((SELECT sum(pay.fullamount) from payment pay where pay.licenseid = lic.id),0) as totalpaid
    FROM license lic
    INNER JOIN company comp on lic.licensecompanyid= comp.id;
    This sql runs fine in the Query Browser of mysql and returns what I want.
    When I try to add this SQL command to a new Crystal Report, (by right clicking in the sql editor and selecting Crystal Reports - Add to new Crystal Report), it locks up my Eclipses and it ends up not responding. If I just do a simple SELECT * FROM license it works fine.
    The Eclipse I'm using is from the CR4E download page with the crystal plugin already installed.
    Any help with this would be greatful, as I am not having much joy with this CR4E 2.0 with MySQL and may have to scrap it and go back creating reports in Apache POI.
    Any help greatly received.
    Kind regards

    Hi,
    Try to select a particular columns instead of doing SELECT * FROM license.
    Thanks,
    Saravanakumar

  • Anybody had an issues with mail since upgrading to mountain lion? Can't get emails from one account, tried deleting and recreating but to no avail. Set up a new user and it works fine. Macbook pro 13" mid 2010 model.

    Anybody had an issues with mail since upgrading to mountain lion? Can't get emails from one account, tried deleting and recreating but to no avail. Set up a new user and it works fine. Macbook pro 13" mid 2010 model.

    Anybody had an issues with mail since upgrading to mountain lion? Can't get emails from one account, tried deleting and recreating but to no avail. Set up a new user and it works fine. Macbook pro 13" mid 2010 model.

  • I have Iphone 5 and have an issue with deleting part of the messages in Imessage conversation. The trash button is not displayed to delete part of the imessage. I see only delete all option. Is it a bug?

    I have Iphone 5 and have an issue with deleting part of the messages in Imessage conversation. The trash button is not displayed to delete part of the imessage. I see only delete all option. Is it a bug?

    Hi An Iphone user,
    If you are having issues deleting a specific message from an iMessage conversation (not seeing the Trash icon), you may want to double-check that you are following the steps outlined in the following article:
    How do I delete a message?
    To delete a message, tap and hold the message bubble, then tap More.
    Tap Delete All to delete all the messages. Or tap to select the messages you want to delete, then tap .
    After you delete a message, you can recover it only by restoring from a backup.
    Send messages with your iPhone, iPad, or iPod touch - Apple Support
    Regards,
    - Brenden

  • Deletion and creation of Configuration Objects using JAVA Transports

    Hi Guys
    I hope you guys can help me make some sense out this situation.
    We have 2 systems in the QA Landscape which shares the Integration Server, Lets call it SYS.A1 and SYS.A2. In the SLD both SYS.A1 and SYS.A2 have the transport track pointing to SYS.PROD as the Production Environment. In QA env. we have 2 receiver determination for these 2 systems. This means in the PROD Environment we will have One object(Receiver Determination) which represents connections from these 2 systems in the QA Environment. (In prod we have one system which represents both the system in QA).
    Recently there was a transport that came in from the QA env to PROD which contained a deletion of the receiver determination for SYS.A1 and modification of receiver determination for SYS.A2. So by the end of the transport we expected to see a modified receiver determination for the PROD environment, but what we found was the object that was there in PROD was deleted and nothing was modified.
    So Can you please tell me what the transport sequence is? is there a priority given to deletion over creation? Or is there some kind of versioning applied for Directory Object transport?
    I read from the forum that there is some sort of versioning applied on repository transport.. is it the same case here??? Any help in explaining this would be much appreciated.
    Thanks & Regards
    Prav

    I have to remove the monthly spread sheet every time
    and create a new spread sheet while executing the
    code. The problem is when I run the code the records
    inserted into same spread sheet along with the
    previous records. So I need to delete the excel file
    and create new one. I am using POI to create the
    spread sheet. ICan anyone help me on this? I am
    posting the code below.I don't think I want to read all that code. If you want to replace the data, you can remove the sheet and create a new one with the same name. HSSFWorkBook has methods removeSheetAt() and createSheet().

  • Windows 8.1 and IE11 - Critical Error: Object doesn't support property or method 'addEventListener'

    Our SharePoint 2010 sites don't work very well in Windows 8.1/IE11!!
    When opening list items or forms etc we get Critical Error : Object doesn't support property or method 'addEventListener'. It looks like it's possibly linked to InfoPath forms. Given that a large chunk of our users will probably be upgrading
    to Windows 8.1 as we speak this is slightly worrying!
    Has anyone else noticed this, or is it something to do with our deployment?  We're running SP2010 SP2 with latest CU.

    In older versions of IE, attachEvent is
    used to attach an event handler for some event on some element. But as per the update , starting with IE11, attachEvent is
    deprecated and you should use addEventListener instead.
    IE has included support for addEventListener from
    IE9 and above only. So if you still need to support IE8, I suggest you use some cross-browser library like jQuery to bind event handlers instead of vanilla javascript.
    As you're already using jQuery, you can bind events like below
    $('#yourElement').on('click', function(){
    // do something when you click on yourElement

  • I am using an early 2008 MacBook Pro and am having issues with it deleting text on its own (in word, emails, etc.). As I am typing it all of a sudden starts deleting and I can't stop it. What can I do?

    I am using an early 2008 MacBook Pro and am having issues with it deleting text on its own (in word, emails, etc.). As I am typing it all of a sudden starts deleting and I can't stop it. This happened once before and it was due to a buldging battery pressing on the track pad. I checked the battery and it appears to be fine. What can I do?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • TS1702 I'm not able to update Smurf's Village. Tried most of the things proposed on the net including restarting the iPad and trying syncing with the computer. Had a similar issue with another application. Had to delete and reinstall it, with all history

    I'm not able to update Smurf's Village. Tried most of the things proposed on the net including restarting the iPad and trying syncing with the computer. Had a similar issue with another application. Had to delete and reinstall it, with all history lost.
    Tried following up with the developer's instruction. Didn't help. Developer suggested contacting Apple if their instruction didn't work. Tried the various methods recommended on the Apple site. Same result.

    Telling is that you tried most of the things on the net doesn't tell us exactly what you did try, so we are all still left to guess .....
    Sign out of your account, restart the iPad and then sign in again.
    Settings>Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>Store>Sign in and then try to update again
    If that doesnt work - go to Settings>General>Date and Time - set the date ahead by a few months. Try to update again. If you get an error message of any kind - go back and change the date and time to automatic again. Then try again.
    If that doesn't work, restart your router and reboot the iPad.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • When do the Ripple Delete  and/or  Join commands become active?

    I have been using Soundtrack Pro for a while, but I have not been able to use the Ripple Delete and Joind commands. Under which conditions do these commands become available? Does the Ripple Delete command work like in FCP? I use ProTools, and I would love Soundtrack to include something like the Shuffle mode, in which removing a section on the Timeline would make the rest of the audio samples on that track move up.
    Is this possible? I know this can be done on the audio editor, but sometimes editing to picture requires doing this on the Timeline.
    Thanks in advance for the help!
    Powerbook G4/G5 1.8 GHz   Mac OS X (10.4.6)  

    Great tip Simon - but do you not find this a bit irritating - that you have to go through this extra process just to perform a ripple delete?
    The other point here, is that if you make two cuts in a clip, and then drag over the timeslice section, even with snapping turned on, it seems easy to me to not pin-point the edit in quite the same way that you do with a simple cut. By dragging over, if you miss the edit point by a fraction, you can end up ripple deleting over the cut you intended to make.
    Sadie does all this with so much more ease in my view... a lot quicker when doing very fast editing. I'm surprised that with a 'pro app' tag, apple haven't gone the extra few yards with STP. Doesn't quite cut it (in my view)
    Ant
    G5 2GHz dual, PowerBook G4   Mac OS X (10.2.x)  

  • I had a Microsoft tech access my computer remotely to resolve issues with my hotmail acct. There were files that needed to be deleted and he also changed some settings.   Later, when I tried to open InDesign I received the following error:  AMT Subsystem

    I had a Microsoft tech access my computer remotely to resolve issues with my hotmail acct. There were files that needed to be deleted and he also changed some settings.
    Later, when I tried to open InDesign I received the following error:
    AMT Subsystem Failure
    The licensing subsystem has failed catastrophically. You must reinstall or call customer support.
    I rebooted the computer and tried again:
    Licensing for this product has stopped working.
    You cannot use this product at this time. You must repair the problem by uninstalling and then reinstalling this product or contacting your IT administrator or Adobe customer support for help.
    I can access Acrobat and MS Office programs, it's just the CS3 programs that I can't access. Can I uninstall and then reinstall CS3 without an access (un-lock) code?

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • The verification lists my card data and address etc. correctly but I need to keep entering the card security number.  Support keep telling me to delete and re-enter my car info which does not help. Anyone else seen this issue?  Seems to be something to do

    The verification lists my card data and address etc. correctly but I need to keep entering the card security number.
    Support keep telling me to delete and re-enter my car info which does not help. Anyone else seen this issue?
    Seems to be something to do with a new security check they have put in the system that does not work correctly and support is totally incapable of helping me out.
    wth am i gonna do im feed up and on top i have no one to help me been calling itunes for days now im ****** off to the maxxx

    I've been jumping through the hoops with Apple Support on this issue....first time I called they said I should try updating from IOS 4.0 to 4.1....tried that and the issue still persisted...then I called back to update the ticket and get the next steps...they said that the Bank is rejecting the request for verification and that is why it keeps prompting (which doesn't make sense since the confirmation seems to go through successfully). The rep also contacted the iTunes dept and had them run the verify manually and said the bank rejected it. The next hoop they want me to jump through is calling the bank to verify that the account is in good standing and inquire about the rejected requests. I'm fairly certain the bank account is in good standing....will verify of course....but I find it hard to believe that all the people who have posted here, plus countless others that are experiencing the same issue but haven't, are ALL having banking issues in the last 24hrs...I'm more convinced there is a disconnect on the back end between iTunes and Financial institutions...
    I'm not sure I buy in to everything I was told...he also told me he has had several calls on this issue and they were all told to check with their banks. He could not verify that any of his past calls were resolved. Needless to say I'm not 100% believing everything he told me....weak response from Apple support on this issue so far.

Maybe you are looking for

  • T-CODE F

    Dear All, Can Anybody tell me the T-Codes to check the reports giveb Below. 1. Stock movement report - Opening, Receipts, Sales &   Closing - qty & value - for a given month 2. Store order fill rate - ordered qty Vs actual despatch Store order - pend

  • How do I install Firefox on my laptop? I'm running Linux.

    <blockquote>Locking duplicate thread.<br> Please continue here: [[/questions/859774]]</blockquote> I downloaded the new version of Firefox. The download put it in a folder on my desktop. Now what? How do I install it on the computer?

  • Preview Pane and broken link issues in CS2 for Mac.  Please help!

    I posted this a few days ago - but would love to have some insight on how we can resolve this issue When I am working on html documents, both old and new, I have lost all of the 'preview pane' buttons. I can still see and have access to the layout an

  • IS-Retail: Site Creation Best Practice

    Hi ! I have 3 basic questions on this topic: 1. In IS-Retail is a Site considered 'config' or 'master data'? 2. Do all sites need to exist in the golden config client, or is it sufficient to have only the DCs (and not the Stores) in it? 3. After go-l

  • File Import Failure, Error Message: The files has no audio or video streams

    I get this error when I am importing a files that plays a video on my computer.  It is a .mov. shot on an IPad, and the others were imported without an issue. Details about my system: HARDWARE: Dell Laptop Manufacturer: Dell Inc. Model : Latitude E54