Initialize the object of BrowserField of Extension JS

Hello

I found a post very useful for my scenario to

http://supportforums.BlackBerry.com/T5/Web-development/widget-JavaScript-extension-callback/m-p/4725...

According to Adam's response, we can make the reminder in JS extension with piece of code below,

ScriptableFunction _myFunc = new ScriptableFunction()
{
   public Object invoke(Object obj, Object[] args) throws Exception
   {
      if (args.length == 2) {
         int param1 = ((Integer)args[0]).intValue();
         int param2 = ((Integer)args[1]).intValue();
         _browserField.getScriptEngine().executeScript("add(" + param1 + ", " + param2 + ")", null);
      }
      return UNDEFINED;
   }
};

Can someone tell me how we can initialize the object '_browserField' in Java, or is - it be passed as an argument to the call of the JS Extension.

Thanks in advance,

Ziya.

Hi Ziya,

There is an even easier way to make a reminder in your javascript.  What you can do, it is something like the following pseudocode:

ScriptableFunction _myFunc = new ScriptableFunction()
{
   public Object invoke(Object obj, Object[] args) throws Exception
   {
      if (args.length == 2) {
         int param1 = ((Integer)args[0]).intValue();
         int param2 = ((Integer)args[1]).intValue();
         ScriptableFunction add = (ScriptableFunction)args[3];
         add.invoke(add, [param1, param2]);
      }
      return UNDEFINED;
   }
};

Basically you can actually spend in a JavaScript function as a parameter for a reminder.  You can then grasp the handle to the ScriptableFunction and then call its invoke just as your own ScriptableFunction is called.

It is much cleaner and allows you to really take a pointer to the instance of the Add function that you are willing to call.

Tags: BlackBerry Developers

Similar Questions

  • Best place to initialize the View object query where clause or params

    Where is the best place to initialize the View object 'where' clause before the page is initially rendered? Or how should it be done?
    Specifically, I can't set these values in the entity or view objects because I need information from the user or information Session
    the user has entered before you navigate to the page. I want to prepare the View object so that the results of the query appears something reasonable
    the first time before using chooses search.

    Note: The view object must exist and I need to access managed beans to define the query.

    Is there an event hook (java code) that can be called before the page is rendered?
    Also, there are hooks that can be called when the user navigates to another tab or page?

    Published by: Greateful Sep 6, 2012 19:48

    Hello

    Check out this blog: https://blogs.oracle.com/aramamoo/entry/an_epic_question_how_to

    Arun-

  • The CC extensions manager fails to start with a message "failed to initialize the extensions Manager.

    I installed via Adobe Updater CC CC extensions Manager. When I try and launch the CC extensions Manager, a dialog box appears and says: "failed to initialize the extensions Manager. It won't let me open up after I click OK and it closes.

    The CC extensions manager would conflict with Extension Manager CS6? Other possible solutions?

    I tried to restart, all the CC (and CS6 are up-to-date), and I tried to uninstall and reinstall the CC extensions Manager. Nothing has worked so far.

    Let me know... Thank you!

    Solved.

    What worked for me:

    1 remove an installed copy of the CC extensions Manager

    2. disconnect from the corporate network, log in as a local administrator

    3. download Extension Manager CC of Adobe - Exchange: download Adobe Extension Manager

    4 install

    5 kill the synchronization process of basic creative cloud with the Task Manager

    6. go in C:\ProgramData\Adobe\Extension CC\Configuration\DB Manager and remove or rename the ExMan.db file

    7. start Extension Manager and install extensions

  • How to initialize a value to an instance of tabletype which is to create the object

    Hello
    I created an object

    create or replace TYPE SAPE_SCO_INFO_REC
    AS AN OBJECT
    (Assignment_Id NUMBER,
    project number,
    sco_id number,
    Role_START_DATE DATE
    Role_END_DATE DATE
    avg_hrs_per_day number,
    current_sco_start_date DATE,
    current_sco_end_date DATE,
    DATE OF NEW_SCO_START_DATE,
    DATE OF NEW_SCO_END_DATE,
    sco_role_mode VARCHAR2 (250).
    sco_hrs_per_day number,
    Active_Flag VARCHAR2 (10),
    RET_CODE VARCHAR2 (5).
    MSG_ERREUR VARCHAR2 (255));


    then I create an array on this object type

    create or replace IS TABLE OF SAPE_SCO_INFO_REC of TYPE SAPE_SCO_INFO_TBL

    now I m trying to call a procedure in which has a table type in the parameter but when I initilizae the tabletype it shows this error. so please take a look at this problem and help me



    DECLARE
    l_Return_Status VARCHAR2 (30): = NULL;
    l_Msg_Count NUMBER: = 0;
    l_Msg_Data VARCHAR2 (2000): = NULL;
    v_Sape_Sco_info_Tbl SAPE_SCO_INFO_TBL;
    -v_Sape_Sco_info_rec SAPE_SCO_INFO_REC;

    V_POSITION number: = 0;
    BEGIN
    v_Sape_Sco_info_Tbl (V_POSITION). Assignment_Id: = 165321;
    v_Sape_Sco_info_Tbl (v_position) .project_id: = 74538;
    v_Sape_Sco_info_Tbl (v_position) .sco_id: = 10430;
    v_Sape_Sco_info_Tbl (V_POSITION). "Role_START_DATE: = October 15, 2009;
    v_Sape_Sco_info_Tbl (V_POSITION). "Role_END_DATE: = January 1, 2010;
    v_Sape_Sco_info_Tbl (v_position) .avg_hrs_per_day: = 8;
    "v_Sape_Sco_info_Tbl (v_position) .current_sco_start_date: = October 15, 2009;
    "v_Sape_Sco_info_Tbl (v_position) .current_sco_end_date: = 10 January 2010;
    v_Sape_Sco_info_Tbl (V_POSITION). "NEW_SCO_START_DATE: = October 15, 2009;
    v_Sape_Sco_info_Tbl (V_POSITION). "NEW_SCO_END_DATE: = 10 January 2010;
    v_Sape_Sco_info_Tbl (v_position) .sco_role_mode: = "EXTEND_RESOURCES";
    v_Sape_Sco_info_Tbl (v_position) .sco_hrs_per_day: = 6;
    v_Sape_Sco_info_Tbl (V_POSITION). Active_Flag: = 'Y ';
    v_Sape_Sco_info_Tbl (V_POSITION). RET_CODE: = NULL;
    v_Sape_Sco_info_Tbl (V_POSITION). MSG_ERREUR: = NULL;

    / * SAPE_UPDATE_SCO_DETAILS_PKG. () SCO_ROLE_EXTENSION
    x_project_id = > 74538,
    x_Assignment_Id = > 165321,
    x_Sape_Sco_info_Tbl = > v_Sape_Sco_info_Tbl,
    x_called_function = > 'EXTEND_RESOURCES ',.
    x_Return_Status = > l_Return_Status,
    x_Msg_Count = > l_Msg_Count,
    x_Msg_Data = > l_Msg_Data
    );*/
    END;



    Error is
    Error report:
    ORA-06531: Reference to an uninitialized collection
    ORA-06512: at line 10
    06531 00000 - 'refers to an uninitialized collection.
    * Cause: An element or member function of a nested table or varray
    has been referenced (where an initialized collection is necessary)
    without the collection has been initialized.
    * Action: Initialize the collection with an appropriate constructor
    or the assignment of the whole object.

    Uncomment the line first (initialization of collection) after BEGIN.

    Kind regards
    Vijay

  • OOP - how to pass variables between the branches of the object, but not instances of VI

    I have a main VI where a thread object goes through some subVIs initialization and then branches off into several parallel loops. My understanding is that each branch becomes a separate instance of the object. Data is passed between the loops using global variables, wrapped in the accessors (I can change this if someone has a better approach - reducing to a minimum the memory and the CPU usage is very important).

    I need to have a large number of instances of the main VI running at the same time. What would be the best way to ensure that the data transmitted between the loops of one instance of VI do not interfere with the data transmitted between the loops of another instance of VI?

    Thank you for your understanding.

    Ah, you're right. Stupid mistake on my part. It's all working now. The corrected code is attached.

  • Impossible to install physx for Mass Effect 3. Error failed to initialize the physical system.

    Original title: fatal error install physx even after using the shortcut and adding / quiet to the target

    I tried to install physx to play Mass Effect 3. However a pop-up message and the installation has ended

    "Unable to initialize the physics system."
    "Please make sure you have a version installed PhysX system software update."
    After reading some posts online, I created a shortcut as
    C:\Users\USER\Desktop\PhysX-9.12.0613-SystemSoftware.msi/quiet
    Yet, nothing happened, the program file was not a folder named Nvidia, the games always says it cannot start because it is impossible to activate his physical flow...

    Hi Javier Wong,

    1 did you do changes on the computer before the show?

    Method 1:

    Put the computer to boot and then try to install the software.

    Step 1: Clean boot

    See the following site:

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.microsoft.com/kb/929135.

    Note: to set the computer back to start normally, use the step 7 in the same link.

    Step 2: Uninstall the earlier version of the software

     

    See the following site:

    Uninstall or change a program

    http://windows.microsoft.com/en-us/windows-vista/Uninstall-or-change-a-program.

     

    Step 3: Install the latest version of the software

    See the following site:

    NVIDIA PhysX System Software

    http://www.nvidia.com/object/physx-9.12.0613-driver.html.

     

    Method 2: Download and install the latest graphics Driver

    Install the latest graphics driver.

    You can consult the site mentioned below:

    NVIDIA driver downloads

    http://www.nvidia.com/Download/Scan.aspx?lang=en-us.

  • initialize the PostProcess event handler

    Hello world

    We develop a PostProcess event handler that loads a choice list values and to do a calculation based on the values of research and the parameters passed.

    The Manager will have to face a lot of events, we are a little worried that the execution could get affected too (despite the asynchronous nature of the handlers).

    Is it possible to precompute for example loading of research (which is always the same) and other calculations in an initialize() method so that the Manager is not obliged to all over again for each event?

    Thanks for your help in advance!

    To use the search in initialize the first you must instantiate full LookupOperation API to initialize and create a global variable to use the value during the life cycle of the event handler

    It is not recommended "global variables should not initialize in this method.

    Initialize method will be called only once during the event handlers loading, IE every time u start the server.

    The object created in the initialize method will still be in memory. It depends on the size of your list of choices.

    If it contains huge data not recommend you store it in the initialize method. As it will eat your memory.

    __

    When closing a thread like a response please do not forget to mark the messages correct and useful to make it easier for others to find their

  • Default value in the object MessageLovInput - with results mapped to fields MessageStyledText

    Have a personalized page of the OPS with a simple LOV entry on this subject (MessageLovInput) for an account number that works very well.   User has entered an account number, the LOV works as it should and when the value is chosen I lovMappings that map a couple of fields result view-only MessageStyledText boxes indicating the name and address that was chosen.  Result - key user Acct # and the name and address appears automatically for the user for reference purposes.

    However, I have an entry point to the screen where I would like to pass a parameter to the account number and have it auto select the LOV for me so that the only 2 display fields are visible.  In my controller page, I put the default account number (accountBean.setValue(pageContext,"12345") and it works EXCEPT that it never fill the results in the only fields of 2 display for the customer does not have the reference except with force, they choose the LOV and select the address.)

    Is it possible to make the LOV "auto-run" at the entrance to the page so if there is an input value it will even act as if user keyed it?  I tried several variations of things of guide to Dev and Google for several hours and must be missing something.

    Here's the Basic code that I have in place (cut down to simplicity)

    PageCO-> ProcessRequest method:

    String acctNumber = pageContext.getParameter ("InputAccountNumber");

    If (acctNumber! = null)

    {

    Lov OAMessageLovInputBean = webBean.findChildRecursive ("AccountNumber");

    lov.setValue (pageContext, acctNumber);

    }

    With just the code above, when the screen lorsque l' ecran commence begins has the InputAccountNumber appropriate in the account number field and correctly displayed.  The other fields only 2 screen remain blank well.  If I make a form submission (PageCO-> ProcessFormRequest), it correctly handles the LOV selection as well.

    I tried to add the code to the stream to instantiate the LOV VO with the appropriate value and it works - selects the LOV properly and has a vo.getRowCount (1) because I expect.  But it's as if she doesn't have the lovMappings to the map screen.

    Any suggestions?

    Objects involved are:

    MessageLovInput (with the region associated with listOfValues, tables and lovMappings, including mappings in Nom_tiers areas and address MessageStyledText)

    LovVO-> query VO Sql Simple that is the query for the LOV (i.e. not based on an EO)

    LovAM-> separate AM which houses the LovVO and is listed on the MessageLovInput

    LovCO-> separate CO which house the PR and PFR for MessageLovInput field

    PageCO-> controller for the page-> code LOV is the room above that sets the value.

    PageAM-> AM for the page-> have you tried including the LovVO in its data model and it set aside.  Have you tried including a reference to the LovAM and removing it - same results

    Got this working.  As aJohny said, I essentially had to manually set the other fields in the PR.  Had to do it in the PR of the PageCO since the LovCO is not called until the user interacts with the specific field of the MessageLovInput.

    For reference, here's a rough description of what I had to do.

    PageCO-> controller of main page in the ProcessRequest method:

    (1) pick up the parameter and done a setValue on the MessageLovInput to the main field of LOV visible by the user.

    (2) calls LovAM to initialize the specific LOV with the input parameter (see section LovAM below)

    (3) calls LovAM to return the LovVO

    (4) Gets the first line of the LovVO and fills the fields of the MessageStyledText (if there is only 1 line returned.  If 0 or 2 + it doesn't fill the dependent fields)

    LovAM-AM for the LOV-> a > code to initialize the LovVO as follows

    (1) Gets the LovVO

    (2) setWhereClause (null) and setWhereClauseParams (null)

    (3) setWhereClause to include the input parameter

    (4) executeQuery

    (5) If no input parameter then it gets just the LovVO and setWhereClause (null) (null) /setWhereClauseParams

    LovCO-> controller of the LOV

    (1) in PR-> call LovAM to initialize the VO with an empty/null input parameter.  This allows user to key in a new account number in the entry field Lov and it works.  In the contrary case, it always binds in the account number which is entered into the page as a parameter.

    This method seems to work after a series of tests.  Seems like overkill for the lovMapping themselves and the feature base LOV all done automatically.  I expect to be able to do something to force the instantiate LOV and do its normal operations.  But I could never get this to work in the PageCO in the ProcessRequest method.

    Thank you

  • SEVERE: Exception initialization 'oracle.dbtools.crest.fcp.DataModelerAddin' extension ' Oracle SQL Developer Data Modeling

    After some testing today with a new installation and plugin subversion in the latest edition of data Modeler this error happens with every start of the tool.

    Have removed and unzipped the installation once again without changing the error.

    After that, I started with another user on my computer, it the error does not occur.

    Is there a system folder to remove the configuration of my personal like jdeveloper and sql developer?

    I lose the most important features, for example. have no browser and cannot open a design.

    Here is the full error stack:

    29 may 2015 22:17:40 oracle.ideimpl.extension.AddinManagerImpl

    SEVERE: Exception initialization 'oracle.dbtools.crest.fcp.DataModelerAddin' extension ' Oracle SQL Developer Data Modeling

    java.lang.NullPointerException

    at oracle.dbtools.crest.swingui.editor.UDPLibrariesPersistence.load(UDPLibrariesPersistence.java:220)

    at oracle.dbtools.crest.model.design.DesignSet.createElement(DesignSet.java:56)

    at oracle.dbtools.crest.swingui.ApplicationView.addDesign(ApplicationView.java:2497)

    to oracle.dbtools.crest.swingui.ApplicationView. < init > (ApplicationView.java:435)

    to oracle.dbtools.crest.swingui.ApplicationView. < init > (ApplicationView.java:389)

    at oracle.dbtools.crest.swingui.ApplicationView.getInstance(ApplicationView.java:2258)

    at oracle.dbtools.crest.fcp.DataModelerAddin.initialize(DataModelerAddin.java:553)

    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManagerImpl.java:496)

    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManagerImpl.java:483)

    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManagerImpl.java:299)

    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(AddinManagerImpl.java:160)

    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(AddinManagerImpl.java:143)

    at oracle.ide.IdeCore.initProductAndUserAddinsAndActionRegistry(IdeCore.java:2294)

    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1817)

    at oracle.ide.Ide.startup(Ide.java:772)

    at oracle.ide.osgi.Activator.start(Activator.java:209)

    to org.eclipse.osgi.framework.internal.core.BundleContextImpl$ 1.run(BundleContextImpl.java:711)

    at java.security.AccessController.doPrivileged (Native Method)

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)

    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)

    at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)

    at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1176)

    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)

    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)

    at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)

    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)

    at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalStart(EquinoxLauncher.java:271)

    at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.start(EquinoxLauncher.java:241)

    at org.eclipse.osgi.launch.Equinox.start(Equinox.java:258)

    at org.netbeans.core.netigso.Netigso.start(Netigso.java:191)

    at org.netbeans.NetigsoHandle.startFramework(NetigsoHandle.java:209)

    at org.netbeans.ModuleManager.enable(ModuleManager.java:1352)

    at org.netbeans.ModuleManager.enable(ModuleManager.java:1156)

    at org.netbeans.core.startup.ModuleList.installNew (ModuleList.java:340)

    at org.netbeans.core.startup.ModuleList.trigger (ModuleList.java:276)

    at org.netbeans.core.startup.ModuleSystem.restore (ModuleSystem.java:301)

    at org.netbeans.core.startup.Main.getModuleSystem (Main.java:181)

    at org.netbeans.core.startup.Main.getModuleSystem (Main.java:150)

    at org.netbeans.core.startup.Main.start (Main.java:307)

    at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:123)

    at java.lang.Thread.run(Thread.java:745)

    Hi Torsten,

    Thanks for reporting the problem. I logged a bug.

    You can view together as "list of system types" directory to "preference > Data Modeler"-probably no longer exists. I guess that the setting for this directory is empty when you start SQL Dev as a different user.

    Philippe

  • QueryResultNotFoundException: Could not find the object of type VC:HostSystem

    I get this error when you try to run a workflow from the Web Client vSphere. The host object will not update automatically when you right-click on the host and you attempt to run the workflow. After the error is thrown, you can access the host through the object browser.

    The workflow contains only a single entry: host: VC:HostSystem

    vCenter: 5.5.0 build 1750787

    Orchestrator: 5.5.3

    vCenter is joined with the FQDN

    I tried to manually assign the Orchestrator appliance by the COMPLETE domain name in the configuration of the Web Client.

    I tried to re-registration of the extension through the CROWD.

    Capture.JPG

    To solve the problem, open a browser (or a client of REST) and to apply /GET to the following to the URL Https://your-vco-server:8281 / vco/api/catalogue/VC/HostSystem

    In the body of the returned response, find the item that matches your host host-3121and inside the element, it must be an attribute in search of something like

    
    

    Check if the value chain above - your-vcenter-addr/host-3121 - exactly matches the value the vSphere Web Client tries to look, as seen in the ToolTip for the error. If they do not match, you must reregister the instance of vCenter in vCO using the expected by vSphere Client Web address.

  • Problems with the move, the scaling and unite the objects.

    Since Illustrator CC, I had so many strange issues with moving things, scaling of shots... and now unite the objects. things just jumping around or act as snap to grid is turned on when it is not. I don't have any ultimate control.

    Now I'm running into a problem where if I me United say two objects that he as... changes the size of the object on some sides without reason. Obviously I don't want this at all. I did a few video clips to show what I mean.

    I didn't have to snap to grid on and have checked all the settings I know that these things could have an impact.

    https://www.Pinterest.com/PIN/create/extension/

    LC,

    There are two places that you must uncheck the box, one for the selected objects, and you must have all items released from the grid, the other in Options (flying) to avoid new items taken in the grid.

  • Bad display of the description of the object

    Hi all

    I have page responsibility Iprocurement page name and path is:

    / Oracle/Apps/ICX/por/reqmgmt/WebUI/ReqDetailsPG


    This is the request page and it contains two-piece 1 is part of the history of requisition and part 2 detail belongs to...


    In the detail part there is a table that contains the number of columns as line, description, by necessity, delevery - to and so on.

    In my case this special request to have 5 folders... In the detail table, that means show 5 lines, 5 description and so forth...



    My problem is with the Description column of the table in this detail

    This page after "ReqDetailsVO" and ItemDescription is the value of the attribute of this description column...

    "ReqDetailsCO" is this page CO...


    Now the question is when I click on copy on the shopping cart button, it goes to another page... / Oracle/Apps/FND/Framework/WebUI/OADialogPage

    This OADialodPage contains 3 buttons Cancle, add to cart and wagon again... In fact, it's a warning page


    When I click on new button basket, then it goes to the shopping cart page... This page contains a table that contains items in the shop...

    table contains columns like line, the item description, special info, unit and so on...

    Here she also have a record 5, but in the description of the article show other values... his watch is not the same value or description as my previous on the previous page ReqDetailsPG

    shows item description...


    This page shopping cart shoppingcartpg/oracle/apps/icx/por/req/webui/ShoppingCartPG the page number and the access path.

    Co: ShoppingCartCO

    VO:PoRequisitionLinesVO and view attribute: ItemDescription


    Now how to display the same description of the object on the page of ShoppingCartPG ?

    Can I track the CO extension method or what? and how?



    Thank you...



    Hi Sandeep... Actually I changed method to solve it... requirement is the same but the method has been changed...

    I close this and I raise thread for new requirement...

    Thanks for your help...

  • Cannot install Webpass: Error: ObThreadInitNLS (): error in the object list

    Hello gurus,

    I am installing Webpass (Oracle_Access_Manager10_1_4_3_0_linux_APACHE22_WebPass), but his break with below error.

    SOF:---------------------
    (February 3, 2013 08:39:35), Setup.product.install, com.oblix.installshield.ObConfigureLocale, AVT,
    (February 3, 2013 08:39:38), Setup.product.install, com.oblix.installshield.ObSetDefaultValuesWizardAction, AVT,
    (February 3, 2013 08:40:10), Setup.product.install, com.oblix.installshield.ObFileListFromFilter, err, the/opt/SP/weloadm/OAM/webcomponent/identity/oblix/configFile/Folder does not exist
    (February 3, 2013 08:40:38), Setup.product.install, com.oblix.installshield.ObTokenContainedWizardCondition, err, empty source string. Returns the value false.
    (February 3, 2013 08:41:01), Setup.product.install, com.oblix.installshield.ObExecWizardAction, committed an error, an error occurs. Please try again.
    .. /obnlswrapper.cpp:637: error: ObThreadInitNLS (): error in initialization of object list

    EOF:--------------------------

    Identity Server (Oracle_Access_Manager10_1_4_3_0_linux_Identity_Server) is running.

    Asper above error it says "the/opt/SP/weloadm/OAM/webcomponent/identity/oblix/configFile/Folder does not exist.
    "but these files and folders must be created by Webpass installer itself.

    So I don't know what is wrong here. Please help me solve this problem.

    Thank you.

    Published by: Filipe on February 2, 2013 23:50

    Hi Phil,

    Not sure why you get this error message. Things to check:

    -If you attempt the installation in silent mode, try interactive installation instead;
    -Please check that your version of Apache really is 2.2 and is installed as a 32-bit application.
    -also, sometimes delivered with the operating system Apache is not respectful of the OAM. If you try to install to delivered quickly (assuming that the installation got from so far away to ask questions about the location of the Apache), try with Apache downloaded instead.
    -check that the directives user and group in the Apache httpd.conf file mean true user and group you provide installation of WebPass (and not #1 syntax in the httpd.conf file);
    -check that the permissions of files in/opt/SP system are sufficient;
    -in the absence of the foregoing, mabe strace will point to the problem.

    Kind regards
    Colin

  • Where I'm going wrong with the object Type

    Hello world
    I am trying to insert data into a table using a type of object
    Here is my code
    Please help me where I'm wrong...
    Thank you

    Code for the object. Type
    create or replace type emp_rec_type as object 
    ( empno number
     ,name varchar2(20)
     ,salary number(7,2)
     ,job varchar2(10)
     ,hiredate date
     ,commno number(7,2)
     ,deptno number(4));
     
    Now I want to insert data into the table like this
    begin
      insert into emp5 values(emp_rec_type(5,'jack',1000,'salesman','12-apr-2000',300.00,20));
    end;
    I don't want to create a variable of the object... Initialization type I want to create just to insert the value using the default constructor.

    Concerning
    Prost

    You can create the table of the object:

    create table emp5 of emp_rec_type;
    

    Kind regards
    Sayan M.

  • Mac question: could not get the object file Photoshop Document object

    Hello

    I posted this question in my previous post, I hope I can get some aid.

    I created a group of Photoshop using Extension Builder 1.5, the Panel works perfectly in the window, but when I switch to Mac, broken things. I found the SDK on Mac is unable to me the Document.fullName when I open an image file in the formats JPG/GIF/PNG, event with the workaround provided by Bob (tml http://cookbooks.adobe.com/post_Creative_Suite_Extensions_and_the_Photoshop_CS5_Re-17727.h( )

    Actually, it is not question of Photoshop event, is open a JPG of my disk image, click a button in my Panel that will get the activeDocument, then try to get the object File from it, the Document.fullName always null. However, if I open the image in the Photoshop folder installed, it looks very good.

    Thank you

    Hi Alan,

    I took the project I have included in my response to your other thread and changed it so that I can open a file, click a button and see the contents of app.activeDocument in the debugger. Then I open a JPG file and debugged to the extension in Photoshop.

    No problem at this end.

    Concerning

Maybe you are looking for