NLS problem in PDK v2

I've installed oc4j_extended, PDK v2 examples in Portal 3.0.9.8.2 with
Russian Language Supplement.
My DB LNS_CHARSET is CL8MSWIN1251.
NLS_LANG environment variable for starting Apache russian_cis.CL8MSWIN1251.
So Question: Why when i change portal language to Russian all localized messages
(like "Customize") in PDK v2 potrlet examples became ??????? in Netscape 4.7.
Other portal portlets is Ok.
So more strange for me, IE and NS6 shows all characters correct.
Any suggestion?
Regards, Vladimir.

Thanks for the assistance James.
I've look at the URL-based portlet "urlnls". Only one thing I understudy from example is using tag <charSet>iana_charset</charSet>.
As described in XML.TAG.REFERENCE.V2.XML.HTML this tag may be used with oracle.portal.provider.v2.render.RenderManager
and oracle.portal.provider.v2.render.http.FileRenderer. So I'll try change my portlet to RendererManager.
But ... what I can't understand, why I do need do this... I insert simple cod in existing portlet
out.println("Current character set is \"" + pr.getURLCharSet() + "\"");
Result right in all browsers.
Regards,
Vladimir

Similar Messages

  • JHeadstart NLS problems on Linux

    I'm having problems generating nls resource files on our Red Hat Linux machine.
    I set the resource bundle type to propertiesFile, but the ApplicationResources.properties file doesn't contain the correct information.
    Examples from the ApplicationResources.properties file (HR Schema):
    ADVANCED_SEARCH=ADVANCED_SEARCH
    ALL_CONDITIONS_MET=ALL_CONDITIONS_MET
    ANY_CONDITION_MET=ANY_CONDITION_MET
    BREADCRUMB_COUNTRIES=EDIT_TITLE
    BREADCRUMB_COUNTRIES2TABLE=TABLE_TITLE
    BREADCRUMB_COUNTRIESTABLE=TABLE_TITLE
    BREADCRUMB_DEPARTMENTS=EDIT_TITLE
    BREADCRUMB_DEPARTMENTS2TABLE=TABLE_TITLE
    BREADCRUMB_DEPARTMENTS3TABLE=TABLE_TITLE
    BREADCRUMB_DEPARTMENTSTABLE=TABLE_TITLE
    BREADCRUMB_EMPLOYEES=EDIT_TITLE
    BREADCRUMB_EMPLOYEES2TABLE=TABLE_TITLE
    BREADCRUMB_EMPLOYEES3TABLE=TABLE_TITLE
    BREADCRUMB_EMPLOYEES4TABLE=TABLE_TITLE
    BREADCRUMB_EMPLOYEESTABLE=TABLE_TITLE
    BREADCRUMB_JOBHISTORY=EDIT_TITLE
    BREADCRUMB_JOBHISTORY2TABLE=TABLE_TITLE
    BREADCRUMB_JOBHISTORY3TABLE=TABLE_TITLE
    BREADCRUMB_JOBHISTORY4TABLE=TABLE_TITLE
    BREADCRUMB_JOBHISTORYTABLE=TABLE_TITLE
    BREADCRUMB_JOBS=EDIT_TITLE
    BREADCRUMB_JOBSTABLE=TABLE_TITLE
    BREADCRUMB_LOCATIONS=EDIT_TITLE
    BREADCRUMB_LOCATIONS2TABLE=TABLE_TITLE
    BREADCRUMB_LOCATIONSTABLE=TABLE_TITLE
    BREADCRUMB_REGIONS=EDIT_TITLE
    BREADCRUMB_REGIONSTABLE=TABLE_TITLE
    CASE_SENSITIVE=CASE_SENSITIVE
    Is this a known problem? From my perspective It looks as though it can't find the nls templates (I specified the service setting "Templates Base Directory" to "/templates/"),
    The pages themselves are generated correctly (except for the nls problems).

    Hi Steven,
    I downloaded JHS 10.1.3.2 build 51 and under Linux I created a new application using the HR schema. This time, all prompts and tabs did have the correct labels like they have under Windows. Thanks so much for the fix!
    By the way, in the console from which I started JDeveloper 10.1.3.3 I do see a couple of these messages when I generate with JHeadstart.
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.charAt(String.java:558)
    at oracle.jsp.provider.JspFilesystemResource.setRoots(JspFilesystemResource.java:126)
    at oracle.jsp.provider.JspFilesystemResource.init(JspFilesystemResource.java:118)
    at oracle.jdevimpl.webapp.jsp.IdeStorageResource.<init>(IdeStorageResource.java:39)
    at oracle.jdevimpl.webapp.jsp.JspQuickCompiler.translateFile(JspQuickCompiler.java:340)
    at oracle.jdevimpl.webapp.jsp.JspQuickCompiler.translate(JspQuickCompiler.java:255)
    at oracle.jdevimpl.webapp.jsp.JspErrorProviderAddin$ErrorProviderTracker$BackgroundErrorCheckingTimerTask.run(JspErrorProviderAddin.java:494)
    at java.util.TimerThread.mainLoop(Timer.java:512)
    at java.util.TimerThread.run(Timer.java:462)
    At first I thought these messages could be linked to the warnings I get when I first generate an application. But they also appear on successive generations. Some further investigation revealed that these messages only are thrown after or at the end of the first generation after JDeveloper has been started. When I then regenerate, the messages no longer appear until I restart JDeveloper. As far as I can see nothing is missing from the files generated by JHeadstart but I need to investigate further to be sure.
    Thanks, Wouter

  • OAS 4.0.8.2 and NLS problem

    Hi,
    I migrated from OAS 4.0.8.1 to ...2.
    When I setup the net80 configuration using Easynet config I get the following error from the testing of the connection:
    ORA-12705: Invalid or unknown NLS parameter value specified.
    It just worked fine with the earlier version of OAS.
    Anyone...pls...

    Problem solved.
    I deleted OAS 4.0.8.2.0 and installed Web-to-go. Then I installed OAS 4.0.8.2.0.

  • Problems in pdk and jpdk samples?

    Any known problems in the samples externalApp and iFame that comes with the latest PDK and JPDK?
    I tried to install these samples by following exactly the steps in the installation html files. But, when trying to test the installation in the last step. The error messages showed up:
    "Forbidden
    You don't have permission to access /servlet/flightsprov on this server."
    "Forbidden
    You don't have permission to access
    /servlet/iframe on this server."
    By the way, there is no "externalApp.jar in the jpdk
    Do I miss any thing? Are there walkaround?
    null

    This post is best suited to the Oracle Portal Development Kit (PDK) forum.
    thanks

  • Problem with PDK

    PDK Component Starter&Viewer does not work.
    When I click on "PDK Component Starter&Viewer" I see only some tabs (Overview  Detail  Favorites) and no other information, no list of components... Page is blank ((.
    What's problem?
    P.S. NW04. PDK Version 70.7.0

    I am guessing that you are talking about the controls in the design view in VS?
    If so, you should change the LINK tag in the html view to reference the right installation directory.
    By defualt, It was changed in patch 2 to
    C:\Program Files\SAP\Portal Add-in for Visual Studio 2003\Controls ...
    Best regards,
    Tsachi

  • Problem using pdk-html:multibox and pdk-html:checkbox

    Hi all,
    I am developing a PDK struts application using OC4J 10.1.2. I have to create some form pages which are going to have some checkboxes. I have tried to follow the following code in order to use the pdk version of the checkbox in my form:
    in jsp file
    <logic:iterate id="item" property="items">
    <pdk-html:multibox property="selectedItems">
    <bean:write name="item"/>
    </pdk-html:multibox>
    <bean:write name="item"/>
    </logic:iterate>
    Given an ActionForm setup like this
    private String[] selectedItems = {};
    private String[] items = {"UPS","FedEx","Airborne"};
    public String[] getSelectedItems() {
    return this.selectedItems;
    public void setSelectedItems(String[] selectedItems) {
    this.selectedItems = selectedItems;
    ....... //getters and setters of items//
    In the reset method I also reinitialize the selectedItems array like :
    selectedItems=new String[]{};
    But the value of the multibox is not reflected in the action class. To my surprise, the html code generated by the server is similar to ordinary checkbox which ideally should carry some portlet specific information like pdk-html:text
    Same is the case with single checkbox. I have created a boolean variable for the single checkbox in the actionForm class. But same problem frustrates me again. The value is not passed simply.
    Can anybody comment. Is this some kind of a bug or may be there is no support for checkbox and multibox in pdkstruts.jar (10.1.2.0.2).
    Best regards,
    Omer

    following below the code that generate the XML. I still need help.
    I hope someone can help me in this issue
    The servlet that generate the XML.
    response.setContentType("text/xml");
    String Xml = "";
    Xml = Xml + "<?xml version=\"1.0\"?>";
    Xml = Xml + "<?xml-stylesheet href=\"/XslGravaCrit.xsl\" type=\"text/xsl\"?>";
    Xml = Xml + "<!-- Here is a sample XML file -->";
    Xml = Xml + "<page>";
    Xml = Xml + "<title>Test Page</title>";
    Xml = Xml + "<content>";
    Xml = Xml + "<paragraph>What you see is what you get!</paragraph>";
    Xml = Xml + "</content>";
    Xml = Xml + "</page>";
    try{
    TransformerFactory tFactory = TransformerFactory.newInstance();
    byte[] arr=Xml.getBytes();
    ByteArrayInputStream bytes=new ByteArrayInputStream(arr);
    Source xsl=new StreamSource("../XslGravaCrit.xsl");
    Templates template=tFactory.newTemplates(xsl);
    Transformer transformer = template.newTransformer();
    transformer.transform(new StreamSource(bytes), new StreamResult(response.getWriter()));
    }catch(Exception e){
    System.out.println("Excecao 100: " + e.getMessage() + e.getLocalizedMessage());
    The XSL XslGravaCrit.xsl
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:java="http://xml.apache.org/xslt/java" exclude-result-prefixes="java"
    version="1.0">
    <xsl:strip-space elements="*"/>
    <xsl:output method="html" indent="yes" version="4.0"/>
    <xsl:template match="page">
    <html>
    <body><b>
    <xsl:value-of select="java:java.util.Date.new()"/>
         </b>
    <xsl:for-each select="/page">
    <xsl:sort select="paragraph"/>
    <xsl:value-of select="paragraph"/>
    </xsl:for-each>
    <i>Hello World</i>
    </body>
    </html>
    </xsl:template>
    </xsl:stylesheet>

  • NLS problems

    Hi,
    I have installed oracle 9i on windows machine, then apache and php installed on seperate windows machine. Problem is that instead of national characters I get ? marks.
    Oracle DB is in WE81SO8859P1 characterset.
    (SELECT * FROM V$NLS_PARAMETERS )
    NLS_CHARACTERSET = WE81SO8859P1
    Apache machine is win1257 encoding. If I enter some data from apache macine into DB everythig is OK and I can get national characters. If I use other data from DB instead mational chars are ?
    If I put environment variable NLS_LANG = WE81SO8859P1 on apache amchine, I can't connect to oracle at all.
    Does anybody help me?
    gigic

    Problem is that instead of national characters I get ? marks.'?' is one replacement char Oracle uses when proper conversion is not available for your selected combination of character repertoires. (for example retrieving stored multi-byte unicode characters when your client application setup supports only ascii characters)
    Or, if you'd like, from 9.2 Documentation; Globalization Support Guide, Glossary:
    "replacement character
    A character used during character conversion when the source character is not available in the target character set. For example, ? is often used as Oracle's default replacement character."
    One guess (since you get a '?') is that your app client side uses ascii codes, told to Oracle via nls settings.
    Apache machine is win1257 encoding. If that is for Baltic languages, you may have a "Uh oh!" on your hands...
    Besides encoding is different for some characters, several of them does not even exist in 8859-1. Look for letters with caron, ogonek, cedilla, stroke, ...
    http://www.microsoft.com/globaldev/reference/sbcs/1257.mspx
    Oracle's char set with Baltic support is called BLT8MSWIN1257 (or BLT8ISO8859P13 or ...) - again, see the Globalization Support Guide in documentation set. http://tahiti.oracle.com/
    You should set up a test database and verify that the data you need to store can be converted and stored properly.
    If I enter some data from apache macine into DB everythig is OK and
    I can get national characters.Really sure? Really, really? National support is a tricky business and without care it can turn in to a ugly character soup.
    If I use other data from DB instead mational chars are ?How, what, where?
    If I put environment variable NLS_LANG = WE81SO8859P1
    on apache amchine, I can't connect to oracle at all.What is the error returned? WE8ISO8859P1 is a valid value, WE81SO8859P1 is not. Remember that WE8ISO8859P1 may not be the correct choice...
    Does anybody help me?maybe =)
    There is perhaps a more apropriate forum here:
    Globalization Support

  • NLS problem

    I have :
    *Oracle 9i DB using AR8MSWIN1256 Arabic character set , AL16UTF16 for NLS
    *Tomcat 4.1.27 as application server
    *JDBC for connectivity - Thin Driver
    *JDK - SUN 1.4.2 ( Latest )
    *Macromedia Dreamweaver MX for JSP development
    *UTF-8 for HTML tags ( to see Arabic )
    *UTF-8 for JSP encoding
    Problem is:
    when I insert any Arabic charactes to the database , it is saved like Junk
    despite that Arabic charaters are Showing good on the web page and inside fields when entered
    I have concerns regarding my JDBC conversion layers despite that I use
    UTF-8 for all
    Any help
    Thank You

    the problem is in Tomcat.
    It uses J2EE core libraries wich are damaged.
    Try to
    1) set a correct Regional settings in OS level and relaunch Tomcat
    or
    2) edit it's sourses
    or
    3) use Jetty or OC4J.

  • Starting DB NLS problem

    Hi
    I had installed Oracle 9iR2.0.4.0 on SuSE 9.0.
    When I try to strat up the database from the 'sqlplus'
    "$sqlplus /nolg
    SQL>conn / as sysdba"
    I always get an error saying that I have wrong NLS value with error code "ORA-12705"
    Same also from the dbastudio
    my NLS_LANG is ARABIC_EGYPT.AR8MSWIN1256
    and I had tried these values too
    ARABIC_EGYPT.AR8ISO8856P5
    AMERICAN_AMERICA.WE8MISO8856P1
    it is exported and inserted in the '.bashrc'
    We didn't face such problem on 9iR2.0.1 either with RH9 or SuSE 9.0
    How we can start the database?

    Hi,
    Problem starting DB and not able to use sqlplus is two different thing.
    Assuming you have right now problem using sqlplus.
    Please check if your Environment variable like %PATH, %ORACLE_HOME is properly set. I suppose you have more than 1 oracle installed on that box.
    Regards
    Anurag Tibrewal.

  • NLS problem with sqlplus

    Hi there,
    I have a 9i database running on a windows machine, and I am trying to connect from another windows machine using sqlplus. When I try to login I get the error message:
    ORA-12705: invalid or unknown NLS parameter value specified
    I don't really know what it means or what I have to do? is it a problem on the server or on the client?
    Can someone help me on this one?
    Regards
    Johnny

    ORA-12705 invalid or unknown NLS parameter value specified
    Cause: There are two possible causes: Either an attempt was made to issue an ALTER SESSION statement with an invalid NLS parameter or value; or the NLS_LANG environment variable contains an invalid language, territory, or character set.
    Action: Check the syntax of the ALTER SESSION statement and the NLS parameter, correct the syntax and retry the statement, or specify correct values in the NLS_LANG environment variable. For more information about the syntax of the ALTER SESSION statement, see the Oracle9i SQL Reference
    you have to correct that value in NLS_LANG enviroment variable of your OS.
    Query NLS_LANG value in your server and put it equal in
    your client.
    Joel P�rez

  • NLS Problem when connect SQLDeveloper to Connect to Oracle XE

    Status: failure ORA 00604: error occured at recursive SQL Level 1 ORA-12705:
    cannnot access NLS data file or invalid enviroment specified
    SQL Developer 1.0.0.15.57
    OS Windows2003
    sun.jnu.encoding=cp1251
    user.country=RU
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    NLS_CHARACTERSET AL32UTF8
    NLS_DATE_LANGUAGE RUSSIAN
    NLS_LANGUAGE RUSSIAN
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NUMERIC_CHARACTERS ,
    NLS_SORT RUSSIAN
    NLS_TERRITORY RUSSIA

    Yes, its happen on startup up of a new connection.
    On other forum threads we have some help:
    New next lines in
    C:\oracle\sqldeveloper-1557\sqldeveloper\jdev\bin\sqldeveloper.conf
    AddVMOption -Duser.language=en
    AddVMOption -Duser.region=US
    And change in regedit:
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_XE\NLS_LANG -
    from RUSSIAN_RUSSIA.CL8MSWIN1251
    on RUSSIAN_RUSSIA.AL32UTF8
    Some help:
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14225/ch11charsetmig.htm#i1005993
    This problem was fixed. Thanks All.

  • 11.5.10.2 Fresh install - NLS problem

    Hi all,
    I'm doing a multinode fresh install of 11.5.10.2 on HP-UX. Came across the following from rapidwiz (it only happens with Simplified Chinese):
    RW-50004: Error code received when running external process. Check log file for details. Running APPL_TOP Configuration
    Driver for APSA instance.
    The log files shows:
    Checking Disk contents in - /dba/app/tempstaging/Stage11i/startCD/Disk1/rapidwiz
    Checking Disk contents in - /dba/app/tempstaging/Stage11i/oraNLS/ESA/Disk1
    Checking Disk contents in - /dba/app/tempstaging/Stage11i/oraNLS/ESA/Disk1
    UnzipCount:416
    Processing Disk1....
    Enter the location of the CD labeled Oracle Applications NLS Supplement - Simplified Chinese Disk 1 :
    Checking Disk contents in - /dba/app/tempstaging/Stage11i/startCD/Disk1/rapidwiz
    Checking Disk contents in - /dba/app/tempstaging/Stage11i/oraNLS/ZHS/Disk1
    Checking Disk contents in - /dba/app/tempstaging/Stage11i/oraNLS/ZHS/Disk1
    UnzipCount:416
    Processing Disk1....
    ^M
    runProcess_2
    Statusstring Executing Command: InstantiateFile adatccnv.sh
    ERROR: Unable to complete instantiation of adatccnv.sh
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running APPL_TOP Configuration Driver for APSA instance
    Any suggestions?
    Thanks.

    are you sure that it only happens with Simplified Chinese, if yes you can install the application with out Simplified Chinese and after the installation complete successfuly you can add the Simplified Chinese languge as post installation step.
    i check for the error you faced but with no luck my gess the your nls cd is corrupted can you downlaod another one from edilivery and try
    fadi hasweh
    http://oracle-magic.blogspot.com/
    Oracle is not Magic, it just takes years of experience

  • How to solve this problem in PDK-URL

    Dear all
    I success install PDK-URL in my 9i AS, and i test all the PDK-URL example can run on the server, so i edit the providers.xml to add a new URL. My exist web service URL address is : http://testserver.com/service;userid=6687362346283.ehtml
    , But i can not use this URL, because i found that PDK-URL can not contain ';', if the address can not change, how can i use this address in PDK-URL??
    Thanks for your help.
    Tony

    Encoded URL should be used under <pageURL> tag in your provider.xml. Hence you need to replace ";" with "%3b".
    Example
    http://testserver.com/service%3buserid=6687362346283.ehtml

  • Rendering Problems using PDK-URL (URL dynamically changes)

    Oracle 9i Application Server 1.0.2.2.1
    Oracle Portal 3.0.9.8.0
    PDK Services for Java version 3.0.9.0.5.
    PDK URL Services version 3.0.9.0.4.
    Oracle HTTP Server 1.3.19.0.0a
    The PDK-URL installed fine and the rendering examples work
    (www.google.com, etc). As a POC, I'd like to render our help
    desk page on portal tab. For the help desk portlet, I added an
    entry in the URL provider.xml with the following url:
    <pageUrl>http://intranet.mas.alcoa.com/tiweb/default.asp</pageUrl>
    When the portlet is placed on a public help desk tab on the main
    portal and the help desk tab is clicked, the address resolved is
    http://mas_itport-ws2/servlet/scripts/TrackIt.asp. The
    "intranet.mas.alcoa.com" portion of the URL is being
    replaced with "mas_itport-ws2/servlet".
    Metalink referred me to this discussion forum. Please let me
    know if you have any ideas regarding this issue or can advise
    where else to get support.
    Thank you in advance,
    [email protected]

    Thank you for the reply amjad. But I do not understand what it
    is that I am suppose to look for. Here is the provider.xml
    entry.
    <provider class="oracle.portal.provider.v1.http.URLProvider">
    <proxyInfo
    class="oracle.portal.provider.v1.http.ProxyInformation">
    <httpProxyHost>na-proxy.alcoa.com</httpProxyHost>
    <httpProxyPort>80</httpProxyPort>
    </proxyInfo>
    <session>true</session>
    <portlet class="oracle.portal.provider.v1.http.URLPortlet">
    <id>1</id>
    <name>TrackIt Portlet</name>
    <title>TrackIt Portlet</title>
    <description>Display TrackIt as a portlet.</description>
    <timeout>100</timeout>
    <timeoutMessage>Timed out waiting for TrackIt
    Portlet.</timeoutMessage>
    <acceptContentType>text/html</acceptContentType>
    <showEdit>false</showEdit>
    <showEditToPublic>false</showEditToPublic>
    <showEditDefault>false</showEditDefault>
    <showPreview>false</showPreview>
    <showDetails>false</showDetails>
    <hasHelp>false</hasHelp>
    <hasAbout>false</hasAbout>
    <renderer class="oracle.portal.provider.v1.RenderManager">
    <contentType>text/html</contentType>
    <showPage class="oracle.portal.provider.v1.http.URLRenderer">
    <contentType>text/html</contentType>
    <charSet>ISO-8859-1</charSet>
    <pageUrl>http://intranet.mas.alcoa.com/tiweb/default.asp</pageUrl
    >
    <filter class="oracle.portal.provider.v1.http.HtmlFilter">
    <headerTrimTag>&lt;body</headerTrimTag>
    <footerTrimTag>/body></footerTrimTag>
    <baseHRef>http://intranet.mas.alcoa.com/Tiweb/default.asp</baseHR
    ef>
    <secBaseHRef>http://intranet.mas.alcoa.com/Tiweb/default.asp</sec
    BaseHRef>
    <inlineRendering>true</inlineRendering>
    </filter>
    </showPage>
    </renderer>
    </portlet>

  • NLS Problem in 9iAS Forms Service

    Hi Friends
    I'm using :
    - Forms Server 6i
    - 9iAS Rel 1
    - Database 8.1.6 (AR8MSWIN1256)
    for a 3 tire application in Farsi. My client is IE 5.5 and
    my JVM is Jinitiator 1.1.8.10
    The problem is for 4 letters sound g,ch,p and zh in Farsi
    I miss contextual analysis for these letters in the java
    applet downloaded to client.
    I mean the behaviour of these letters in the client is
    like English characters not arabic ones.
    Please help me
    Thanx in advance

    I guess you need to enable the Urdu language support in the browser as well.
    In IE, Tools-> Internet Options-> General>Languages

Maybe you are looking for

  • Need help in generatin report email to outlook address thought shellp script

    Hi Gururs, Am new to shell scripting . Your help is greatly appreciated. This is the shell script code as below, and this is called by the plsql procedure to run the rpeort and generate an email. email.sh if [ $# -ge 1 ] then         RUN_ENV=$1 else

  • Not all selected pictures are shared in album sharing in Photostream

    I am trying to share an album with my friends on photostream. After i selected the album, added the friends, and waited for ever to upload the pictures, I realized that not all the pictures are available on the shared album. So i had to go back again

  • Is online banking secure/safe to do over wireless network?

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/867855'' I will be traveling and would like to know if it is safe to check my credit card and checking account online over the wireless network at the hotel?

  • Big Mistake, how do I fix it.

    Peace and blessings, I tried to install Tiger from my Mac book into my G4 flat screen. I thought it was fine since they were both owned by me, as it turns out they're not compatable. My G4 is frozen. It starts out then after the apple appears its fre

  • Converting Xml object strait to AS3 ....

    Hi there, I would like to find out a strait convertion from this Xml object to AS3 which would have to be the same (outcome / use / readout) as code below including a Http call !!! NO, Combobox or a List !!! Strait forward to be used in a function()