InDesign extension is not displayed when run via the option "Debug as".

InDesign extension is not displayed when run via the option "Debug as".

Hi all

I worked on an application InDesign Extension for a few months now. I am Member creative cloud. I FlashBuilder 4.6 + Extension Builder 2.1 (both licensed versions) and InDesign CS6 and CC installed on my machine. The application is targeted for InDesign CS 5.x and 6 CS and CC versions. So far, I've tested it via "run as" and "Debug as" options of the FB; and in time, I "export as" ZXP for internal versions.

I'm having two problems, do not know if they are related.

1. when I try to bundle manifest, it fails with the following error: (at first, I thought it was an installation problem, but I did another test project and bundle manifest works on that one)

Could not open the Editor: an unexpected exception was thrown.

Details:

java.lang.NullPointerException

at com.adobe.cside.ui.editors.pages.MainBundlePage.isPointProductSupported (unknown Source)

at com.adobe.cside.ui.editors.pages.MainBundlePage.createTargetAppSection (unknown Source)

at com.adobe.cside.ui.editors.pages.MainBundlePage.createFormContent (unknown Source)

to org.eclipse.ui.forms.editor.FormPage$ 1.run(FormPage.java:152)

at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:150)

at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:471)

at com.adobe.cside.ui.editors.BundleManifestEditor.pageChange (unknown Source)

at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1067)

at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:603)

at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:352)

at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)

at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)

at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)

at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)

at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2945)

at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2850)

to org.eclipse.ui.internal.WorkbenchPage.access$ 11 (WorkbenchPage.java:2842)

to org.eclipse.ui.internal.WorkbenchPage$ 10.run(WorkbenchPage.java:2793)

at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2789)

at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2773)

at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2756)

at com.adobe.cside.ui.popup.actions.CSIDEBundleEditorAction.run (unknown Source)

at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)

at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionI tem.java:584)

to org.eclipse.jface.action.ActionContributionItem.access$ 2 (ActionContributionItem.java:501)

to org.eclipse.jface.action.ActionContributionItem$ 5.handleEvent (ActionContributionItem.java:411)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)

at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)

at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)

at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)

to org.eclipse.ui.internal.Workbench.access$ 4 (Workbench.java:2494)

to org.eclipse.ui.internal.Workbench$ 7.run(Workbench.java:674)

at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)

at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start (FlashBuilderApplication.ja goes: 108)

at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLau ncher.java:110)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.jav one: 79)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)

at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

Here is my manifest file:

<? XML version = "1.0" encoding = "UTF-8"? >

< ExtensionManifest Version = "2.0" ExtensionBundleId = "ConnectXPress".

" ExtensionBundleVersion ="1.0.0"xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance ">

< author >

<! [CDATA [Swati Sisodia]] >

< / author >

< ExtensionList >

< extension Id = "com.pubpress.CXP.extension1" Version = "1.0" / > "

< / ExtensionList >

< ExecutionEnvironment >

< parameter Listehotes >

< host name = "IDSN" Version = "7.0" / >

< host name = "Clement POUPARD" Version = "7.0" / >

< / parameter Listehotes >

< LocaleList >

< Locale code = 'All' / >

< / LocaleList >

< RequiredRuntimeList >

< RequiredRuntime Name = "CSXS" Version = "2.0" / >

< / RequiredRuntimeList >

< / ExecutionEnvironment >

< DispatchInfoList >

< Id = "com.pubpress.CXP.extension1 extension" >

< DispatchInfo >

< resources >

< SwfPath >./ConnectXPress.swf < / SwfPath >

< / resource >

life cycle of the <>

< AutoVisible > true < / AutoVisible >

< / life cycle >

< UI >

Panel < type > < / Type >

ConnectXPress < menu > < / Menu >

< geometry >

< size >

< height > 520 < / height >

< width > 350 < / width >

< / size >

< / geometry >

< icons >

< Type icon = 'Normal' >./icons/normal_icon.png < / icon >

< Type icon = "RollOver" >./icons/rollover_icon.png < / icon >

< Type icon = "Disabled" >./icons/disabled_icon.png < / icon >

< Type icon = "DarkNormal" >./icons/dark_icon.png < / icon >

< Type icon = "DarkRollOver" >./icons/dark_icon.png < / icon >

< / icons >

< /UI >

< / DispatchInfo >

< / extension >

< / DispatchInfoList >

< / ExtensionManifest >

2. my other problem is, I recently changed the name of the project and the name of the application in the Menu, and since I did that, my extension is not displayed when I perform "run as" or "Debug as" Flash Builder. To enforce as / debug as, the code compiles and appears in the folder "bin-debug", the application is triggered, but when I navigate to Windows > Extensions, my extension is not present here. Although when I export as ZXP and install via Extension Manager CS 6 or CC, it shows my last extension in Windows > Extensions with the correct name.

Any help is very appreciated. Please let me know if I need to provide more information.

Kind regards

Swati.

I've solved both of my problems. And I thought I'll post for others.

First problem, where the manifest failed Bundle of FlashBuilder, was resolved by a change in the manifest.xml (who lives at /.staged-extension/CSXS). The change I made was tag. Earlier it was (generated by FlashBuilder 4.5):

I changed it to:

I did a bit of hit and trial and it seems that FlashBuilder generated 4.5 tag host with the Version with only the specialties of the minimum version while FlashBuilder 4.6 requires that all versions of specialties listed in the Version attribute.

The second problem of debug/run as not to install the extension properly in InDesign, has been set as a result of the software update of FlashBuilder.

This is what brought me to do:

I retraced my steps and realized last thing I did before the "Debug as Adobe InDesign Extension" of in FlashBuilder broke on my machine has been updated InDesign CS6 to the latest available version, which probably ended up with flash/flex versions of InDesign and FlashBuilder. Therefore, perform a fixed update debugging.

Tags: Creative Suites

Similar Questions

  • Acer toggle display does not display when you use the Fn + F5 key secret on my Acer Aspire 5560

    What it does:

    When you use the Fn + F5 key combination on my Acer Aspire 5560, it brings up a screen changes on the laptop screen for the selection of an external monitor, I am currently using Windows 7 Ulitmate

    Before the problem:

    Display mode switch Acer existed prior to the upgrades of the drivers

    The problem:

    The toggle screen Acer does not display when you use the Fn + F5 key secret on my Acer Aspire 5560?

    Additon Information needed to solve the problem or any other information:

    I would like to know what driver or software operates the Acer toggle display Mode?

    Also where can I find this driver for computer: Acer Aspire 5560 to bring this Acer toggle display Mode function?

    Acer Toggle display Mode: this is a picture of it when you use the Fn + F5 combination:

    Thank you very much Ironfly Ace, it has worked Acer hero of the day

  • ACCEPT/GUEST don't is not displayed when running!

    I have a small sql script, I want the user to be able to run; Is a lookup table for "valid". The table has about 1000 lines, but users don't need to see the relevant lines for them. I wrote a script that works, but my speech ACCEPT/GUEST does NOT; Although the script stops. I do a few beforhand 'SET' command, so I wonder if they prevent the display?

    Here's the gist of base of my script:

    ~~~~~~~~~~~~~~~~~~~~
    ALTER session set current_schema = test_table;
    set pagesize 100;
    COLUMN FIRST_NAME FORMAT A15
    COLUMN LAST_NAME FORMAT A25
    SET LINESIZE 120
    SET TRIMOUT ON
    TRIGGER TAB
    SET VERIFY OFF
    ACCEPT ID_CODE PROMPT "enter the identification CODE: '"
    COIL /local/dir/Output.txt
    SELECT ID, FIRST_NAME, LAST_NAME, DESCRIPTION, CODE
    OF THE TEST
    WHERE CODE AS ' & ID_CODE
    ORDER BY CODE, NAME, FIRST NAME
    /
    SPOOL OFF
    output

    I have a Csh Script Unix which is essentially:
    Black - bg/usr/dt/bin/dtterm /local/dir/Code.bat EI - fg Green
    / usr/dt/bin/dtpad /local/dir/Output.txt &

    The Code.bat looks like:
    $ORACLE_HOME/bin/sqlplus $USER@TEST_SCHEMA @/local/dir/Code_Lookup.sql

    When the Unix script runs, it opens a window that runs from sqlplus. It then the guests of password: and stops (an empty guest)

    If I return the value, the script works, but I have never see the swift current of the ACCEPT/COMMAND prompt.

    If I move the ACCEPT/PROMPT order AFTER order of the COIL, it does not change the entry, but puts the guest of orders and the value in the hold file (which is handy!)

    How can I get the prompt to display?

    Thank you

    Kevin

    What happens if you add:

    set termout on;
    

    ?

  • VMDK is not displayed when you add the drive but shows on browse the data store

    This may be a simple solution but my forehead hurts to hit my head against the wall and need your expert help.

    Environment: running ESX 4.0 with 4 nodes in the cluster.  Each node in the cluster has only one HBA card with double fiber connections that connect to both sides of FC SAN.  There is not a fiber between nodes and SAN switch, so direct connect.  Built two systems to support Exchange 2007 using the CCS.  Using a FC SAN to shared disk space and iSCSI for disk space not shared.

    Problem: have added 5 player glow spaces on System #1 using RDM and they appear.  Try to load the same readers in the System #2.  I am able to load 4 readers in the System #2 but the 5th disc (which is in fact the reader 3rd in the series) refuses to show when I added the player.  The change settings - & gt; Add Hard Drive - & gt; Use the existing - & gt; Open the data store and the folder where the virtual machine from the system files and the folder where the LUN mapping lie as they are stored with the system.  But at the opening of this file the LUN mapping in question is absent.  All others appear.  However when I right click to browse the data store outside of the settings and go to the folder where the LUN mapping for the virtual drive and it appears.

    Attempts to resolve:

    (1) have removed the drive and delete system #1 data store and we readded to the system = & gt; nothing.

    (2) removed the disk without delete system data store #1 and it added (thus creating two virtual disks in the file for the system to the same LUN... xxx_3.vmdk and xxx_7.vmdk) = & gt; without success.  (xxx_3.vmdk, nor xxx_7.vmdk appear when trying to add a player)

    (3) tried to use a system not intended within the CSC Exchange cluster, attemtped to add the xxx_3.vmdk or xxx_7.vmdk and both appear as an option.

    I am at a total loss.  Do I need to trash the system no. 2 and rebuild?  Is there a problem of possible system configuration #2 that does not allow him to see the two virtual drives?  The #2 system configuration is corrupt?  Do I have to power System #2 power on and off and then try to add readers?  I can the virtual cycle vCenter system?  Or I am much more of a noob that the answer is with myself and I can't see it?  Any help would be welcome.

    When you want to use RDM on hosts, please make sure lun the same number on hosts.

    for example you have assigned the lun 3 host A storage, make sure that it is also the lun 3 to host b.

    Let me know if it does not

    Binoche, VMware VCP, Cisco CCNA

  • the mouse movement is not displayed when you preview the project and after publication

    I missed a step when you change a demo of simulation? Here's the problem:

    When I edit in the timeline of a slide, I can move the appearance of the mouse movement and change the length of its duration; I can click on "show/hide elements" for the mouse, the text caption and select box to show or hide in the slide.

    All the changes reflect in preview > play Slide. But in preview > project or preview > in the browser or publish it to any format, except for the presence has changed and the duration of the movement of the mouse shows, others seem out of my control: 1) no mouse movement; (2) the pointer still displays its final position on the slide since the beginning of the slide; (3) the hidden nail box appears.

    That's happened?

    I come off some defect? Where is it?

    Thank you!

    Your question is not quite clear to me, but this sentence "I can click on" show/hide elements "for the mouse, the text caption and select box to show or hide the slide." is ring a Bell! Have you used the "eye" icon in the timeline panel to "hide" the objects? That is not intended to hide the version published, only to temporarily hide for editing purposes, have has too many objects on the slide. If you really want to hide an object permanently, so it does not appear after the publication or during a preview (play Slide is not a preview, is also only for editing, synchronization) you must use the 'other' "eye" icon you will find at the top left of the properties of this object Panel. Quite confusing to have twice the same button to completely different purpose (there is even a third version in Drag Drop & who still has another feature, just hide the links in the D & D).

  • can not print when connected via the Explorer 9.0

    I have a repeated error whenever I try to print something when you are connected to internet through "Explorer 9.0. The error causes a window pop up offering two choices to try again or close the program (which disconnects you). I encounter this problem on my desktop in windows vista.

    The details of the error are:

    APPCRASH

    iexpiore.exe 9.0.8080.16413

    404ceab

    kernel132.dll

    6.0.6002.18005

    49e037dd

    eo6073630003fbae

    OS 6.0.6002.2.2.0.768.3

    Loc id 1033

    d68e

    etc, etc...

    Suggestions:

    1 repost to IE 9 forum:
    http://answers.Microsoft.com/en-us/IE/Forum/ie9beta?page=1&tab=no
    Note: for now he insists IE9 beta on the forum. Right after your question here.

    2 uninstall IE9 and the Franck will return itself automatically return your previous version of IE.
    (Assuming you are using Vista) Start button > in the search box, type programs and features > press enter > column on the left, click View Installed Updates > wait for it to load > scroll down the path until you find Windows Internet Explorer 9 > right-click on it, click on uninstall.

  • elements on the page do not set when called via the hyperlink in graphics

    Hello to anyone who can help me on this thorny issue,

    I have a barchart on one page (page 39), where if you click on the bar graph, open the page 40 and variables are placed on the elements of page 40. variables depend on what bar was clicked. somethiing looks like this:

    Select ' F? P = 102:40 :'|| : APP_SESSION |': NO::P40_DATE, P40_JAHR :'|| TO_CHAR (reference, 'yyyy.mm.dd') | ',' | link to_char (reference, "yyyy"),
    TO_CHAR ("reference, ' dd.mm.yyyy"),.
    Avg_mips
    go... a few sql queries...

    It works usually - BUT, once in a while, good page, but the elements have the value NULL.
    only when I press F5 to refresh the page, the variables pass correctly for items and the appropriate query is made...
    After a few tests, it seems to happen when I click on fairly quickly. quickly return to page 39, a new bar and click on I'm back on page 40.
    If I do this slowly, maybe wait a few seconds, it works in general.

    for example, the URL looks something like this:
    http://Daidalos:7777/pls/Apex/F?P=102:40:2118535974571692::no::P40_DATE,P40_JAHR:2008.12.16,2008
    -I know that the variables are correct when I look at the URL
    -However, the new graph page 40 shows null values, and a click on the button 'session' confirms that items are null!
    -Once I press F5, the URL is the exact same onle, items are now "refreshed" and appropriate treatment can take place.

    so, can someone tell me what is happening here and how can I avoid this?
    the elements are defined as 'hidden' (unprotected). There is no calculation or the default settings for elements, and they are not reset to null at any time.

    Kind regards
    Mike

    Mike:

    Validations are those interpreted by the SPECTACLE of the APEX and ACCEPT the process.
    The idea here is to force a 39 page ACCEPT and then see HER return the table on page 40.
    This is achieved by replacing the graphic link to a redirect by a form submission followed of a branch on page 40.
    Thus, Javascript must be on page 39 and the part on page 39 must specify page 40 as target. You will need to do P40_DATE and P40_JAHR hidden items from page to page 39 so JS can set values for these.

    CITY

  • The files are not appear when I use the option on the applications tab in itunes file sharing

    Cannot get files on my iPad using this method

    Hello

    On your iPad, you see the files in the local files section in the application Acrobat DC?

    In iTunes on your desktop, if please scroll down at the bottom of the screen applications and select Adobe Acrobat from the screen, as shown in the following FAQ document file sharing.

    How to back up and restore PDF documents on iPad/iPhone using iTunes

    You can disconnect the cable and reconnect it.

    If the problem persists, I would recommend visiting the Apple Support for answers.

    iPad - iCloud and iTunes - Apple Support

  • Reinstalled dreamwever cc and now my extensions are not displayed. Any ideas? PS when I open the extensions manager that they are there

    Reinstalled dreamwever cc and now my extensions are not displayed. Any ideas? PS when I open the extensions manager that they are there

    Hi the solution was that I had to reinstall all extensions, then they came. Thank you

    Sincerely

    Dennis Handa

    DHManagement and PR

    www.agentezsite.com

    www.businessezsite.com

    www.flarren.com

    www.keysluxuryliving.com

    321-956-4003.

    2601 Reed Avenue

    Melbourne, Fl 32901

  • File extensions are not displayed in my windows Explorer

    I use Windows XP SP2. Since I do on this specific computer software development, being able tp see file extensions in my window of the Explorer would be very useful. I already tried the standard tool > Folder Options > view tab > show the file extensions for known file types to achieve this, but it does not display the extensions.

    It is a big problem for me because when I need to do something with executables of the application that I've done, I have to guess which file is good.

    Does anyone know why my file extensions are not display? Logan Young, hopeful MCPD Web Developer

    You must determine if the computer is really clean. I like Avira, but antivirus programs are not designed to catch non-viral malware. Do preparatory work to get rid of temporary and Temporary Internet Files, describes the relationship I have everything first you gave (and repeated below for convenience), then run MBAM.

    http://www.elephantboycomputers.com/page2.html#Removing_Malware

    Another thing to check - after the computer is really clean - if the problem occurs in a different user account. You will need your colleague to create a test account in the server, then the one on your computer. MS - MVP - Elephant Boy computers - don't panic!

  • SGV item is not displayed when downloaded html

    Image SGV referred to as in http://motorimageworks.com/Gav/index.html is not displayed when all edge generated files are downloaded to--and yet it works fine when all the edge files are read on the local hard drive.

    The code was generated with Edge and remains raw - it is a simple document with a layer of SGV any

    In the meantime - the raw SGV works when played directly on the server ("describes" text from illustrator) - http://motorimageworks.com/gav/images/for.svg

    All things being equal - when we have included GIFs layer in the same file, gif displays fine in line while svg is not there - so it can't (I think not) be a simple relative or absolute for issues of image path. Naturally, the SGV may be displayed but without black fill I guess but why would it only when it is on a www server.

    I'm stumped and would have thought that Edge would not need tweaking on such a file but even if we would like to play with such things far so suggestions or of the popular workarounds.

    Thank you

    Hey Gav,

    In the post below, Schrene explains how to enable SVG support via a .htaccess file:

    http://forums.Adobe.com/thread/994839?TSTART=30

    To quote Schrene:

    You only see your s on Go Daddy SVG because they do not support of SVG MIME type.

    You must add a file .htaccess on Go Daddy to include SVG

    Use Notepad and disable Word wrap... copy and paste this:

    AddType image/svg + xml .svg day

    AddEncoding x-gzip day

    Save the document with the .htaccess

    Place it in your root directory of sites

  • JPG files is not displayed when I put them in Dreamweaver CS5

    HEY people: I've been a user of Dreamweaver MX for the years running on Windows XP and the Suite CorelDraw 12.  I loved.  Never had a problem.  The hard drive is dead and I was forced to buy a new, and I am now under Windows7 I hate with passion.  I also had to upgrade to Dreamweaver CS5 and CorelDraw X 5 because none of the programs were compatible with Windows7.  Sorry about that.

    My problem is all of a sudden, the CorelDraw files that I export to jpg in my web directory are not displayed when I place a placeholder image on the page.  I drag the target to the file and the icon changes to a broken image rather than the file appears as it would normally.  I can change the image to a png file and it will appear, but I didn't do anything the jpg appear.  First of all, I thought it was some kind of permission problem, because the jpgs in the directory all have liitle gold padlock icon in the lower left corner.  I can make these go away with a complicated set of clicks on the page permissions for the directory, but that does not appear on the page.  I have no idea how to deal with this.  I'm pulling my hair out because I got hundreds of graphics files on the site and moat of them will not be displayed.  any ideas would be greatly appreciated.  Thank you.

    Post a link to one of your jpg images.

    Most of the browsers cannot render CMYK images.  They should be RGB.

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • Under TOOLS/Account Settings / your name / what I chose for "your name" is not displayed when you send an email. What should do? Thanks, paul

    Question: Under TOOLS/Account Settings / your name / what I chose for "your name" is not displayed when you send an email. What should do? Thank you! Paul

    This looks like a problem with your email service, not with Firefox (or Thunderbird).

    It is possible that you need to set the name sent by logging into your webmail account online (e.g., Yahoo! Mail or Gmail). Web e-mail providers like these often put sending appoint themselves, ignoring the settings of your email client.

    Unfortunately, since it is not a matter of Firefox you're unlikely to get help on these forums. I suggest that you find the support site for your e-mail provider, as they should be much more useful.

  • IPod 160 GB abruptly stopped, the search results display when connected to a PC. If any song name is typed into the search, it does not display this song while the song is in the Ipod.

    IPod 160 GB suddenly stopped, view the results of a search when it is connected to a PC. If any song name is typed into the search, it does not display this song while the song is in the Ipod. Simply, it displays "no record found".

    Click the magnifying glass in the search box and make sure the entire library search is not checked.

    TT2

  • keyboard Microsoft creator - get a message that says: some features are not available when running on versions of windows prior to windows vista

    I installed the microsoft keyboard layout creator, but when I start the program I get a message that says: some features are not available when running on versions of windows prior to windows vista, I checked if my computer is compatible with the system requirements before downloading the program, can someone please help, thanks

    What functions are supposedly missing that you need?

    This?
    http://msdn.Microsoft.com/en-us/goglobal/bb964665

    Maybe you should have got version 1.3 instead?  (http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=21476)

Maybe you are looking for

  • How can I disable the double click to a new tab in Firefox?

    I just installed the latest version of Firefox, and now I'm faced with a new problem. When I try to open a new tab I click twice on the top bar, and it's annoying me. I used to open a new tab by clicking on an icon next to any tab and now this icon i

  • Q2681A cannot replace Q2671A?

    I have a HP Color LaserJet 3500. I bought the HP Color LaserJet print cartridges not correctly: Q2681has Q2682has Q2683has that come from the Color LaserJet 3700. Can I use in my Color LaserJet 3500, which uses Q2671A,72A Q26, Q2673A 81, 82, 83? Than

  • Can't see the data partition after restoring the system

    Hello. I had installed Windows 7 on my computer and I had two operating systems of windows operating system. And I wanted to boom volume but I couldn't and I downloaded a program and crashed my both operating systems. And after that I used the hp rec

  • Sharing of password does not

    THIS IS A REPOST...I have two computers at home, ZM001 and ZM002.  I recently had to reinstall the operating system (Windows 7 Professional, 64-bit) on ZM002. I still have my files and personal folders on ZM002 targeted to the personal folder on ZM00

  • Actions / image processor ps6 Q.

    Hi guys, just have a few questions,1. can I use actions "remove watermark" of several images using image processor to perform this action.2. can I do the same thing with multiple images background removalTy nicely! Dale.