Flex Skin Design Extension

Downloaded both the Flex Skin Design Extension for Flash and Fireworks CS3.
After installation, I see two extensions in the extensions Manager.

Works of Flash CS3 and I can create a new document from the Flash Templates.
Fireworks CS3 seems not installing anything and is not listed in the menu commands in Fireworks as explained in the documentation:
Access control commands > Flex Skinning > new Flex skin / Export Flex Skin

I'm on Windows Vista 64-bit.

Since I don't have any errors during the installation of the extension, I assume that files are move or something.

Kind regards
Muzak

Hi Muzak,

I was just able to reproduce the problem here, when I have not installed the extension as an administrator. To install it as an administrator, you must set the property on the Extension Manager executable itself:

1. go to the Extension Manager installation directory - is the default location:
\Adobe\Adobe C:\Program Files (x 86) extensions Manager
2. right click on the Extension Manager.exe
3. click on the Compatibility tab
4. under privilege level, check run as administrator

You'll probably want to remove the previous installation of the extension before reinstalling:

1 double-click on the MXP file
2. click on not for the dialog box "do you want to replace it...?
3 file > remove extension

Now you should be able to install properly by double-clicking the MXP file again.

Hope this helps,
-Rebecca

Tags: Flex

Similar Questions

  • The help of illustrator to create flex skins

    Hello

    I want to create a border with only the top right and bottom right corners. I had read somewhere that I can create the image in Adobe Illustrator, somehow use the code in the mxml for this container of border skin (by using the < path > tags). No idea how to go on this subject? Help, please!

    In addition, how to import psd images .psd files IE in a flex project 4?

    PS: If you have Flash Catalyst, you can transform your Illustrator in real MXML graphics. It is very nice.

  • Bug - Flex Skinning programmatic!

    I think I found a bug in programming Skinning in Flex.

    Whenever I put the 'borderSkin' property to a custom skin class, flash player is suspended in all browsers, the peaks around 95% and memory CPU is consumed quickly.

    After waiting for about 10 minutes, I get the following...

    [SWF] C:\Documents and Settings\Chris.Simeone\My Documents\Flex Builder 2\Skinning-Lessons\bin\gridBorders-debug.swf - 408 071 bytes after decompression
    undefined
    at mx.core::UIComponent/getClassStyleDeclarations() [C:\dev\GMC\sdk\frameworks\mx\core\UIComp onent.as:6810]
    at mx.styles::StyleProtoChain$/mx.styles:StyleProtoChain::addProperties() [C:\dev\GMC\sdk\fra meworks\mx\styles\StyleProtoChain.as:142]
    at mx.styles::StyleProtoChain$/mx.styles:StyleProtoChain::addProperties() [C:\dev\GMC\sdk\fra meworks\mx\styles\StyleProtoChain.as:173]

    (FYI: the previous error line is repeated 191 times)

    I tried to trace my custom skin class (by setting breakpoints), but none of the code fires never - the debugger never goes into the code.

    When I remove this line in my CSS file - borderSkin:ClassReference('GridBorders'); - the application works very well.


    To test this situation, I got further the example at the bottom of this page and the same error occurs. Note that he that is put on the property of "borderSkin' on the tag VBox.

    I tested other examples of programmatic skinning using upSkin, downSkin, etc., and they all work very well. I have this problem when assigning to a skin class to the property "borderSkin.

    Someone please confirm this is bug? I followed the recipe of skins by program to the letter.

    Thank you
    Chris Simeone

    That's all. I was able to set the BorderStyle attribute in and now draw the borders.

    Rvollmar good work! Thanks to you and your friend.

    Chris

  • DefaultButton of Flex skin problem

    I created a custom button skin,
    and put my css to use for all buttons ignition:
    s | Button
    {
    skinClass: ClassReference('components.) PinPointButtonSkin');
    }

    It works fine, except when I have one of these buttons assign to defaultButton it is the container:
    defaultButton = "{myButton}.

    Then the skin is not applied.

    Please point me in the right direction of what Miss me.

    If a button is a defaultButton then it will be assigned the stressed styleName.  The default focus style affects the spark.skins.spark.DefaultButtonSkin button skin.  You can customize via CSS:

    Button.emphasized

    {

    skinClass: ClassReference ("MyNewButtonSkin");

    }

  • Complex issue of Flex application design

    I'm new to Flex and just started working on a retail online store application.
    However, I came across a problem and I'm stuck.

    Here is the structure of my application:
    I have an application file - Main.mxml and
    two modules - LoginModule.mxml & MainModule.mxml files
    and I load the module LoginModule.mxml by default and after a successful login, load MainModule.mxml


    The MainModule.mxml has a sample of flexstore similar viewstack
    and contains the elements of the view - Home.mxml
    Products.MXML
    ... etc.
    The Products.mxml's filter section, product catalog, shopping cart Panel
    (similar to ProductsView.mxml in the flexstore sample).

    Here's the question:
    Whenever I click on a control (checkbox, combobox.. etc) in the filter Panel
    I get an error message, as shown below:

    The box can be found here:
    TypeError: Error #1009: cannot access a property or method of a null object reference.
    at mx.managers::PopUpManager$/addPopUp()
    at mx.controls::Alert$/show()
    at mbzprodsView::ProductCatalogPanel/filter()
    to GroceriesView / __filterPanel_filter)
    at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()
    at mbzprodsView::GroceryFilterPanel/::dispatchFilter()
    at mbzprodsView::GroceryFilterPanel/__cbBreadRoti_click()


    For Combobox, click:
    TypeError: Error #1009: cannot access a property or method of a null object reference.
    at mx.managers::PopUpManager$/addPopUp()
    at mx.controls::ComboBox/::getDropdown()
    at mx.controls::ComboBox/::displayDropdown()
    at mx.controls::ComboBox/mx.controls:ComboBox::downArrowButton_buttonDownHandler()
    at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()
    to mx.controls::Button / http://www.adobe.com/2006/flex/mx/internal::buttonPressed()
    at mx.controls::Button/mx.controls:Button::mouseDownHandler()

    However, the MainModule.mxml file works OK if I convert this component in a file of the Application of the Module.

    Not sure if it is a limitation of Flex 2 or I need to organize files in a different way.

    Any help will be greatly appreciated.

    Thank you very much

    Found the solution in Michael Ritchie's Blog. Thank you Michael. I lost two weeks of my time on this issue.

    Included the code below in the script of my application file block and it solved the problem:


    Import mx.managers.DragManager;
    Import mx.managers.PopUpManager;

    public var dm:DragManager;
    public var pm: PopUpManager;
    ]]>

  • Flex skins - compile time or not?

    Hi, I'm sorry if this seems to be too simple a question, but I have searched and I don't even know if I'm looking for the right words to ask the question with. Put as simply as possible, if I develop a skin for an application that will give us our customers that they will have to recompile the application to change the skin or will they be able to put a new skin in the app, after that it was compiled and published? The skin embedded in the app or he is detained separately? Is there a difference between using chart vs skins programmatically at compile time? Thanks for any help you can give me, and Happy New Year!

    The application can use a compiled CSS file and load at runtime, but the app must be set to use it before it is compiled. Then you can swap the swf with a new one and it will work as long as all the style names and assignments of style are the same as the old. You cannot add a SWF with skins to an existing application without setting up the first and the application is compiled.

  • Flash IDE components in Design Mode of Flex 3. Can they be visible here?

    Hello

    IM Explorer Flex to get a grip on its concepts and am currently looking into building components in the Flash IDE. Although I suppose that its likely that when you are more familiar with Flex you produce your components in Flex, as I said Im exploring its concepts and would like to know where and how the IDE Flash fits into the work.

    I made a simple component Flex in the Flex IDE, which shows well, when I run the Flex project. But it does not show in Flex Design Mode.

    I exported the Flash as a SWC component and added the SWC to the Flex library path. The symbol in the Flash IDE extends UIMovieClip. Now, I read in 'to using Adobe FlexBuilder 3"(p.67) that the Flex components Panel lists only visible components, according to literature"components that extend UIComponent.

    Note that my question is to be visible on the stage in Design Mode, and not in the components Panel. As UIMovieClip does not inherit from UIComponent (and the UIComponent class does not seem to be available in the Flash IDE), is also the cause that the component of the IDE Flash is not visible on the stage of Flex in Design Mode?

    Can someone confirm or deny this?

    Kind regards

    Marcel

    Hello

    For the IDE flex component, it works only if its a MXML component. It's that it would render in Design view 'stage' if it's a MXML component.

    If it is an actionscript class, it must be available as a library in the porject so that it can be rendered in DV.

    If the component you are trying is an actionscript class, please try to move it to a library and use it in your project to see it in DV.

    In FlashBuilder 4, we support made of UIMovieClip objects that are in the library (SWC) and added to the project build path.

    Kind regards

    Out straggler

  • Definition of the size of the screen in mode Buillder Flex Designer

    Hello

    I use FLEX Builder Designer to place the components, but after replacement and executes the Application MMXL, most of the
    right display on the side is not met.

    I guess I should use the layout to custom size in the designer, but any body can suggest me what is the proper size, that this must be defined.

    I'm using an Acer laptop, and I do not know its size.

    This is question may be stupid, but I don't really know the answer for this.

    Thanks for reading.

    Hi Kiran,

    Here 100% corresponds to the size of the browser window. If you set the width of the Application = 100% height = 100%, then your application width and height will be equal at the height of the browser window. Regardless of the size of the browser window.

    So if you change browser by reducing or increasing window size size so if you set % dimensions for your app, then your application also is automatically resized according to the size of the browser.

    If you want to set a fixed for your Flex app size regardless of the size of the browser, then give a fixed size to width = "800" height = "600" in tag of your application. If the size of your application remains unchanged, even if your screen resolution or browser window changes.

    Hope that makes you understand.

    If this post answers your question or assistance, please mark it as such.

    Thank you

    Jean Claude Chari

  • JDeveloper SP6 does not apply the downloaded extensions

    Hello

    As I wrote in the subject. JDeveloper SP6 does not apply downloaded extensios (BPM, SOA, WebCenter). After the reboot, I can't create WebCenter and SOA Application
    Oracle JDeveloper 11g Release 1 11.1.1.7.0
    Studio Edition Version 11.1.1.7.0
    Build JDEVADF_11.1.1.7.0_GENERIC_130226.1400.6493
    IDE Version: 11.1.1.7.40.64.93
    Product Version: 11.1.1.7.40.64.93
    Extensions
    ----------
    
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    ADF Business Components     oracle.BC4J     11.1.1.7.40.64.93     Loaded
    ADF Business Components Annotations     oracle.adfbcdt.annotations     11.1.2     Loaded
    ADF Business Components Dependency     oracle.bc4j.dependency     11.1.1.7.40.64.93     Loaded
    ADF Business Components Deployment     oracle.bc4jdt.deploy     11.1.1.7.40.64.93     Loaded
    ADF Business Components Modeler     oracle.adfbcdt.modeler     11.1.1.7.40.64.93     Loaded
    ADF Business Components Syscat     oracle.bc4j.syscat     0     Loaded
    ADF Business Components Tester     oracle.bc4j.tester     11.1.1.7.40.64.93     Loaded
    ADF Common Audit     oracle.adf.common.audit     0     Loaded
    ADF Context Debugger     oracle.adf.share.debug     11.1.1.7.40.64.93     Loaded
    ADF Controller Configuration Design Time     oracle.adf.controller.config.dt     11.1.1.7.40.64.93     Loaded
    ADF DT at RT Regisrations     oracle.adf.dt.at.rt.ide.registration     11.1.1.7.40.64.93     Loaded
    ADF Data Visualizations Design Time Tests     oracle.dvt.dt     11.1.1.7.40.64.93     Loaded
    ADF Debugger     oracle.adf.debug     11.1.1.7.40.64.93     Loaded
    ADF Debugger Diagram Support     oracle.adf.debug.diagram     11.1.1.7.40.64.93     Loaded
    ADF Desktop Integration Design Time     oracle.adfdt.desktopintegration     11.1.1.7.40.64.93     Loaded
    ADF Faces Cache     oracle.webcache     11.1.1.7.40.64.93     Loaded
    ADF Faces Data Visualization Tools Help     oracle.dvt-faces-doc     11.1.1.0.0     Loaded
    ADF Faces Databinding Design Time     oracle.adf-faces-databinding-dt     11.1.1.7.40.64.93     Loaded
    ADF Faces Design Time     oracle.adf-faces-dt     11.1.1.7.40.64.93     Loaded
    ADF Faces Design Time Migration     oracle.adffacesdt.migration     11.1.1.7.40.64.93     Loaded
    ADF Faces Runtime Help     oracle.adf-faces-rt-doc     11.1.1.0.0     Loaded
    ADF Faces Skin Design Time     oracle.adf-faces-skin-dt     11.1.1.7.40.64.93     Loaded
    ADF JMX Data Control Designtime     oracle.adf.jmxdc     11.1.1.7.40.64.93     Loaded
    ADF Java Server Faces Diagram     oracle.adf.jsf.diagram     11.1.1.7.40.64.93     Loaded
    ADF Library Design Time     oracle.jdeveloper.adflibrary     11.1.1.7.40.64.93     Loaded
    ADF Lifecycle Design Time     oracle.adf.lifecycle.dt     11.1.1.7.40.64.93     Loaded
    ADF Management Pages     oracle.adf.management     11.1.1.7.40.64.93     Loaded
    ADF Menu Model Design-Time     oracle.adfmenudt     11.1.1.7.40.64.93     Loaded
    ADF Page Flow Design Time     oracle.adf.pageflow.dt     11.1.1.7.40.64.93     Loaded
    ADF Page Flow Design Time Extras     oracle.adf.pageflow.dt.extras     11.1.1.7.40.64.93     Loaded
    ADF Page Template DT     oracle.adf-faces-templating-dt     11.1.1.7.40.64.93     Loaded
    ADF Region Design Time     oracle.adf-faces-region-dt     11.1.1.7.40.64.93     Loaded
    ADF Struts Page Flow Modeler     oracle.struts.adf     11.1.1.7.40.64.93     Loaded
    ADF Struts and Model One Databinding     oracle.adf.struts.and.model.one.databinding.dt     11.1.1.7.40.64.93     Loaded
    ADF Swing     oracle.adfdt.swingcore     11.1.1.7.40.64.93     Loaded
    ADF View Debugging Design Time     adf.view.debugging.dt     11.1.1.7.40.64.93     Loaded
    ADFv Common Databinding     oracle.adf-view-databinding-dt     11.1.1.7.40.64.93     Loaded
    Ant     oracle.ant     11.1.1.7.40.64.93     Loaded
    Application Server Manager     oracle.jdeveloper.asnav     11.1.1.7.40.64.93     Loaded
    Application State - Application Navigator     oracle.ideimpl.appstate.appnav     11.1.1.7.40.64.93     Loaded
    Application State - Editors     oracle.ide.appstate.editors     11.1.1.7.40.64.93     Loaded
    Application State Manager     oracle.ide.appstate     11.1.1.7.40.64.93     Loaded
    Archive Compare     oracle.jdeveloper.archive-compare     11.1.1.7.40.64.93     Loaded
    Audit Oracle Cloud Support     oracle.jdeveloper.audit.cloud     11.1.2     Loaded
    BI Beans Graph     oracle.bibeans     11.1.1.7.40.64.93     Loaded
    BM metamodel framework     oracle.bm.meta     11.1.1.7.40.64.93     Loaded
    Bug Reporter     oracle.jdeveloper.bugfiler     11.1.1.7.40.64.93     Loaded
    Business Modelers     oracle.bm     11.1.1.7.40.64.93     Loaded
    Call Hierarchy     oracle.ide.call-hierarchy     0     Loaded
    Call Hierarchy Java     oracle.ide.call-hierarchy-java     0     Loaded
    Check For Updates     oracle.ide.webupdate     11.1.1.7.40.64.93     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.7.40.64.93     Loaded
    Command Line Formatting Support     oracle.jdeveloper.ojformat     11.1.1.7.40.64.93     Loaded
    Command Line Make/Rebuild Support     oracle.jdevimpl.oj-compiler     11.1.1.7.40.64.93     Loaded
    Command Line SCA Compiler     oracle.jdevimpl.oj-sca     0     Loaded
    Common Controller Design-Time     oracle.controller.dt     11.1.1.7.40.64.93     Loaded
    Common Page Flow Design-Time     oracle.pageflow.dt     11.1.1.7.40.64.93     Loaded
    Component Palette     oracle.ide.palette1     11.1.1.7.40.64.93     Loaded
    Controller to ADF Bindings Bridge     oracle.controller.bindings.dt     11.1.1.7.40.64.93     Loaded
    Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.7.40.64.93     Loaded
    Database Features (JDeveloper)     oracle.jdeveloper.db     11.1.1.7.40.64.93     Loaded
    Database Features (SQLDeveloper in JDeveloper)     oracle.jdeveloper.db.navigator     11.1.1.7.40.64.93     Loaded
    Database Modeler     oracle.dbmodeler     11.1.1.7.40.64.93     Loaded
    Database Modeler Migration     oracle.dbmodeler.migrate     11.1.1.7.40.64.93     Loaded
    Database Object Dependency API Support     oracle.jdeveloper.db.dependency     11.1.1.7.40.64.93     Loaded
    Database Object Explorers     oracle.ide.db.explorer     11.1.1.7.40.64.93     Loaded
    Database Object Transfer Framework     oracle.jdeveloper.db.transfer     11.1.1.7.40.64.93     Loaded
    Database UI     oracle.ide.db     11.1.1.7.40.64.93     Loaded
    Design Time Resource Bundle Variable Resolver     oracle.jdeveloper.resourcebundle.resolver.dt     11.1.1.7.40.64.93     Loaded
    Diagram Framework     oracle.diagram     11.1.1.7.40.64.93     Loaded
    Diagram Framework Toplink extensions     oracle.diagram.toplink     11.1.1.7.40.64.93     Loaded
    Diagram Javadoc Extension     oracle.diagram.javadoc     11.1.1.7.40.64.93     Loaded
    Diagram Thumbnail     oracle.diagram.thumbnail     11.1.1.7.40.64.93     Loaded
    Diagram to XMLEF Bridge     oracle.diagram.xmlef     11.1.1.7.40.64.93     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.7.40.64.93     Loaded
    EJB     oracle.ejb     11.1.1.7.40.64.93     Loaded
    EJB Modeler     oracle.ejbmodeler     11.1.1.7.40.64.93     Loaded
    Editor Tint     oracle.ide.ceditor-tint     11.1.1.7.40.64.93     Loaded
    Editor Tint (Java)     oracle.jdeveloper.ceditor-tint-java     11.1.1.7.40.64.93     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.7.40.64.93     Loaded
    Extension Designtime Core     oracle.jdeveloper.extensiondt.core     11.1.1.7.40.64.93     Loaded
    Extension Designtime UI     oracle.jdeveloper.extensiondt.ui     11.1.1.7.40.64.93     Loaded
    External Tools     oracle.ide.externaltools     11.1.1.7.40.64.93     Loaded
    Feedback     oracle.ide.feedback     11.1.1.7.40.64.93     Loaded
    File Support     oracle.ide.files     11.1.1.7.40.64.93     Loaded
    Fusion Application Overview Definition     oracle.ide.appoverview.fusion.definition     11.1.1.7.40.64.93     Loaded
    Fusion Web Application (ADF) Template     oracle.adf.webapp.template     11.1.1.7.40.64.93     Loaded
    Go to File     oracle.ide.gotofile     11.1.1.7.40.64.93     Loaded
    Go to Java Type     oracle.jdeveloper.gotojava     11.1.1.7.40.64.93     Loaded
    HTML     oracle.html     11.1.1.7.40.64.93     Loaded
    Help System     oracle.ide.help     11.1.1.7.40.64.93     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.7.40.64.93     Loaded
    IDE Reports Extension     oracle.ide.report     11.1.1.7.40.64.93     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.7.40.64.93     Loaded
    Index Migrator support     oracle.ideimpl.indexing-migrator     11.1.1.7.40.64.93     Loaded
    J2EE     oracle.j2ee     11.1.1.7.40.64.93     Loaded
    J2EE     oracle.j2ee.webapp.ve     11.1.1.7.40.64.93     Loaded
    J2EE     oracle.j2ee.webapp.ve.facelets     11.1.1.7.40.64.93     Loaded
    J2EE CSS     oracle.css     11.1.1.7.40.64.93     Loaded
    J2EE Faces Config     oracle.j2ee.facesconfig     11.1.1.7.40.64.93     Loaded
    J2EE Web App     oracle.j2ee.webapp     11.1.1.7.40.64.93     Loaded
    J2EE-ADRS     oracle.j2ee.adrs     11.1.1.7.40.64.93     Loaded
    J2ee extension help     oracle.j2ee.help     11.1.1.0.0     Loaded
    JDeveloper     oracle.jdeveloper     11.1.1.7.40.64.93     Loaded
    JDeveloper Runner     oracle.jdeveloper.runner     11.1.1.7.40.64.93     Loaded
    JGoodies Forms     oracle.jdeveloper.jgoodies     11.1.1.7.40.64.93     Loaded
    JPublisher     oracle.jdeveloper.db.jpub     11.1.1.7.40.64.93     Loaded
    JSON Language support     oracle.jdeveloper.json     11.1.1.7.40.64.93     Loaded
    JViews Registration Addin     oracle.diagram.registration     11.1.1.7.40.64.93     Loaded
    Java Annotation Inspector     oracle.jdeveloper.annotation.inspector     11.1.1.7.40.64.93     Loaded
    Java Breadcrumbs     oracle.jdeveloper.ceditor-breadcrumbs-java     11.1.1.7.40.64.93     Loaded
    Java Class Modeler     oracle.javamodeler     11.1.1.7.40.64.93     Loaded
    Java Modeler Toplink extensions     oracle.javamodeler.toplink     11.1.1.7.40.64.93     Loaded
    Java Server Faces Page Flow Modeler     oracle.jsfmod     11.1.1.7.40.64.93     Loaded
    Java Structure Compare     oracle.jdeveloper.java-compare     11.1.1.7.40.64.93     Loaded
    Java Type Search     oracle.jdeveloper.searchbar.java     11.1.1.7.40.64.93     Loaded
    Java extension help     oracle.java.help     11.1.1.0.0     Loaded
    JavaBeans, Swing, and AWT     oracle.swingawt     11.1.1.7.40.64.93     Loaded
    JavaScript Language Support     oracle.ide.javascript     11.1.1.7.40.64.93     Loaded
    Jdeveloper UI Editor     oracle.jdeveloper.uieditor     11.1.1.7.40.64.93     Loaded
    Jdeveloper XML Extension     oracle.jdeveloper.xml     11.1.1.7.40.64.93     Loaded
    Legacy Controller Design-Time     oracle.controller.bm.dt     11.1.1.7.40.64.93     Loaded
    Legacy Preferences integration for BM     oracle.modeler.bm.prefs     11.1.1.7.40.64.93     Loaded
    Log Window     oracle.ide.log     11.1.1.7.40.64.93     Loaded
    MDS Extension     oracle.mds     11.1.1.7.40.64.93     Loaded
    MOF Ide Integration     oracle.mof.ide     11.1.1.7.40.64.93     Loaded
    MOF Modeler Integration     oracle.modeler.mof     11.1.1.7.40.64.93     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.7.40.64.93     Loaded
    Modeler Framework     oracle.modeler     11.1.1.7.40.64.93     Loaded
    Modeler Framework Common Layer     oracle.modeler.common     11.1.1.7.40.64.93     Loaded
    Modelling migration from BM     oracle.modeler.bm.migrate     11.1.1.7.40.64.93     Loaded
    Navigator     oracle.ide.navigator     11.1.1.7.40.64.93     Loaded
    Nightly Indexing support     oracle.ideimpl.indexing-rt     11.1.1.7.40.64.93     Loaded
    OAR/MAR/SAR Deployment Support Extension     oracle.deploy.orapp     11.1.1.7.40.64.93     Loaded
    OWSM Policy Manager Installer     oracle.jdeveloper.webservice.wsmpm.installer     11.1.1.7.40.64.93     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.7.40.64.93     Loaded
    Offline Database     oracle.jdeveloper.offlinedb     11.1.1.7.40.64.93     Loaded
    Offline Database Import/Generate     oracle.jdeveloper.offlinedb.transfer     11.1.1.7.40.64.93     Loaded
    Offline Database Reports Extension     oracle.jdeveloper.offlinedb.report     11.1.1.7.40.64.93     Loaded
    Offline Database SXML     oracle.jdeveloper.offlinedb.sxml     11.1.1.7.40.64.93     Loaded
    Offline Database User Properties     oracle.jdeveloper.offlinedb.userprops     11.1.1.7.40.64.93     Loaded
    Offline Database User Properties SXML     oracle.jdeveloper.offlinedb.userprops.sxml     11.1.1.7.40.64.93     Loaded
    Oracle Cloud     oracle.jdeveloper.cloud     11.1.1.0.0     Loaded
    Oracle Enterprise Repository Editor     oracle.jdeveloper.oereditor     11.1.1.7.40.64.93     Loaded
    Oracle IDE     oracle.ide     11.1.1.7.40.64.93     Loaded
    Oracle JDevloper Deployment Core Module     oracle.deploy.core     11.1.1.7.40.64.93     Loaded
    Oracle MDS Design time     oracle.mds.dt     11.1.1.7.40.64.93     Loaded
    Oracle Mobile ADF     oracle.wireless.dt     11.1.1.7.40.64.93     Loaded
    Oracle Page Templates     oracle.adf-page-template-samples     11.1.1.7.40.64.93     Loaded
    Oracle SQL Developer     oracle.sqldeveloper     11.2.0.10.04     Loaded
    Oracle SQL Developer - 3rd Party Database Browsers     oracle.sqldeveloper.thirdparty.browsers     11.2.0.10.04     Loaded
    Oracle SQL Developer - Database Cart     oracle.sqldeveloper.dbcart     11.2.0.10.04     Loaded
    Oracle SQL Developer - Object Viewer     oracle.sqldeveloper.oviewer     11.2.0.10.04     Loaded
    Oracle SQL Developer - Reports     oracle.sqldeveloper.report     11.2.0.10.04     Loaded
    Oracle SQL Developer - Snippet     oracle.sqldeveloper.snippet     11.2.0.10.04     Loaded
    Oracle SQL Developer - Worksheet v2     oracle.sqldeveloper.worksheet     11.2.0.10.04     Loaded
    Oracle SQL Developer - XML Schema     oracle.sqldeveloper.xmlschema     11.2.0.10.04     Loaded
    PL/SQL Debugger     oracle.jdeveloper.db.debug.plsql     11.1.1.7.40.64.93     Loaded
    PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.7.40.64.93     Loaded
    Peek     oracle.ide.peek     11.1.1.7.40.64.93     Loaded
    Persistent Storage     oracle.ide.persistence     11.1.1.7.40.64.93     Loaded
    Profiler     oracle.jdeveloper.profiler     11.1.1.7.40.64.93     Loaded
    Properties File Support     oracle.jdeveloper.props     11.1.1.7.40.64.93     Loaded
    Property Inspector     oracle.ide.inspector     11.1.1.7.40.64.93     Loaded
    Quick Start Features for Web Applications     quickstart.webapp.dt     11.1.1.7.40.64.93     Loaded
    QuickDiff     oracle.ide.quickdiff     11.1.1.7.40.64.93     Loaded
    REST Web Services     oracle.jdeveloper.webservice.rest     11.1.1.7.40.64.93     Loaded
    Refactoring     oracle.jdeveloper.refactoring     11.1.1.7.40.64.93     Loaded
    Replace With     oracle.ide.replace     11.1.1.7.40.64.93     Loaded
    Reports Extension     oracle.javatools.report     11.1.1.7.40.64.93     Loaded
    Resource Bundle Support     oracle.ide.resourcebundle     11.1.1.7.40.64.93     Loaded
    Resource Bundle Support for Properties Files     oracle.jdeveloper.resourcebundle.props     11.1.1.7.40.64.93     Loaded
    Resource Catalog Application Server Adapter     oracle.jdeveloper.asadapter     11.1.1.7.40.64.93     Loaded
    Resource Catalog DB UI extension     oracle.jdeveloper.db.rcadapter.ui     11.1.1.7.40.64.93     Loaded
    Resource Catalog Database Adapter     oracle.jdeveloper.rcdbadapter     11.1.1.7.40.64.93     Loaded
    Resource Catalog WSIL Adapter     oracle.jdeveloper.rcwsiladapter     11.1.1.7.40.64.93     Loaded
    Resource Lookup     oracle.jdeveloper.rclookup     11.1.1.7.40.64.93     Loaded
    Runner     oracle.ide.runner     11.1.1.7.40.64.93     Loaded
    SQL*Plus Integration     oracle.jdeveloper.db.sqlplus     11.1.1.7.40.64.93     Loaded
    SQLJ     oracle.jdeveloper.sqlj     11.1.1.7.40.64.93     Loaded
    Search Bar     oracle.ide.searchbar     11.1.1.0.0     Loaded
    SearchBar Commands     oracle.ide.searchbar.commands     11.1.1.7.40.64.93     Loaded
    Searchbar Preferences     oracle.ide.searchbar.preferences     11.1.1.7.40.64.93     Loaded
    Struts Page Flow Modeler     oracle.struts     11.1.1.7.40.64.93     Loaded
    Studio     oracle.studio     11.1.1.7.40.64.93     Loaded
    Studio extension help     oracle.studio.help     11.1.1.0.0     Loaded
    Template     oracle.ide.ceditor-template     11.1.1.7.40.64.93     Loaded
    TopLink     oracle.toplink     11.1.1.7.40.64.93     Loaded
    Trinidad Databinding Design Time     oracle.trinidad-databinding-dt     11.1.1.7.40.64.93     Loaded
    Trinidad Design Time     oracle.trinidad-dt     11.1.1.7.40.64.93     Loaded
    UDDI Resource Catalogue Provider     oracle.jdevimpl.uddiadapter     11.1.1.7.40.64.93     Loaded
    UML XMI     oracle.uml.v2.xmi     11.1.1.7.40.64.93     Loaded
    UML v2     oracle.uml.v2     11.1.1.7.40.64.93     Loaded
    UML v2 Activity Modeler     oracle.uml.v2.activity     11.1.1.7.40.64.93     Loaded
    UML v2 Class Diagram     oracle.uml.v2.clazz     11.1.1.7.40.64.93     Loaded
    UML v2 Migration     oracle.uml.v2.migrate     11.1.1.7.40.64.93     Loaded
    UML v2 Sequence Diagram     oracle.uml.v2.sequence     11.1.1.7.40.64.93     Loaded
    UML v2 Transformation to Java     oracle.uml.v2.umljava     11.1.1.7.40.64.93     Loaded
    UML v2 Use Case Diagram     oracle.uml.v2.usecase     11.1.1.7.40.64.93     Loaded
    UML2 Modelers Common Classes     oracle.uml.v2.modeler     11.1.1.7.40.64.93     Loaded
    URL Connection Designtime     oracle.jdevimpl.urlconn     0     Loaded
    VHV     oracle.ide.vhv     11.1.1.7.40.64.93     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.7.40.64.93     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.7.40.64.93     Loaded
    Virtual File System     oracle.ide.vfs     11.1.1.7.40.64.93     Loaded
    WSDL Chooser     oracle.jdeveloper.wsdllookup     11.1.1.0.0     Loaded
    WSDL web services extension     oracle.jdevimpl.wsdl     11.1.1.7.40.64.93     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.7.40.64.93     Loaded
    Web Services     oracle.jdeveloper.webservice     11.1.1.7.40.64.93     Loaded
    WebDAV Connection Support     oracle.jdeveloper.webdav2     11.1.1.7.40.64.93     Loaded
    WebStart     oracle.j2ee.webstart     11.1.1.0.0     Loaded
    XML Compare     oracle.jdeveloper.xml-compare     11.1.1.7.40.64.93     Loaded
    XML Editing Framework IDE Extension     oracle.ide.xmlef     11.1.1.7.40.64.93     Loaded
    XML Editing Framework Java Integration     oracle.jdeveloper.xmlef     11.1.1.7.40.64.93     Loaded
    adf-deploy-dt     oracle.adfdt.common.deploy     11.1.1.7.40.64.93     Loaded
    adf-deploy-dt-mds     oracle.adfdt.common.deploy.mds     11.1.1.7.40.64.93     Loaded
    adf-installer-ide     adf.installer.dt     11.1.1.7.40.64.93     Loaded
    adf-logging-dt     oracle.adf.logging.dt     11.1.1.7.40.64.93     Loaded
    adf-model-debugger-dt     oracle.adf-model-debugger-dt     11.1.1.7.40.64.93     Loaded
    adf-model-sqldc-ide     oracle.adfm.sqldc     11.1.1.7.40.64.93     Loaded
    adf-model-tools     oracle.adf.model.tools     11.1.1.7.40.64.93     Loaded
    adf-security-policy-dt     oracle.adfdtinternal.adf-security-policy-dt     11.1.1.7.40.64.93     Loaded
    adf-share-audit     oracle.adf-share-audit     11.1.1.7.40.64.93     Loaded
    adf-share-deploy-dt     oracle.adf.share.deploy.dt     11.1.1.7.40.64.93     Loaded
    adf-share-dt     oracle.adf.share.dt     11.1.1.7.40.64.93     Loaded
    adfm-business-editor-deploy     oracle.adf.businesseditor.deploy     11.1.1.7.40.64.93     Loaded
    adfm-business-editor-ide     oracle.adf.model.businesseditor     11.1.1.7.40.64.93     Loaded
    adfm-business-editor-settings-ide     oracle.adfm.businesseditor.settings     11.1.1.7.40.64.93     Loaded
    adfmcoredt-xdf     oracle.adfm.xdf     11.1.1.7.40.64.93     Loaded
    adfquerylovdt     oracle.adf-faces-query-and-lov-dt     11.1.1.7.40.64.93     Loaded
    appoverview     oracle.ide.appoverview     11.1.1.7.40.64.93     Loaded
    asnav-cloud     oracle.jdeveloper.asnav.cloud     11.1.1.7.40.64.93     Loaded
    asnav-weblogic     oracle.jdeveloper.asnav.weblogic     11.1.1.7.40.64.93     Loaded
    audit     oracle.ide.audit     11.1.1.7.40.64.93     Loaded
    audit-core     oracle.ide.audit.core     11.1.1.7.40.64.93     Loaded
    bi-jdbc     oracle.bi.jdbc     11.1.1.7.40.64.93     Loaded
    classpath: protocol handler extension     oracle.jdeveloper.classpath     11.1.1.0.0     Loaded
    db-audit     oracle.ide.db.audit     11.1.1.7.40.64.93     Loaded
    db-modeler-transform     oracle.dbmodeler.transform     11.1.1.7.40.64.93     Loaded
    dcadapters-ide     oracle.adfm.dc-adapters     11.1.1.7.40.64.93     Loaded
    dependency-java     oracle.jdeveloper.java.dependency     11.1.1.7.40.64.93     Loaded
    dependency-refactor     oracle.jdeveloper.refactoring.dependency     11.1.1.7.40.64.93     Loaded
    deploy-ant     oracle.deploy.ant     11.1.1.7.40.64.93     Loaded
    deploy-rt     oracle.jdevimpl.deploy-rt     11.1.1.7.40.64.93     Loaded
    feedback-client2     oracle.ideimpl.feedback2.client     11.1.1.7.40.64.93     Loaded
    ide-diagnostics     oracle.ide.diagnostics     11.1.1.0.0     Loaded
    j2ee-adrsimpl     oracle.j2ee.adrsimpl     11.1.1.0.0     Loaded
    j2ee-cloud     oracle.j2ee.cloud     11.1.1.7.40.64.93     Loaded
    j2ee-facelets     oracle.j2ee.facelets     11.1.1.7.40.64.93     Loaded
    j2ee-jpsconfig     oracle.j2ee.jpsconfig     11.1.1.7.40.64.93     Loaded
    j2ee-security     oracle.j2ee.security     11.1.1.7.40.64.93     Loaded
    j2ee-server     oracle.j2ee.server     11.1.1.0.0     Loaded
    j2ee-server-dt     oracle.j2ee.server.dt     11.1.1.7.40.64.93     Loaded
    j2ee-serverimpl     oracle.j2ee.serverimpl     11.1.1.7.40.64.93     Loaded
    j2ee-weblogic     oracle.j2ee.weblogic     11.1.1.7.40.64.93     Loaded
    j2ee-weblogic-editors     oracle.j2ee.weblogic.editors     11.1.1.7.40.64.93     Loaded
    jdukshare     oracle.bm.jdukshare     11.1.1.7.40.64.93     Loaded
    library-dconfig-infra     oracle.jdeveloper.library.dconfig.infra     11.1.1.7.40.64.93     Loaded
    library-jee-api     oracle.jdeveloper.library.jee.api     11.1.1.7.40.64.93     Loaded
    library-jmx     oracle.jdeveloper.library.jmx     11.1.1.7.40.64.93     Loaded
    library-jps     oracle.jdeveloper.library.jps     11.1.1.7.40.64.93     Loaded
    library-weblogic-api     oracle.jdeveloper.library.weblogic.api     11.1.1.7.40.64.93     Loaded
    library-weblogic-client     oracle.jdeveloper.library.weblogic.client     11.1.1.7.40.64.93     Loaded
    mof     oracle.mof     11.1.1.7.40.64.93     Loaded
    mof-index     oracle.mof.index     11.1.1.7.40.64.93     Loaded
    mof-xmi     oracle.mof.xmi     11.1.1.7.40.64.93     Loaded
    oracle.adfm     oracle.adfm     11.1.1.7.40.64.93     Loaded
    oracle.adfm.contextual     oracle.adfm.contextual     11.1.1.7.40.64.93     Loaded
    oracle.dynamic-faces-dt     oracle.dynamic.faces     11.1.1.7.40.64.93     Loaded
    oracle.ide.dependency     oracle.ide.dependency     11.1.1.7.40.64.93     Loaded
    oracle.ide.filequery     oracle.ide.filequery     11.1.1.7.40.64.93     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.7.40.64.93     Loaded
    oracle.ide.usages-tracking     oracle.ide.usages-tracking     11.1.1.7.40.64.93     Loaded
    oracle.todo.tasks     oracle.todo.tasks     11.1.1.7.40.64.93     Loaded
    palette2     oracle.ide.palette2     11.1.1.7.40.64.93     Loaded
    placeholder-jsf-ui     oracle.placeholderjsf-ui     11.1.1.7.40.64.93     Loaded
    placeholderdc-dt     oracle.placeholderdc.dt     11.1.1.7.40.64.93     Loaded
    rcasadapter-cloud     oracle.jdeveloper.asadapter.cloud     11.1.1.7.40.64.93     Loaded
    rcasadapter-cloud-api     oracle.jdeveloper.asadapter.cloud.api     11.1.1.7.40.64.93     Loaded
    rcasadapter-dt     oracle.jdeveloper.asadapter.dt     11.1.1.7.40.64.93     Loaded
    rcasadapter-oc4j     oracle.jdeveloper.asadapter.oc4j     11.1.1.7.40.64.93     Loaded
    rcasadapter-rescat2     oracle.jdeveloper.asadapter.rescat2     11.1.1.7.40.64.93     Loaded
    rcasadapter-thirdparty     oracle.jdeveloper.asadapter.thirdparty     11.1.1.7.40.64.93     Loaded
    rcasadapter-weblogic     oracle.jdeveloper.asadapter.weblogic     11.1.1.7.40.64.93     Loaded
    rcasadapter-weblogic-api     oracle.jdeveloper.asadapter.weblogic.api     11.1.1.7.40.64.93     Loaded
    rescat2     oracle.jdevimpl.rescat2     11.1.1.7.40.64.93     Loaded
    resourcebundle-api-adfdeps     oracle.jdeveloper.resourcebundle.adfdeps     11.1.1.7.40.64.93     Loaded
    resourcebundle-api-xliff     oracle.resourcebundle.xliff     11.1.1.7.40.64.93     Loaded
    resourcebundle-customization     oracle.jdeveloper.resourcebundle.customization     11.1.1.7.40.64.93     Loaded
    searchbar-gallery     oracle.ide.searchbar.gallery     11.1.1.7.40.64.93     Loaded
    searchbar-help     oracle.ide.searchbar.help     11.1.1.7.40.64.93     Loaded
    searchbar-index     oracle.ide.searchbar.index     11.1.1.7.40.64.93     Loaded
    status     oracle.ide.status     11.1.1.7.40.64.93     Loaded
    xml-schema-dt     oracle.jdevimpl.xml.schema     11.1.1.7.40.64.93     Loaded
    xsl-dt     oracle.jdevimpl.xml.xsl     11.1.1.7.40.64.93     Loaded
    xsqldt-ide     oracle.xsqldt-ide     11.1.1.7.40.64.93     Loaded
    Kuba

    It helps if you start JDeveloper with:
    jdev.exe - J - Dide.user.dir =
    and the path points to a directory that has no spaces in the path?

  • Creation of custom styles/skins

    Hello!
    I work as a web designer/graphic designer in a company in Stockholm, Sweden. We have recently started working with Flex and it worked out great. As I'm the only artist here, it's my job to create all the graphics, including the Flex skin.

    So far I have been editing the skin existing (in Flash) and added new capital by duplicating current (such as for example the buttons). It seems to work perfectly, but I know one day I probably will have to create something more personal than that. In addition, it would be nice to get your hands on the workflow and not locked to editing existing content all the time.

    I tried to find a guide that explains everything, but I can't find anything. The main thing that I can't get my head around is how you create these guides 'custom' to determine the way of assets globally. Gray, dotted guides.

    So if anyone know of a good "getting started" tutorial, I'd be eternally grateful.
    Thanks in advance!

    Kind regards
    Olof Brickarp

    You are not alone. I get a lot of customers who have the same questions.

    First of all, it depends on which tool you use on how to add the scale 9-slice. If you use Flash, from the properties of the symbol, check "Enable guides for 9-slice scaling.

    Continuing with Flash, consider the timeline for the symbol, then import the Flex work in Flex Builder. Note the correlation between the States and parts of the skin. With a little time and effort, you create the button of dog barking without delay.

    HTH

  • Skins ADF in section JSF is not available in 11.1.1.7

    Hi all

    I use Jdev 11.1.1.7, attempted to create skins ADF using New > Jsf but ADF skins is not found.

    Would like to know if it is not available in 11.1.1.7?

    Thank you

    ASHA

    JDev 11.1.1.7 comes without the built-in skin Designer. You can download the editor stand-alone 12.1.3 skin (or any other version) of Downloads of Application Development Framework

    The edior skin to create skins for jdev 11.1.1.7. You hav eto select the version of the skin when you create appear in the editor.

    Timo

  • How to read the write in HTML5 extension file

    Hello

    I think it could be very generic question since moving from Flex to HTML5 extension loses the ability to read write a file in the local file system.

    I'm writing a log within the space of the extension file but it throws error asTypeError: illegal constructor '

    new File(csInterface.getSystemPath(SystemPath.EXTENSION)+"/log/Log_"+.getCurrentDateString+".txt");
    

    did someone solve this.

    Thanks in advance

    MM

    Hello

    Why are you not using NODE.js as code below:

    var fs = require ("fs");

    var logfile = ' /extension_log.txt '; .

    .

    .

    .

    fs.appendFile (logfile, "expedition save\n", function (err) {if (err) throw err ;});)

    .

    .

    .

    Ten

  • Don't Flex Builder 3 Code Completion

    I don't know yet where post this question... it is related to the Flex + ColdFusion, but it is actually a matter of Flex Builder 3. So, I hope this is right? I saw a forum specific to Flex Builder.

    In any case, I am using Flex with ColdFusion, but when I switch to CFEclipse perspective in Flex Builder 3, code completion doesn't work anymore. It works very well with just a regular Eclipse installation. I also have Adobe CF for Flex Builder 3 extensions. This is a new installation in the last two weeks, so plugins are all to date. I don't want to have to use 2 IDEs in conjunction to encode my Flex applications. Anyone else have problems with Flex Builder 3 plugins and code completion?

    Too bad! If anyone has this problem, I just found out. Right-click on the project and select "Add/Remove of the CFE Nature" and it works. Sorry to bother...

  • Flex 2 TFS chapter 17 FDS &amp; amp; DISPLAYS LCD

    Hello everyone.

    I've been working through this book, and everything that's happened a lot. However, I got to chapter 17 where you make the static xml files switch (at the www.flexgrocer.com/... XML) to fetch data from my localhost now uses the FDS - LCD displays.

    The problem that I have with everything set up the way it should be. I had already installed on my Apache to a previous book of ColdFusion server and it still works with all the projects I built on that. I followed the instructions in the appendix to the book install ColdFusion to Flex Builder 2 extensions. I've fiddled with the file path in the different places that the book said would need to be changed if I did not use the default installation location.

    I can run Apache, I can start the ColdFusion server and go in the ColdFusion Administrator (not that it helps me everything), I found the jrun.exe file in two completely different place and the two will start without errors. However, all-in-all, between the two console windows, I see ports 8200, 8300, 8500, & 8700 listed. I can run the EComm & data entry applications with no perceptible difference, but when I try to run the Dashboard application I get the error:

    Error: Client.CouldNotDecode: [RPC Fault faultString = "" Error #1090: XML parser failure: element is incorrect. "faultCode =" Client.CouldNotDecode"faultDetail ="could not load the WSDL.] If there are currently online, please verify the format of the WSDL (C:\CFusionMX7\wwwroot\flexGrocer\cfcs\aggregate.cfc?wsdl) and the URI"]

    I do not see a missed tag, I've not found anything online where someone else seems to have had this problem, and I don't know what the file is supposed to look like, how it works, or what it does. If anyone is familiar with the book or really has their mind wrapped around how / what things are supposed to be with FDS/LCDS/WSDL, could you give me a discount of what files need to point to files and various configuration stuff. I would be very grateful.

    I found a mistake that I did (I did the attribute wsdl using the absolute path to the file is c: /...) I corrected using the url that gives me the xml wsdl file ( http://localhost:8500/flexGrocer/cfcs/aggregate.cfc?wsdl). Firefox poster with the note that there is "no style information associated with it... tree below.» But now, I get this error message:

    Error: Server.Error.Request: [RPC Fault faultString = "HTTP request error" faultCode = "Server.Error.Request" faultDetail ="error: [IOErrorEvent type ="ioError"bubbles = false cancelable = false eventPhase = 2 text =" Error #2032: stream error. "]] "" URL: http://localhost:8500/flexGrocer/cfcs/aggregate.cfc " URL: http://localhost:8500/flexGrocer/cfcs/aggregate.cfc '

    Thanks again!

  • Add clickable images to Flex

    In my flex-2 design, I have a need to put an image in the program, and then set the image points that trigger events.
    In retail, I want a map of the United States, in which case the user is:
    1 - click on a State.
    2 - mouse on a State
    (I haven't decided)

    An event is raised I may popup a box and display data to the user.

    I don't think I need to use a file pre-generated SWF to do this, as the flex should be able to handle this via AS - 3.

    Here's a way to do it:

    Create a new class that extends the canvas. Place your image (whether in the form of MXML or through ActionScript) in this class.

    The class must have a child UIComponent are complemented by the Image so that it lies on top of the Image. In the updateDisplayList function or when the image has loaded (that is to say, certain events to trigger this), create a series of form s (see flash.display.Shape) object and add them to the UIComponent.

    Draw your shapes with their graphical properties, but use a fill Uni with alpha = 0. You won't get the mouse events if only to draw something and alpha will make them invisible but selectable.

    Add an eventHandler for the UIComponent to capture mouse clicks. The UIComponent will receive only clicks on the forms. You can then be shipping your own event depending on what form was taken or simply let the bubble of click event.

    Note: you can draw directly on the chart of the UIComponent too, but it will be easier to say where the mouse was clicked if you use distinct forms.

    Note: If you want to change the cursor in a helping hand on the form, set the UIComponent = "true" useHandCursor its buttonMode = "true"; its mouseChildren = "false". You need all 3 to see the hand cursor.

Maybe you are looking for

  • After downloading firefox Betaicone will not mount on Mac ibook G4

    Downloaded firefox beta and the icon doesn't mount not so it will not install if I should try another version

  • The BIOS for satellite 2100 CD boot

    I am installing the update of the BIOS after failure using my recovery disk. My CD player is unable to read the recovery disc. Have tried to install the BIOS, but the FDD tracks for about 2 seconds and then stops... Help!

  • Safari should let me block web sites

    . Every now and then we get a repulsive web site. Safari or IOS should give us the ability to block this site. Future attempts to access this host would result in a message saying "you have blocked this, making sure to unlock? In an ordinary UNIX mac

  • Slow computer after reinstalling Windows

    Original title: where can I download XP with SP3 and make an installable CD I have Xp home basic CD. As the partition on which the operating system has been installed is full I formatted the HD and reinstalled XP home basic, updated to SP3 as before,

  • I do hear in my headphones very good volume is high enough.

    Got a new USB headset.  I can barely hear with it, even if the volume is set as high as possible.  I went on the Panel and set the headset as my sound by default, and it still doesn't work that well.  It does not work as call softphone voip incoming