JSF or UIX = Land of confusion

Does anyone have any suggestions for a framework to begin a migration to from an existing asp app? There is a requirement for some Oracle Portal leveraging and one of these two technologies is going to be utilized. I am reading documents such as this;
http://www.oracle.com/technology/products/jdev/collateral/papers/9.0.5.0/adfuix_roadmap/adfuix_roadmap.html
and the only result is additional confusion. This JSF specification only seems like a fledgling attempt to compete with asp.net. Any comments appreciated.

The basic things to take into account:
in favour of UIX:
A complete set of HTML components.
Support for visual editing in 9.0.5
Support for easy databinding in 9.0.5
in favour of JSF:
Part of the J2EE standard so you are not "locked" to Oracle.
Is the direction for Oracle - UIX is becoming JSF in the next release - see ADF Faces.
The problem is timing - While UIX now offers visual development and data binding, JSF will only have this in the next release of JDeveloper (You can see the visual editing in the 10.1.3 preview today).
We are going to have some level of migration from UIX to ADF Faces.
Now you have the basic decision factors - it is up to you to decide which way you want to go. At least unlike in .NET - in Java you have options :-)

Similar Messages

  • Jsf ppr - uix ppr

    Hello,
    This is also cross posted in the JDev forum because i'm not sure where it belongs.
    Jsf ppr <-> uix ppr
    The page is generated with JHS and the only important thing I changed was adding the partialtrigger and autosumbit/immediate on the fields, using a dynamic JHS domain with
    data changed per row on.
    In UIX there was the option to use ppr and submit the forum invalidated.
    <primaryClientAction>
    <firePartialAction event="whenListChanged"
    formSubmitted="true"
    unvalidated="true"
    targets=”fieldname”>
    </primaryClientAction>
    Can this still be done in JSF?
    I expected that setting autoSubmit and immediate to true would do this but they don’t.
    This is all in a tableLayout
    It only occurs on rows which are new and on which not all required attributes are filled yet.
    Basically I just have 2 choice fields, 1 trigger the update of the other with some random text input fields around it. The partialtrigger is on the second choice directed to the first.
    The partialupdate does nothing, the second choice is not updated when the row is new. When the row is not new everything works fine.
    Additionally when the row is new and I fill the field which should trigger the update the page does refresh, when I fill the rest of the requires fields and submit I will get an error and the row is duplicated and shown twice? One with the correct data and correct updated list the other with the correct data but no list which should have been updated by ppr.
    Also the debug output from both the ppr request is 100% identical. For a new row and an already existing row.
    I’m confused now.
    Anton

    Update,
    I think it is JHS related now.
    I was browsing the JHSLifecycle code and also found references to a previous similar bug in there in the method prepareRender.
    I created my own version of this class to add some debug info.
    I seems that when the PPR event is fired the model is correctly updated. If I print the viewobject/iterator content there this is correct.
    If I try to save my data after the ppr event which did nothing (this is possible since the field which ppr updates isn’t required) the row duplicates while the underlying viewobject/iterator still hold the right number of rows and the page itself shows 1 more row! (which isn’t in the iterator or viewobject!)
    I also created a new version for DynamicListItemsBean and places some debug statements there. My initial table has 3 DB rows and 1 'new' row by JHS.
    On page entry, the selecteditems is called 4 times (expected!)
    After the ppr the event is called 5 times?
    Update 2:
    Seems the problem is cause by the JSH collectionModel.
    After the doModelUpdate method completes; the number of rows will have increased by 1.
    However the table does not show this new row and I'm still in the 'old' row
    In other words when my table has 3 rows from the DB and 1 JHS new row. And I edit a field which triggers a ppr event in the new row the JHSCollectionModel will create a 4th row in the model. After the update thee table only shows the 3 old rows and the row which was previously 'new'
    The ppr was triggered and the list was populated but for the row which is not shown!
    Anton

  • UIX Info

    I am a bit confused. At Oracle Developer Days, we were told that UIX is going to become Oracle's implementation of Java Server Faces in the production release of JDeveloper 10g. The Oracle documentation states that UIX is compatible with JSF and JSP.
    However, as far as I see, a UIX is not a JSP document (or JSP page). It needs to be interpreted by the UIX servlet in order to turn into a JSP document that is then fed to Struts. UIX is vaguely related to XUL and UIML but is essentially an Oracle proprietary technology.
    Am I correct? Thanks.

    UIX is in many ways a predecessor of Java Server Faces. UIX provides a rich component set, where components have built-in behaviors. Secondly, the lifecycle of a .uix page is similar in some ways to JSF, the .uix file is parsed into a tree of components, a set of Renderers are applied to that component tree that generate output appropriate to the particular user agent. A component and its rendering are separated which allows for different sets of renderers for different look and feels and different devices.
    It is no accident that UIX is similar to Java Server Faces, the UIX team at Oracle has been one of the most active contributors in the expert group for the Java Server Faces JSR. When Java Server Faces is released, the next version of JDeveloper will provide all of the existing set of UIX components as Java Server Faces components. Customers writing UIX 2.x applications
    today will have a painless and automated transition
    over to the next version of the UIX components and
    Java Server Faces. In addition, there are many UIX features that the first specification of Java Server
    Faces doesn't include, and customers will continue to be able to use these features.
    I'm only scratching the surface here, we plan to put up a white paper on OTN that provides a detailed roadmap for UIX including Java Server Faces support.
    If you'd like to learn more about UIX, please read the UIX Developer's Guide in JDeveloper 10g.
    By the way, UIX isn't turned into JSP by the UIX Servlet, but it is possible to embed a UIX component tree in a JSP page by using the UIX JSP tag library.

  • Using UIX 2.2 in Jdeveloper 10.1.3.2

    Jdeveloper 10.1.2 was released with UIX support built-in.
    I have been working on 10.1.3.2 for a while and i am required to work on an old application that was build in 10.1.2 using UIX and Struts. How can integrate the UIX enviornment to 10.1.3.2. and most probably i will be requierd to build new pages for the same application modules and i am of course, going to choose to build the new pages in JSF while keeping the older pages (UIX pages). both will have BC4J model
    I am aware of the migration tool, but not ready to go into a migration process, the application if for a GSM operator and been used by some 400 + users
    regards
    Ammar Sajdi
    Amman - Jordan

    There is no more UIX support in 10.1.3 and greater. Oracle dropped UIX like a hot potato.
    People tried to get UIX running on top of a 10.1.3 binding/model stack but failed.
    So, mixing JSF and UIX on top of the very same model layer is probably impossible. Running JSF and UIX pages in unison sounds pretty hairy to me. Both will need their model layer versions and controllers.
    I am not from Oracle. I had some email conversations with Steve Muench about the UIX/10.1.3 problem, but he couldn't help either. My impression is: If you are waiting for Oracle to provide UIX support in 10.1.3 and later .... don't hold your breath! UIX is as dead as a rusty doornail.
    So my advice is: Stick to UIX until you can migrate the project completely to JSF and hang on to your copy of 10.1.2. That's what we do.
    Sascha

  • How to create JSF application from xsd files?

    Hi,
    We have many xsd files describing xml's which we are supposed to send to web services. Application which we are creating should allow user to fill xml documents with data and then we should send those xml files to some web service. We want to automatize as much as possible the process of application creation to avoid possible errors and to minimize our efforts (there are plenty of quite complex xsd files).
    Our first approach was: we used Oracle JSXB to generate java classes basing on xsd files (using JDeveloper 10.1.3.2.0.4066). Then we tried to generate DataControls, but this action fails with following error:
    Window title: Error in init bean
    Message: Could not complete initbean because it would result in an invalid document
    Details: oracle.bali.xml.model.XmlInvalidOnCommitException: SEVERE: Wartość atrybutu Name nie jest typu ID (Value of Name attribute is not of ID type)
    Wartość musi być następującego typu: (Value must be of following type)
    Nazwa typu: ID (Type name)
    Typ pierwotny: string (Primitive type)
    Z następującymi więzami: (With following constraints)
    zgodne z wzorcem: [\i-[:]][\c-[:]]* (Compliant with template)
    [ node = Name ]
    <JavaBean version="10.1.3.40.66" id="XSLStylesheet" BeanClass="oracle.xml.xslt.XSLStylesheet" Package="oracle.xml.xslt" isJavaBased="true">
    <Attribute Name="classMethodParams" IsUpdateable="0" Type="java.util.Hashtable" />
    We tried Sun implementation fo JAXB - it generated different java classes (with annotation mechanism). Creation of DataControls using those classes was successful. Then we created simple JSF page and tried to put those DataControls on it in order to let the user fill it with data. The thing is that those controls are read only as there is no row created in those DC. We can't create any row in those DC as there are only 'commit' and 'rollback' operations. When we try to call 'CreateInsert' operation on child elements of those DC we get error in JDeveloper log window:
    2007-05-29 10:08:46 oracle.adf.controller.faces.lifecycle.FacesPageLifecycle addMessage
    WARNING: JBO-29000: DataControl:createRowData
    2007-05-29 10:08:46 oracle.adf.controller.faces.lifecycle.FacesPageLifecycle addMessage
    WARNING: DataControl:createRowData
    new row is not created and controls are still read-only.
    The question is:
    1. is there another, more efficient way to create JSF application from xsd files?
    2. if this is the best way to do it, what do we do wrong?
    Leszek

    To anyone who might find it useful: our solution to mentioned problem.
    Few tips how to solve described problem:
    1. Do not use JAXB (we checked Oracle and Sun)
    2. Use castor http://www.castor.org/
    a) for each xsd generate java files in separated package
    b) use java 1.5 to let castor generate lists
    c) use mapping of xml namespaces to java packages to have only 1 implementation of each xsd
    3. Create facades - java files for you root-level java objects
    4. Right click those facades and choose 'Create DataControl' in jdev
    5. Now you may drag and drop you DataControls and use them in your JSF (or UIX) application
    I hope it will help someone :)
    Leszek

  • How to apply a simple javascript into JSF

    Hi everyone. This is my first time using JSF and i am abit confuse in applying some simple javascript into my JSF. Actually, i just want to add a simple function that is to disable user from input some certain textfield (h:inputText) based on the selection in the combo box (h:selectOneMenu).
    The javascipt that i would like to apply in the JSF coding is shown as below:-
    <HTML>
    <TITLE>Example of onChange Event Handler</TITLE>
    <HEAD>
    <SCRIPT LANGUAGE="JavaScript">
    function textField()
    if(document.myform.mcDonald.value=="disable")
    document.myform.data.disabled=true;
    if(document.myform.mcDonald.value=="enable")
    document.myform.data.disabled=false;
    </SCRIPT>
    </HEAD>
    <BODY>
    <H3>Example of onChange Event Handler</H3>
    <form name="myform">
    <SELECT NAME="mcDonald" onChange="textField()">
    <OPTION VALUE="enable">Enable
    <OPTION VALUE="disable">Disable
    </SELECT>
    <input type="text" name="data" value="10" size=10 disabled="true" >
    </form>
    </BODY>
    </HTML>

    You need to use the id's of the components in the hierarchy. This is actual working code:
    // Javascript
              function actionedStatus_onchange(formObj, fieldValue) {
                   formObj.elements['foureye:tabExceptions:unresolvedOnly'].disabled = (fieldValue != 'all');
                   formObj.elements['foureye:tabExceptions:unresolvedOnly'].checked = (fieldValue == 'all');
    // JSF
                   <x:selectOneMenu id="actionedStatus" styleClass="detailBondField" value="#{exceptionsBean.actionedStatus}"
                             onchange="actionedStatus_onchange(this.form, this.value)">
                        <f:selectItems value="#{lookupBean.actionedStatusList}"/>
                   </x:selectOneMenu>
    In this case, the root component form is 'foureye' (a subview), followed by 'tabExceptions' (a form), followed by a checkbox 'unresolvedOnly' that I want to manipulate. Here I am disabling the checkbox and setting the value dependent on the value of the selectOneMenu

  • JSF 1.2 Recommended books

    Hi there,
    i wonder if anybody can help?
    I am trying to get some recommendations on books available for JSF .. 1.2 if possible...
    I am coming from a asp.net background so the JSF (MVC) stuff is pretty confusing to me .. i think i need a standard book to go through what everything means..
    If anybody can suggest anything i would really appreciate it
    Thanks
    Ian

    check JSF in action by kito d mann.... it is a gr8 book...

  • Jsf components

    Hi sir
    I have successfully developed first jsf application, i m happy, that you people helped me out,
    I have created jsp page, where jsf component embedded, but some confusion generating in my mind regarding:
    1. hasn't jsp its own components for user interface.
    2. can i get all the functionalities of jsp in jsf so that i could avoid jsp extension.

    Actually, it is very much recommended to not use JSP at all; in stead you should use Facelets. In JSF 2 it is the default view handler even. You are using JSF 2.1 aren't you? If so then I wonder how you got to the point where you're using JSPs :s

  • How to design a web based leave management application  using jsf n Spring

    I'm a beginner for spring and jsf technology. I have a requirement to design web based leave management module using jsf and spring. Im confused in the design phase itself and not clearly knowing how to classify the classes. I need to understand clearly on how to do class design, and wanted to use MVC design patterns. As i know jsf itself is MVC but, as i want to use spring, i need to have some kind of model files and bean files.
    I'm clear about the following 3 classes.
    Applicant
    Approver
    Leave
    this will be like applicant will apply for leave and approvar when he logs he will see list of applied leaves and he will approve / reject the same by selecting one or more rows from datatable.
    Please guide me on designing this or gimme some link where i can read about designing java classes for web based applications.
    Thanks for your time and help.

    Please guide me on designing this or gimme some link where i can read about designing java classes for web based applications.Sure:
    http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/

  • Configure Job Scheduler sample in JDeveloper 10.1.3.2

    I am trying to configure http://www.oracle.com/technology/tech/java/oc4j/1013/how_to/how-to-scheduler-jms/how-to-scheduler-jms.zip
    in JDeveloper 10.1.3.2.
    When I start the embedded server, I got an error saying:
    An error occured deploying EJB module: java.lang.InstantiationException: No ResourceAdapterWrapper instance found at the specified resource-adapter (OracleASjms) for MessageDrivenBean event
    Did anyone get the same error?

    There is no more UIX support in 10.1.3 and greater. Oracle dropped UIX like a hot potato.
    People tried to get UIX running on top of a 10.1.3 binding/model stack but failed.
    So, mixing JSF and UIX on top of the very same model layer is probably impossible. Running JSF and UIX pages in unison sounds pretty hairy to me. Both will need their model layer versions and controllers.
    I am not from Oracle. I had some email conversations with Steve Muench about the UIX/10.1.3 problem, but he couldn't help either. My impression is: If you are waiting for Oracle to provide UIX support in 10.1.3 and later .... don't hold your breath! UIX is as dead as a rusty doornail.
    So my advice is: Stick to UIX until you can migrate the project completely to JSF and hang on to your copy of 10.1.2. That's what we do.
    Sascha

  • Inconsistent datatypes:expected - got - error in handling xml

    hi i am getting the error Error(45,12): PL/SQL: ORA-00932: inconsistent datatypes: expected - got - in this procedure
    i tried a lot and landed in confused state..
    create or replace
    PROCEDURE BT_CPE_XML_READ1 IS
    dest_clob CLOB;
    src_clob BFILE := BFILENAME('DOC_PATH', 'tester.xml');
    dst_offset number := 1 ;
    src_offset number := 1 ;
    lang_ctx number := DBMS_LOB.DEFAULT_LANG_CTX;
    warning number;
    ex number;
    v_cast xmltype;
    v_varchar varchar2(32767);
    BEGIN
    DBMS_LOB.CREATETEMPORARY(dest_clob,true);
    ex := dbms_lob.fileexists(src_clob);
    if ex = 1 then
    INSERT INTO test_clob(id, file_name, XML_FILE_COLUMN, timestamp)
    VALUES(1001, 'test.xml', empty_clob(), sysdate)
    RETURNING XML_FILE_COLUMN INTO dest_clob;
    DBMS_LOB.OPEN(src_clob, DBMS_LOB.LOB_READONLY);
    DBMS_LOB.LoadCLOBFromFile(
    DEST_LOB => dest_clob
    , SRC_BFILE => src_clob
    , AMOUNT => DBMS_LOB.GETLENGTH(src_clob)
    , DEST_OFFSET => dst_offset
    , SRC_OFFSET => src_offset
    , BFILE_CSID => DBMS_LOB.DEFAULT_CSID
    , LANG_CONTEXT => lang_ctx
    , WARNING => warning
    DBMS_OUTPUT.ENABLE(100000);
    DBMS_LOB.CLOSE(src_clob);
    COMMIT;
    DBMS_OUTPUT.PUT_LINE('Loaded XML File using DBMS_LOB.LoadCLOBFromFile: (ID=1001).');
    v_cast :=xmltype(dest_clob);
    --dbms_output.put_line(v_cast);
    select extractvalue(XML_FILE_COLUMN,'/modifyProductPortfolioRequest/ns1:stateCode') from test_clob;
    end if;
    END BT_CPE_XML_READ1;
    is there any other way to get the value(xml)from the clob column of a table

    I see two issues off a quick eye-ball of the code<br><br>
    #1) You insert an empty clob into your table, load a local variable with the XML from disk, and then query the table. You never insert the XML into the table so you are querying on an empty column in the table.<br><br>
    #2) extractValue allows a third parm which is the namespace string. Since your XPath contains ns1: you'll need to use the third parm

  • Inconsistent datatypes: expected - got -

    hi i am getting the error Error(45,12): PL/SQL: ORA-00932: inconsistent datatypes: expected - got - in this procedure
    i tried a lot and landed in confused state..
    create or replace
    PROCEDURE BT_CPE_XML_READ1 IS
    dest_clob CLOB;
    src_clob BFILE := BFILENAME('DOC_PATH', 'tester.xml');
    dst_offset number := 1 ;
    src_offset number := 1 ;
    lang_ctx number := DBMS_LOB.DEFAULT_LANG_CTX;
    warning number;
    ex number;
    v_cast xmltype;
    v_varchar varchar2(32767);
    BEGIN
    DBMS_LOB.CREATETEMPORARY(dest_clob,true);
    ex := dbms_lob.fileexists(src_clob);
    if ex = 1 then
    INSERT INTO test_clob(id, file_name, XML_FILE_COLUMN, timestamp)
    VALUES(1001, 'test.xml', empty_clob(), sysdate)
    RETURNING XML_FILE_COLUMN INTO dest_clob;
    DBMS_LOB.OPEN(src_clob, DBMS_LOB.LOB_READONLY);
    DBMS_LOB.LoadCLOBFromFile(
    DEST_LOB => dest_clob
    , SRC_BFILE => src_clob
    , AMOUNT => DBMS_LOB.GETLENGTH(src_clob)
    , DEST_OFFSET => dst_offset
    , SRC_OFFSET => src_offset
    , BFILE_CSID => DBMS_LOB.DEFAULT_CSID
    , LANG_CONTEXT => lang_ctx
    , WARNING => warning
    DBMS_OUTPUT.ENABLE(100000);
    DBMS_LOB.CLOSE(src_clob);
    COMMIT;
    DBMS_OUTPUT.PUT_LINE('Loaded XML File using DBMS_LOB.LoadCLOBFromFile: (ID=1001).');
    v_cast :=xmltype(dest_clob);
    --dbms_output.put_line(v_cast);
    select extractvalue(XML_FILE_COLUMN,'/modifyProductPortfolioRequest/ns1:stateCode') from test_clob;
    end if;
    END BT_CPE_XML_READ1;
    is there any other way to get the value(xml)from the clob column of a table

    I see two issues off a quick eye-ball of the code<br><br>
    #1) You insert an empty clob into your table, load a local variable with the XML from disk, and then query the table. You never insert the XML into the table so you are querying on an empty column in the table.<br><br>
    #2) extractValue allows a third parm which is the namespace string. Since your XPath contains ns1: you'll need to use the third parm

  • How to determime active panelTab in t:panelTabbedPane in tomhack My faces

    I have a requirement of finding out the tab which is active and set it to the hidden varaible pref Id.
    To my knowledge I know I need to write a javascript fuinction onclick() in <t:panelTabbedPane>and capture the active form. As I am new to JSF I am pretty much confused how can I accompkis this task
    using java script.
    Any one can help me with peice of source code would be greatly helpful.
    If there is any other approach also I would welcome
    </f:view>
    </head>
    <body>
    <h:form id="FilterReportOnlineForm">
    <t:panelTabbedPane id="FilterPane" bgcolor="#FFFFCC" activeTabStyleClass="editorPane_activeTab" inactiveTabStyleClass="editorPane_inactiveTab" tabContentStyleClass="editorPane_tabContent">
    <t:panelTab id="allResults" label="All Contacts" title="All Contacts" >
    <jsp:include page="FilterAllReport.jsp"/>
    </t:panelTab>
    <t:panelTab id="emailResults" label="Email Contacts" title="Email Contacts" >
    <jsp:include page="CzAnnmtFilterEmailReport.jsp"/>
    </t:panelTab>
    <t:panelTab id="faxResults" label="Fax Contacts" title="Fax Contacts" >
    <jsp:include page="CzAnnmtFilterFaxReport.jsp"/>
    </t:panelTab>
    <t:panelTab id="hardcopyResults" label="Hardcopy Contacts" title="Hardcopy Contacts" >
    <jsp:include page="CzAnnmtFilterHardcopyReport.jsp"/>
    </t:panelTab>
    </t:panelTabbedPane>
    <h:inputHidden id="annmtId" value="#{announcementBackingBean.annmtId}"/>
    <h:inputHidden id="prefId" value="ALL" />     
    </h:form>
    </body>
    </html>
    </f:view>

    In the source pane on the left click on "faces"
    You may want to watch the iphoto tutorials - https://ssl.apple.com/findouthow/photos/
    LN

  • Error message 1606 could not access network location itunes.\

    i had itunes before and it was not working so i removed all programs relate to apple and itunes and quicktime.
    now i m trying to install itunes again and before it even install it shows up this message says " could not access network location iTunes.\" and just totally stops the installation...i've tried just about eveything from editing registry to upgrade my service pack..still no use. i even called the apple tech support and they can' even do anything...i just got an itouch and i can't use it because i don't have itunes...soo frustrating ..

    assuming you already have a library? Check out my itunes music library, but my issue still persists sadly.
    “iTunes” Music Library - Total: (475) Song’s, (1.3) Day’s of Total listening Time,
    (2.12) GB Size Amount
    Name Artist Album Time
    Use Me Up Aaron Neville [Aaron Neville] 300
    The Look Of Love ABC New Wave 80’s 210
    Be Near Me ABC Sounds Of The Eighties - 1984-1985 219
    POISON ARROW ABC Top 1000 Pop Hits of the 80’s 203
    Ragdoll Aerosmith Big Ones 264
    Dude Looks Like A Lady Aerosmith Big Ones 264
    Take Me to the Other Side Aerosmith #1 244
    Love In An Elevator Aerosmith 321
    Angel Aerosmith 306
    Living On The Edge Aerosmith 380
    Time (Alan Parsons Project) Alan Parsons Project 299
    Fantasy Aldo Nova Aldo Nova 305
    Cheb Mami - Rani Maak El Youm Algeria 271
    I Just Wanna Be Loved AM Radio Smallville Soundtrack 236
    You Can Do Magic America View From the Ground 232
    A Horse With No Name America 70’s Folk Rock Hits 250
    Lonely People America 148
    Enough Is Enough April Wine 243
    Just Between You And Me April Wine 237
    Sign Of The Gypsy Queen April Wine 258
    Turn Up The Radio Autograph 282
    Sorrow Bad Religion The Process Of Belief 201
    Freakshow On The Dance Floor Bar-Kays Funk Classics The 80’s 285
    Eleanor Rigby The Beatles Revolver [US] 127
    In The Beginning Beautiful World Beautiful World 238
    In Existence Beautiful World Beautiful World 271
    The Silk Road Beautiful World Beautiful World 367
    Magicien Du Bonheur Beautiful World Beautiful World 352
    I Know Beautiful World Beautiful World 307
    Love Song Beautiful World Beautiful World 370
    Journey Of The Ancestors Beautiful World Beautiful World 410
    Revolution Of The Heart Beautiful World Beautiful World 339
    Spoken Word Beautiful World Beautiful World 339
    Wonderful World Beautiful World Beautiful World 213
    The Final Emotion Beautiful World Beautiful World 314
    My Life Billy Joel Billy Joel’s Greatest Hits 227
    Allentown Billy Joel Greatest Hits Volume II (1978- 229
    New York State Of Mind Billy Joel Unknown 362
    Three Little Birds Bob Marley 180
    CouldYou_BeLoved Bob Marley - 234
    Blaze Of Glory Bon Jovi Best Of 2 335
    You Give Love A Bad Name Bon Jovi Crossroad 224
    Bad Medicine Bon Jovi New Jersey 316
    Social Disease Bon Jovi Slippery When Wet 258
    Wanted Dead Or Alive Bon Jovi 310
    Runaway Bon Jovi - Runaway 243
    Amanda Boston Greatest Hits 256
    More Than A Feeling Boston 285
    Miss Me Blind Boy George And Culture Club At Worst... The Best Of 270
    Church Of The Poison Mind Boy George and Culture Club At Worst...The Best Of 211
    It’s Only Love Bryan Adams So Far So Good 194
    Run To You Bryan Adams So Far So Good 232
    This Time Bryan Adams So Far So Good 199
    Cuts Like A Knife Bryan Adams So Far So Good 312
    99 and half Carol Lynn Townes v.a. 241
    Gonna Make You Sweat CC Music Factory 246
    Meli Meli (Arabic) Cheb Mami 211
    Parisien du nord(REMIX) Cheb Mami & K-mel 209
    Shake Me Cinderella Night Songs 224
    Nobody’s Fool Cinderella 288
    In the Midnight Hour The Commitments 142
    Reach Out Crystal Lewis Fearless 248
    Only Fools Crystal Lewis Fearless 265
    One Man Crystal Lewis Fearless 285
    satisfied Crystal Lewis Fearless 294
    Gypsy Woman (La da dee da da da) Crystal Waters 100% House Classics Volume 1 219
    Crystal Waters - 100% Pure Love (Ultimate Dance Party Mix) Crystal Waters 243
    Pictures of You The Cure Galore 285
    Love Song The Cure 210
    She Bop Cyndi Lauper She’s So Unusual 223
    Angel theme Darling Violetta Remixed By Sufferance 210
    calm before the storm Darude 393
    sandstorm Darude 446
    Sweet Lullaby Deep Forest Sweet Lullaby 237
    Rock Rock (‘Til You Drop) Def Leppard Pyromania 234
    Too Late For Love Def Leppard Pyromania 266
    Foolin’ Def Leppard Pyromania 273
    Rock of Ages Def Leppard Pyromania 247
    Photograph Def Leppard Vault Greatest Hits 1980-199 247
    Here With Me Dido No Angel 254
    Days Go By (Full Vocal Mix) Dirty Vegas Days Go By 490
    What People Do for Money Divine Sounds Street Jams: Hip-Hop from the Top, Vol. 1 242
    Dreaming (Album Cut) DJ Dado 243
    X-Files Theme DJ Dado 208
    Girls on Film Duran Duran Duran Duran 210
    Hungry Like A Wolf Duran Duran Much Music’s Made In The 80’s 220
    Rio Duran Duran Rio 333
    Duran Duran - Reach Up for the Sunrise Duran Duran 185
    The Wild Boys Duran Duran 257
    Romancing The Stone Eddie Grant The Best Of 289
    Shakin’ Eddie Money 190
    Take Me Home Tonight Eddie Money 210
    Two Tickets To Paradise Eddie Money 235
    Electric Avenue Eddy Grant 193
    Hyperlink Eiffel 65 Europop 299
    Too Much of Heaven Eiffel 65 Europop 319
    Move Your Body Eiffel 65 Europop 271
    My Console Eiffel 65 Europop 256
    The Edge Eiffel 65 Europop 262
    Silicon World Eiffel 65 Europop 273
    Europop Eiffel 65 Europop 328
    Callas Went Away Enigma MCMXC A.D. 268
    Mea culpa Enigma MCMXC A.D. 303
    The Voice Of Enigma Enigma MCMXC A.D. 141
    Back To The Rivers Of Belief [(A) Way To Eternity, (B) Hallelujah, (C) The Rivers Of Belief] Enigma MCMXC A.D. 632
    Principles Of **** Enigma Pure Moods 702
    Return to Innocence Enigma Pure Moods 250
    The Eyes of Truth (Matrix Cut) Enigma 249
    Knocking on forbidden doors Enigma - MCMXC 271
    Caribbean Blue Enya Enya 239
    May It Be Enya Lord of the Rings Soundtrack 212
    Ask the Mountains (Lord of the Rings) Enya 473
    A Little Respect ERASURE Retro Night 214
    Chains Of Love Erasure 212
    The Final Countdown Europe The Final Countdown 309
    Carrie Europe The Final Countdown 273
    Danger On The Track Europe The Final Countdown 225
    Ninja Europe The Final Countdown 226
    Cherokee Europe The Final Countdown 252
    Rock The Night Europe Veronica Top 1000 --- 2005 243
    Apron Strings Everything But The Girl She’s Having A Baby soundtrack 170
    Missing Everything But The Girl 248
    Hole Hearted Extreme 219
    More Than Words Extreme 333
    Epic Faith No More 293
    Dance, Dance Fall Out Boy From Under The Cork Tree 180
    Jail House Rap The Fat Boys All Meat No Filler: The Best of Fat Boys 286
    Can You Feel It The Fat Boys All Meat No Filler: The Best of Fat Boys 356
    The Fat Boys Are Back The Fat Boys Best Of The Fat Boys 366
    All you can eat The Fat Boys Krush Groove Soundtrack 207
    Street People Fire Fox Breakin’ 205
    Superman (It’s Not Easy) Five for Fighting America Town 221
    I Ran A Flock Of Seagulls A Flock Of Seagulls 307
    Space Age Love Song A Flock Of Seagulls The Wedding Singer Volume 2 226
    The Lady Is A Tramp Frank Sinatra A Collector’s Edition: 2 Video & 3 CD Collection [UK] 195
    I’ve Got the World on a String Frank Sinatra Frank Sinatra - Collectors Se 131
    Frank Sinatra - Night And Day frank Sinatra 239
    Frank Sinatra and Dean Martin - Mack the Knife frank Sinatra 264
    One For My Baby Frank Sinatra 280
    You Make Me Feel So Young Frank Sinatra 175
    02 No Reply at all Genesis Abacab 275
    Turn It On Again Genesis DUKE 231
    In Too Deep Genesis Invisible Touch 299
    Hold On My Heart Genesis We Can’t Dance 277
    Rico Suave Gerardo Mo Ritmo 290
    Bamboleo Gipsy Kings Gipsy Kings 204
    Tu Quieres Volver Gipsy Kings Gipsy Kings 193
    Moorea Gipsy Kings Gipsy Kings 242
    Bem, Bem, Maria Gipsy Kings Gipsy Kings 185
    Un Amor Gipsy Kings Gipsy Kings 218
    Inspiration Gipsy Kings Gipsy Kings 223
    A Mi Manera (My Way) Gipsy Kings Gipsy Kings 233
    DJobi DJoba Gipsy Kings Gipsy Kings 206
    Faena Gipsy Kings Gipsy Kings 207
    Quiero Saber Gipsy Kings Gipsy Kings 247
    Amor, Amor Gipsy Kings Gipsy Kings 189
    Duende Gipsy Kings Gipsy Kings 258
    In the Mood Glenn Miller Glenn Miller 241
    Dare Gorillaz Demon Days 244
    Feel Good Inc. Gorillaz Gorillaz Collection 223
    White Lines Grandmaster Flash 446
    Lady Red Light Great White Once Bitten 294
    Gonna Getcha Great White Once Bitten 253
    Never Change Heart Great White Once Bitten 267
    All Over Now Great White Once Bitten ... 263
    Mistreater Great White Once Bitten ... 345
    Save Your Love Great White Once Bitten ... 341
    Rock Me Great White Once Bitten... 437
    Fast Road Great White Once Bitten... 220
    On The Edge Great White Once Bitten... 361
    Love Plus One Haircut 100 Pelican West 217
    Axel F Harold Faltermeyer Instrumental Magic 181
    Things Can Only Get Better Howard Jones 235
    Bad Is Bad Huey Lewis Sports 227
    Perfect World Huey Lewis & The News Billboard Top 100 of 1988 246
    Do You Believe In Love Huey Lewis & The News Picture This 208
    Small World, Pt. 1 Huey Lewis & the News Small World 236
    You Crack Me Up Huey Lewis & The News Sports 223
    Workin’ for a Livin’ Huey Lewis and the News Workin’ for a Livin’ 156
    Heart and Soul Huey Lewis and the News 255
    I Want A New Drug Huey Lewis and the News 286
    It’s Hip To Be Square Huey Lewis And The News 239
    It was a good day Ice Cube 260
    Colors ice t 265
    J Geils Band Freeze Frame 236
    Love Stinks J Geils Band 230
    Don’t Wanna Fall In Love Jane Child Jane Child 243
    End Credits Jerry Goldsmith The Mummy 454
    Time In A Bottle Jim Croce Original Oldies 60’s & 70’s 143
    Workin’ at the Car Wash Blues Jim Croce Photographs & Memories 152
    New York’s Not My Home Jim Croce The Very Best of Jim Croce 187
    Operator (That’s Not The Way I Jim Croce 50th Anniversary Collection 229
    I’ll Have To Say I Love You In Jim Croce 153
    I Got A Name Jim Croce 192
    Look Sharp! Joe Jackson Greatest Hits 204
    Beat Crazy Joe Jackson Greatest Hits 259
    Memphis (Live) Joe Jackson greatest hits 321
    I’m The Man Joe Jackson I’m The Man 238
    Sunday Papers Joe Jackson Look Sharp! 262
    Steppin’ Out Joe Jackson Night & Day 257
    A Slow Song Joe Jackson Night and Day 420
    Jumpin’ Jive Joe Jackson Stepping Out 162
    Breaking Us In Two Joe Jackson 293
    Is She Really Going Out With Him Joe Jackson 215
    Paper In Fire John Cougar Mellencamp 232
    ROCK in the USA John Cougar Mellencamp 176
    Crumblin’ Down John Mellencamp The Best That I Could Do 1978 215
    Cherry Bomb John Mellencamp 288
    Chances Are (1950’s) Johnny Mathis 184
    Lights Journey Greatest Hits 190
    Only the Young Journey Greatest Hits 245
    Wheel in the Sky Journey Greatest Hits 252
    Separate Ways (Worlds Apart) Journey Greatest Hits 324
    Send Her My Love Journey Greatest Hits 235
    Who’s Crying Now Journey Journey’s Greatest Hits 302
    Open Arms Journey Journey: Greatest Hits 199
    Anyway You Want It Journey 203
    Don’t Stop Believing Journey 250
    I’ll Be Alright Without You Journey 290
    Stone In Love Journey 265
    Lovin’ Touchin’ Squeezin’ Journey 230
    Got the Life Korn Follow the Leader 225
    I Need You LeAnn Rimes Promo Only Mainstream Radio-May 227
    Take It Easy On Me Little River Band Greatest Hits 226
    The Night Owls Little River Band Greatest Hits 315
    Baby come back Little river band 217
    Lonesome Loser Little River Band 239
    Man On Your Mind Little River Band 247
    I Can’t Live Without My Radio LL Cool J All World: Greatest Hits 328
    Rock The Bells LL Cool J Radio 242
    Around The Way Girl LL Cool J 241
    Mambo No. 5 (A Little Bit Of ...) Lou Bega Absolute Hits of the 90’s - CD 1 222
    How Soon Is Now (Charmed Theme) Love Spit Love 267
    Working for the Weekend Loverboy Get Lucky 222
    Turn Me Loose Loverboy 341
    Close To You Maxi Priest Living In The Nineties 327
    It Don’t Mean a Thing Mel Torme Biography 138
    Don’t Get Around Much Anymore Mel Torme much anymore 152
    I get a kick out you Mel Torme 315
    Dr. Heckyll and Mr. Jive Men at Work Cargo 278
    Overkill Men at Work Cargo 227
    Be Good Johnny Men at Work Contraband-“Best Of Men@Work” 213
    Who Can It Be Now Men At Work Greatest Hits Volume II 201
    Sad but true Metallica The Black Album 327
    Holier than Thou Metallica Black Album 227
    The Unforgiven Metallica Metallica 387
    Wherever I May Roam Metallica Metallica 404
    Don’t Tread On Me Metallica Metallica (Black Album) 240
    Through The Never Metallica Metallica (Black Album) 244
    Enter Sandman Metallica 331
    John the Revelator Michael English Gospel 239
    Blessed Assurance Michael English 215
    Gospel Ship Michael English 257
    Barefoot on The Beach Michael Franks Barefoot on the Beach 304
    Heart Like An Open Book Michael Franks Barefoot on the Beach 288
    Why Spring Ain’t Here Michael Franks Barefoot On The Beach 263
    When You Smiled At Me Michael Franks Barefoot On The Beach 304
    Every Time She Whispers Michael Franks Barefoot On the Beach 444
    Mr. Smooth Michael Franks 280
    Mary, Did You Know Michael English 218
    Somebody’s Watching Me Michael Jackson & Rockwell 239
    Windows Welcome music Microsoft 324
    Wet My Whistle Midnight Star No Parking on the Dance Floor 311
    No Parking On The Dance Floor Midnight Star No Parking on the Dance Floor 290
    Freak-A-Zoid Midnight Star No Parking on the Dance Floor 479
    Electricity Midnight Star 363
    Only the lonely The Motels 197
    Kickstart My Heart Motley Crue Downloaded 283
    Shout at the Devil 97 Motley Crue Untitled 222
    Home Sweet Home Motley Crue 240
    Girls, Girls, Girls Motley Crue 266
    Looks That Kill Mötley Crüe Shout at the Devil 246
    Mona Lisa Nat King Cole The World of Nat King Cole 206
    Computer Age (Push the Button) Newcleus Jam on This!: The Best of Newcleus 390
    There’s No Stopping Us Ollie & Jerry Breakin’ Soundtrack 276
    Fool Like You Ozzy Osbourne The Ultimate Sin 319
    The Ultimate Sin Ozzy Osbourne The Ultimate Sin 224
    Secret Loser Ozzy Osbourne The Ultimate Sin 249
    Never Know Why Ozzy Osbourne The Ultimate Sin 268
    Thank God For The Bomb Ozzy Osbourne The Ultimate Sin 233
    Killer of Giants Ozzy Osbourne The Ultimate Sin 344
    Lightning Strikes Ozzy Osbourne Ultimate Sin, the 313
    No More Lonely Nights Paul McCartney & Wings Band on the Run - All the Best 268
    Theme From A Summer Place (60) Percy Faith 147
    West End Girls Pet Shop Boys Discography: The Complete Singles Collection 241
    Do You Remember Phil Collins But Seriously 276
    Another Day in Paradise Phil Collins But Seriously 322
    I Missed Again Phil Collins Face Value 224
    Long Long Way To Go Phil Collins No Jacket Required 263
    Don’t Lose My Number Phil Collins 288
    Land Of Confusion Phil Collins 284
    Something Happened On The Way To Heaven Phil Collins 291
    You Can’t Hurry Love Phil Collins 172
    I Wish It Would Rain Down Phil Collins & Eric Clapton 325
    Easy Lover Phil Collins & Phil Bailey 304
    fallen angel Poison Greatest Hits 235
    Unskinny Bop Poison Poison’s Greatest Hits 1986-1996 227
    Nothing But A Good Time Poison 222
    Flash’s theme Queen Flash Gordon 207
    Football Fight Queen Flash Gordon 88
    Flash To The Rescue Queen Flash Gordon 164
    Bohemian Rhapsody.mp3 Queen 353
    Who Wants to Live Forever Queen 316
    Love’s a ***** Quiet Riot Metal Health 253
    Battle Axe Quiet Riot Metal Health 91
    Thunderbird Quiet Riot Metal Health 284
    Don’t Wanna Let You Go Quiet Riot Super Hits 279
    Come On Feel the Noise Quiet Riot 290
    Stone cold Rainbow Straight between the eyes 319
    Dance Ratt Dancing Undercover 260
    Ratt - Body Talk Ratt Dancing Undercover 220
    You’re In Love Ratt Invasion Of Privacy 194
    Lay It Down Ratt Invasion Of Your Privacy 207
    Round And Round Ratt Out Of The Cellar 264
    Way Cool Jr. Ratt Reach for the Sky 265
    Cut it Re-Flex Breakin’ Soundtrack 189
    Never Gonna Give You Up Rick Astley The Greatest Hits Of The 80s - CD 1 216
    Together Forever Rick Astley Whenever You Need Somebody 209
    She Bangs (English Version) Ricky Martin 241
    C’est La Vie Robbie Neville 207
    Little by Little Robert Plant Shaken ‘N Stirred 285
    Big Log Robert Plant 302
    Tall Cool One Robert Plant 280
    Hey Pachuco Royal Crown Revue The Mask 214
    Rock the House Run-D.M.C. King of Rock 162
    Jam-Master Jammin’ Run-D.M.C. King of Rock 263
    Can you rock it like Run D.M.C. King Of Rock 270
    You Talk Too Much Run DMC King Of Rock 361
    You’re Blind RUN DMC King Of Rock 333
    Hard Times Run DMC Run-DMC 234
    King of Rock Run DMC 314
    It’s Like That Run DMC 249
    Faith Of The Heart (Enterprise Theme) Russell Watson Encore 248
    Nuclear Ryan Adams Demolition 205
    I Can’t Drive 55 Sammy Hager 255
    Corazon Espinado Santana Feat. Maná Supernatural 276
    The Warrior Scandal Warrior 230
    Seal - Prayer For The Dying SEAL 329
    01 - Space jams soundtrack - seal - fly like an eagle Seal 254
    Angel Simply Red Greatest Hits 239
    Thrill Me Simply Red Greatest Hits 303
    Fairground Simply Red Greatest Hits 263
    The Right Thing Simply Red Greatest Hits 262
    You’ve Got It Simply Red It’s Only Love [UK] 236
    It’s Only Love Simply Red A New Flame 295
    Something Got Me Started Simply Red 242
    18 And Life Skid Row Skid Row 231
    The Change Steven Curtis Chapman Speechless 226
    Stray Cat Strut Stray Cats 194
    American Heartbeat Survivor Survivor- Greatest Hits 252
    High on You Survivor 247
    Sugar System of a Down System of a Down 153
    Toxicity System of a Down Toxicity 218
    Aerials System Of A Down Toxicity 241
    The Ghetto Too Short West Coast Will Never Die 301
    Sober Tool Undertow 303
    Electric kingdom Twilight 22 408
    The Price Twisted Sister Stay Hungry 229
    I wanna rock Twisted sister 186
    We’re Not Gonna Take It Twisted Sister 217
    When Its Love Van Halen The Best of Both Worlds Disc 339
    Dance The Night Away Van Halen Best Of Volume One 186
    Dancing In The Streets Van Halen Diver Down 226
    Right Now Van Halen For Unlawful Carnal Knowledge 321
    There’s Only One Way To Rock Van Halen Live Without A Net 306
    Ain’t Talking’ ‘Bout Love Van Halen Van Halen 228
    Runnin’ With the Devil Van Halen Van Halen 214
    You Really Got Me Van Halen Van Halen 157
    Little Dreamer Van Halen Van Halen 202
    Eruption Van Halen Van Halen Vol I 102
    Hot For Teacher Van Halen 1984 284
    1984 Van Halen 1984 68
    Panama Van Halen 1984 211
    Why Cant This Be Love Van Halen 5150 224
    Best Of Both Worlds Van Halen 5150 289
    Jamie’s Crying Van Halen 204
    Poundcake Van Halen 321
    Turning Japanese The Vapors 223
    We Like The Party Vengaboys 223
    Inside Out VonRay Smallville (The Talon Mix) 218
    Island In The Sun Weezer The Green Album 210
    When the Children Cry White Lion Pride 258
    Wait White Lion 244
    Five Minutes of Funk Whodini Greatest Hits 301
    Friends Whodini Old School 281
    Freaks Come Out At Night Whodini The Wood OST 284
    Miami Will Smith Big Willie Style 197
    Men In Black Will Smith Big Willie Style 233
    Wild Wild West Will Smith Wild Wild West Soundtrack 200
    Gettin Jiggy With It Will Smith 230
    The Only Way Is Up Yazz Wanted 270
    Where Has All The Love Gone Yazz Wanted 275
    Fine Time Yazz Wanted 282
    Stand Up For Your Love Rights Yazz Wanted 304
    Wanted On The Floor Yazz Wanted 301
    Something Special Yazz Wanted 307
    Systematic People Yazz Wanted 210
    Turn It Up Yazz Wanted 262
    Me So ***** (nasty Version) 2 Live Crew Ghetto Grooves 279
    Ain’t Nobody 280
    Authority Song 229
    Bad, Bad Leroy Brown 180
    Beautiful Girls 235
    Bill Withers - Ain’t No Sunshine 125
    Body Work 255
    Breakin’ Soundtrack - Ice T feat. Chris (The Glove) Taylor - Reckless 1 407
    Bulls on Parade 231
    Can’t Turn Back The Years 277
    Change My Heart 281
    Crockett’s Theme 218
    Crowded House - Don’t Dream It’s Over 240
    Dean Martin - Volare 182
    Dr. Feelgood 290
    Dreams 290
    Duran Duran - View to a Kill 215
    Egyptian Lover - Egypt Egypt (Wicked Mix) 371
    Eye Of The Tiger 243
    Ferris Buellers Day Off Soundtrack - Yellow - Oh Yeah 182
    Frank Sinatra - Moon River 198
    Harden My Heart 232
    Holding Back The Years 270
    I Think I’m in Love 188
    Joe Jackson - It’s Different F 224
    Killing In The Name Of 314
    Kreo - Burn For You 241
    Land Down Under 225
    Lisa Stansfield - All Around The World 268
    Livin’ on a Prayer 250
    Living Colour - Cult of Personality 294
    LL Cool J - I’m Bad 281
    Lonely man_DIF 92
    Long Time 465
    Mel Torme - I’ve Got You Under My Skin 175
    Metal Health 318
    Michael Franks - Now Love Has No End (W- Valerie Simpson) 373
    Modjo - Lady (Hear me tonight) 304
    Money’s Too Tight to Mention 268
    Moonlighting 61
    Mr. Sandman, The Chordettes... (50’s) 142
    Mustang Sally 239
    My Friend 27
    Nothing Else Matters 388
    Paula Abdul - Opposites Attract (1990) 265
    Pet Shop Boys - Always On My Mind 235
    Phil Collins & Genesis - Invisible Touch 205
    RaveMusic1 15
    RaveMusic2 3
    RaveMusic3 7
    RaveMusic4 3
    RaveMusic5 3
    RaveMusic6 15
    RaveMusic7 15
    RaveMusic8 7
    RaveMusic9 7
    Reggae - Maxi Priest - Wild World 217
    Renegades of Funk 234
    Shot In The Dark 256
    Showdown 235
    Soundtrack - Beetle Juice - DAY-O (Banana Boat Song)-Harry Belafonte 184
    Stars 248
    Stray Cats - Rock This Town 206
    Sugar We’re Going Down 216
    The Sugarhill Gang - Rapper’s Delight [Long Version] - The Sugar Hill Records Story - 01 455
    Summer Of 69 214
    Sussudio 262
    Taylor Dayne - Tell It To My Heart 219
    The_Runner 279
    Time 223
    The Twist 242
    Voices Carry 260
    What a Fool 27
    Young MC - Bust A Move 266
    867-5309 (Jenny) 228
    Remy Zero - Save Me (Smallville Theme) 263
    Small World - Part 2 245
    Total: (475) Song’s, (1.3) Day’s of Total listening Time, (2.12) GB Size Amount

  • P C I

    Okay, im in a land of confusion. Can I get a G5 which with support my Nvidia GeForce 6800 Ultra DDL graphics card. Which I believe is ATI. But also use my Blackmagic Decklink Extreme which takes a much smaller PCI slot.
    Can these both work together ?
    pllleeezzze help,
    Si

    This much I can tell you:
    ATI and nVidia are two competing videocard vendors.
    PCI and AGP are the current port types used for videocards. With G5s three different types of PCI ports exist depending on your age of your G5.
    http://www.xlr8yourmac.com/ has a good card compatibility database.

Maybe you are looking for

  • HT204053 Ok I have sorted the apple ID which is the same for the itunes ID There seems to be a third for apps, and that is the one that is flummoxing me. Help?

    The problem is this. The security questions are unanswerable. So I ask for a security set via email. The email address apple have is non existant.....this seems impossible because how could it have been verified? Any suggestions? I understand that ID

  • Applescript to open multiple files

    I have worked up 2 applescripts 1. to open a set of files 2. to position the individual windows ( finder and application) The first script does not open all the 4 files at one proces, it should. In applescript the first run, opens 2 or 3 of the 4, a

  • How to use system date and time

    Hi i am using mysql database. my code is import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.http.HttpSession.*; import java.io.*; import java.sql.*; public class TaskA extends HttpServlet   public void doPost(HttpServletRequest

  • How to hide report errors when user input incorrect?

    I have a tabular report with output that's limited on date interval basis in the WHERE clause. So I have two date items that's used to set start and end dates accordingly. Both items have validations "Item specified is a valid date". How to hide erro

  • Editing LabelGraphic Script

    Is there any chance someone can help me out or point me in the right direction on small script edit? I am not terribly familiar with Javascript and I just started testing the Javascript version of the LabelGraphics option in Indesign CS3. This works