Create Hyperlink in Configurator 1.0?

Hi to all,
I'm attempting to create 2 hyperlinks in a panel for PS CS4 using configurator 1.0 following the procedure in this thread:
http://forums.adobe.com/message/212353  (oh, if there's another way to do this other than this thread, please let me know)
The panel is called "Color Wheel" - See JPG below to see what it looks like - Works great in Mac and PC versions, if I follow this procedure:
1) In configurator, export panel to it's proper Panels folder.
2) Create the the proper .html and .bat files.
3) Save the .html and .bat files in the "Color Wheel" folder.
4) Start PS CS4, and everything works great...
Now, here's where the "fun" begins, in trying to package this thing -  and it's the same results on both a mac PPC 10.5.8, or Windows 7 64-bit machine:
If I open Extensions Mgr CS4,  I do the following:
1) File -> Package Extension
2) Select "Color Wheel.mxi from the "Color Wheel" folder
3) Save extension pkg as "Color Wheel CS4.mxp (just saving it to the desktop)
The problem is that when I do a fresh install of of the panel in PS CS4 using the .mxp file, mac or pc, the all-important .html and .bat files don't get placed in the "Color Wheel" folder - - It's like the pakaging process is not picking up these files... So, the panel opens in PS CS4, but when you click on the buttons with the hyperlinks, nothing happens in Windows 7, and on the Mac it opens the "Color Wheel" folder ...
Obviously, I missed a step somewhere - - Any ideas?
Thanks in advance, and cheers,
John:-)
http://www.wattsdigital.com

Hi all, Please help me..
when i can download adobe configuration 1.0 ( for cs4)?.
b'cause i cant download from adobe.com
thanks before,
but, if you want to help me. you can send file an email to [email protected]

Similar Messages

  • Operate C# to modify PPT's hyperlink, while configuring the hyperlink's text to display attribute, the address value will be assigned as null. Anyone know this issue? Any solution?

    operate C# to modify PPT's hyperlink, while configuring the hyperlink's text to display attribute, the address value will be assigned as null.  Anyone know this issue? Any solution?
    How to reproduce the issue:
    1.Create a new PPT slide in Office2010.
    2. Insert a certain text/characters, such as Mircosoft blablabla,
    3. Insert an URL right after the text part , TextToDisplay is the “Test”,Address is the "Url".
    4. The content in the ppt is ”Microsoft Test“,here "Test" is the hyperlink which we would like to convert. Please execute the code we list below.
    5. The problem will be reproduced by the above steps.
    PPT.Application ap = new PPT.Application();
    PPT.Presentation pre = null;
    pre = ap.Presentations.Open(mFileName, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoFalse);
    foreach (PPT.Slide mSlide in pre.Slides)
    PPT.Hyperlinks links = mSlide.Hyperlinks;
    for (int i = 1; i <= links.Count; i++)
    PPT.Hyperlink mLink = links[i];
    mLink.TextToDisplay = mLink.TextToDisplay.Replace(mLink.TextToDisplay,"url");
    mLink.Address = mLink.Address.Replace(mLink.Address, "url");
    Modify texttodisplay, the address vaule will be assigned as null. Anyone knows how to solve it?
    Does it caused by a PPT API's Limitation?

    I've tried the below code and it works, you can refer this article:
    https://msdn.microsoft.com/en-us/library/office/ff745021.aspx
    to find that the hyperlink needs to be associated with a text range, and thats what I did in the code below with the help of the link sent by Tony.
    Microsoft.Office.Interop.PowerPoint.Application ap = new Application();
    Microsoft.Office.Interop.PowerPoint.Presentation pre = null;
    pre = ap.Presentations.Open(@"C:\Users\Fouad\Desktop\abcc.pptx", Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoFalse);
    foreach (Microsoft.Office.Interop.PowerPoint.Slide mSlide in pre.Slides)
    Microsoft.Office.Interop.PowerPoint.Hyperlinks links = mSlide.Hyperlinks;
    Microsoft.Office.Interop.PowerPoint.Shape textShape = mSlide.Shapes[1];
    for (int i = 1; i <= links.Count; i++)
    Microsoft.Office.Interop.PowerPoint.Hyperlink mLink = links[i];
    Microsoft.Office.Interop.PowerPoint.TextRange range1 = textShape.TextFrame.TextRange;
    TextRange oTxtRng = range1.Find(((Microsoft.Office.Interop.PowerPoint.Hyperlink)mLink).TextToDisplay,After:range1.Start,WholeWords:Microsoft.Office.Core.MsoTriState.msoTrue);
    oTxtRng.Replace(((Microsoft.Office.Interop.PowerPoint.Hyperlink)mLink).TextToDisplay, "url");
    oTxtRng.ActionSettings[Microsoft.Office.Interop.PowerPoint.PpMouseActivation.ppMouseClick].Hyperlink.Address = "http://www.microsoft.com";
    Fouad Roumieh

  • Robohelp 11 - Creating hyperlinks within a topic

    Hi community,
    Just a quick question, tried to figure it out but can't seem to see how.
    I'd like to create hyperlinks in a specific topic that the user will be able to click on and it will jump the user to a specific place in the same topic (Ex: in section 2.1, in the middle of some explanation, refer to the heading of section 2.2).
    I looked it up, but can only seem to be able to configure hyperlinks to other topics or something outside of RoboHelp.
    Could someone help me with that ?
    Tks in advance

    You first need to create a bookmark in the topic you want to jump to. Place your text cursor at the jump location (don't select any text) and select Insert > Bookmark. Enter a name without spaces. On the topic you want to jump from, create a hyperlink like you are used to. Instead of choosing the topic, choose the topic with the text #bookmarkname attached. (Bookmarkname will be the text you inserted on creating a bookmark.)
    Kind regards,
    Willam

  • Report navigation after creating hyperlink

    Hi,
    I am using Webi rich clinet XI R3.1. I have one main report with six dashboards and associated detailed reports. I created hyperlink for each of the dashboard and linked to detailed report in infoview.
    If i need to see main report i've to close this detailed report.Now how can i make the detailed report open in same window and navigate forward and backward to the main report instead of closing.
    I would appreciate if some one could provide any work around available if possible atleast.
    Thanks,
    Eswar

    Hi
    Create two links one Back and one Next in each report.
    Drag two free standing cells in the report and use opendocument syntax to create the links.
    The thread Re: Hyperlink Back functionality may give an idea.
    Regards

  • Getting the following error while creating a new configuration

    Hi team,
    I am trying to create configuration of my web dynpro application. When
    I right click on my application and choose create/change configuration,
    browser started. Now when I give a name ( e.g zabc) to it and choose the
    function create, the following error occurs... Can you please give me
    suggestion to overcome it
    Error when processing your request
    What has happened?
    The URL https://gsdcb261.in.ibm.com:8443/sap/bc/webdynpro/sap/zims_issue/ was not called due to an error.
    Note
    The following error text was processed in the system SD4 : Screen output without connection to user.
    The error occurred on the application server gsdcb261_SD4_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    SYSTEM-EXIT of program SAPLSKEY
    Function: TADIR_OBJECT_CHECK of program SAPLSKEY
    Function: CHECK_ACCESS_KEYS of program SAPLSKEY
    Method: CHECK_TROBJ_BEFORE_EDIT of program CL_WD_CONFIGURATION_MODEL=====CP
    Method: FILL_APPL_CONFIG_CONTEXT of program CL_WD_CONFIGURATION_MODEL=====CP
    Method: UPDATE_APPLICATION_TREE of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    Method: IF_COMPONENTCONTROLLER~UPDATE_APPLICATION_TREE of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    Method: ONACTIONACTION of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    Method: ONACTIONACTION of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system SD4 in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server gsdcb261_SD4_01 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server gsdcb261_SD4_01 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-https -c: 100 -u: AGAURAV -l: E -s: SD4 -i: gsdcb261_SD4_01 -w: 0 -d: 20070426 -t: 200845 -v: RABAX_STATE -e: DYNPRO_SEND_IN_BACKGROUND
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    Hello Thomas,
    I am sorry but I haven't check this forum in the last weeks because of lack of time. Thanks for your hint regarding a potential solution. Taking a look a the note I have some problem in "using" it.
    This note contains a number of potential solutions regarding our problem.
    Solution 1.) one could use the modification as described. Surprising to read that SAP is saying: do a modification to solve the problem. => this is only possible "manually"  I am not sure If I will follow this approach
    Solution 2.) Change the URL: This solution scenario I do not understand. The solution path is "very" short and not very instructive. This is the story:
    You can do this by adding "_OLD" to the name of the application of the URL created for the configuration: Use "CONFIGURE_APPLICATION_OLD" instead of "CONFIGURE_APPLICATION"
    and "CONFIGURE_COMPONENT_OLD" instead of "CONFIGURE_COMPONENT". If you want to use this function as your standard, you have to change the original application. To do this, set the parameter "OLD_TR" to "X".
    This solution path is "to short". I do not get the "message" what to do.
    Furthermore: Does that mean you have to use this peculiar solution any time durnig software development of webdynpro components using configurations? In my opinion yes. This is therefore only a "workaround solution" and nothing else.
    And there can I find this parameter "old_tr" they are talking about?
    Sap note 1060287 is the "same" kind (Symptom of this note:
    If you use the configuration editor, there may be errors during transport handling or
    DYNPRO_SEND_IN_BACKGROUND crashes.).
    Here they are saying:
    "Solution
    A final solution will be provided for Release 7.0 BASIS Support Package 13."
    So in SP13 there seems to be a solution (I haven't found up to now the corresponding note). But does that now mean I must implement the complete support package?
    So I am sorry: No progress on my side up to now. May be you have had some success?
    With best regards
    Christoph

  • How can I Create a Client Configuration File for RemoteApp and Desktop Connection with Server 2012?

    I have a working RDS RemoteApp site and looking to test out the feature in Windows 7 Control Panel\All Control Panel Items\RemoteApp and Desktop Connections
    I came across this link: Create a Client Configuration File for RemoteApp and Desktop Connection and I believe this is what I need to do first, but these instructions are for
    Server 2008, and I'm running 2012.
    Any suggestions or tips on how I can begin testing this with Server 2012?

    Hi,
    You can manually enter the path to the 2012 feed and it will connect and download the RemoteApps and Desktop connections.
    If you need a sample .wcx file I have posted one here a couple of times.  If you want I will look for it and post a link.
    -TP
    I tried adding my URL's below, these are sample links that work for me right now for when I log into the web page, but neither of these work.  And I'm not sure what I would need to do with or how to create a .wcx file.
    When I type in my URL of: https://connect.mydomain.org/RDWeb, I get redirected to: 
    https://connect.mydomain.org/RDWeb/Pages/en-US/login.aspx?ReturnUrl=/RDWeb/Pages/en-US/Default.aspx

  • Hi, what's the impact of creating sites through configuration in Sap retail System?

    Hi Experts,
    Business requirement is to have a production plant created through config in retail system and then ship the finished product to DC using STO's and Dc will be created as master data in retail system. please share your experience on business impact on this integartion of production plant and site in Retail?
    Thanks in Advance !

    Hi Govind,
    In SAP Retail system, the options for creating plant from configuration is disabled. Means in SPRO screen, the execute button is not there for these options. So you will not be able to create plant through configuration in SAP Retail system where the retail switch is activated.
    All the Retail related features will not support that plants.
    To the best of my knowledge, Site created in Retail system using WB01 transactions can be used for production cycle to implement manufacturing scenario. Using article to article stock transfer you can transfer the stock of Finished Goods articles to trading articles and so on.
    Various processes are available for this.
    Let me know if you need any more information.
    Regards,
    Amit

  • How to create hyperlinked text in F1 help of a particular Data Element.

    Dear Guru
    I have encountered an issuse regarding to create hyperlinked text in F1 help of a particular Data Element.
    For Example what i am trying to do is ---
    If you open a particular data element say "ATNAM" in se11 you will found the below documentation available for ATNAM -->>
    DE ATNAM
    Text
    Characteristic Name
    Definition
    Name that uniquely identifies a *characteristic*.
    >> The "characteristics" comes in hyperlinked bluecolor and if we press this it linked to below --- >>
    Definition: characteristic
    Classification (CA-CL)
    Property for describing and distinguishing between objects, such as length, color, or weight.
    Profitability Analysis (CO-PA)
    I am able to make 1st part of the documentation using SE61.
    But I am not able to make Hyperlinked part of that documentaion .
    please show me some way to develop this
    Thanks & regards
    Saifur Rahaman

    HI,
    you can give the hyperlink in the documentation by going to the path below
    MENUBAR ----> INSERT -----> TEXT -----> HYPERTEXT.
    this will solve the issue
    have a good day
    regards
    sarves

  • How to create hyperlinks in Acrobat 9 Pro?

    Hi everyone,
    Is there a way to create hyperlinks from within Acrobat 9 Pro? If so, can you let me know how? I am having a hard time finding out how to do so.
    Thank you in advance for your help:)
    Christine

    I did this from the advanced menu to make all hyperlinks work. All I got were boxes around my links that are not clikcable to the web page.
    Now I cannot undo this.

  • How to automatically create hyperlink destinations based on numbered list?

    I am very new to InDesign and am creating a template for an academic journal. Each article contains a list of references at the end and the references are cited in the main text (like what you see in Wikipedia if you are not familiar with scientfic journal articles). In exported HTML, the citation in the main text should be hyperlinked to the coressponding reference in the reference list. I have two questions:
    1) It is possible to ask paragraphy style to assign each numbered item a hyperlink destination? If this is possible, I can then manually inserted hyperlinks in the main text.
    2) one step further, is there any way (e.g. script) which can then insert hyperlink to those destinations based on pattern match? For example, in main text, the citation to reference #1 appear in the text as [1] which should be hyperlinked to reference #1.
    One more question, is there anyone who knows how academic journals handle the flow from InDesign to html? Certainly, the exported html cannot go directly online without further editing.
    Thank you.

    Hi Eric,
    I posted the script here. But it should be adjusted to your particular document. (Anyone with basic scripting knowledge can do this). I am sure it won’t work as it is. I assume that “comments” and “references” are in two different stories.
    Can I have the scripts from you (for a fee or free)?
    I don't sell my scripts: they're free.
    Can the scripts handle the pattens like these [3], [1-5], [3,4], [6, 8, 11-13]?
    This script can't, but another handles both single page numbers and page ranges like so:
    I can post it as well.
    Now I’d like to make one thing clear:
    I made a set of scripts for creating hyperlinks in InDesign documents for further exporting them to ePub/HTML. I can’t make a script that would work for everyone because all books are very different. I simply adjusted scripts for every book I had to work with (mainly changing GREP expressions and names of styles) and I have numerous variations of scripts. I can post them if someone is interested but you should be aware that they have to be reworked.

  • How to create hyperlink using form

    if a user click on button then
    oulook express open for sending mail but i want to create hyperlink on it automatically.
    actually when user click then a word file created on server i want to hyperlink this file the file name is my form serial_no

    when i click on button outlook express is opening know and i can send text on body through forms
    i need it to send hyperlink on outlook express so i can open document through this link which is on outlook express file

  • My customer wants to create hyperlinks in the editor - surely this is possible?  And, if so, how?

    My customer simply wants to create hyperlinks when adding content to her site; this doesn't seem possible within the Muse editing interface.  It must be, surely?  That's the most basic thing to do with a web page. 

    At current stage In browser editing does not includes hyperlinks , but that’s definitely a request we hear often. Unfortunately we can’t comment on what features are coming to Adobe Muse, but please know the team is listening!
    Thanks,
    Sanjit

  • Problem in create Hyperlink

    Hi All,
    I create hyperlink by finding http and www in my active document.                //Works well
    But the problem is, if the url or websites contents coming twice or above then I found error   //not able to create hyperlink source with the same name
    i.e., www.gmail.com (comes 2 or more time in the document, then the below code is not working fine)
    var myDoc = app.activeDocument;
    app.findGrepPreferences = app.changeGrepPreferences = null;
    //Find http and www
    app.findGrepPreferences.findWhat = "(?i)(http|www)\\S+[\\l\\u|\\d]"
    var myFound1 = myDoc.findGrep();
    count = 0
    for(k=0; k<myFound1.length; k++)
        var myFind = myFound1[k];
        var myHyperlinkSource = app.activeDocument.hyperlinkTextSources.add(myFind)
        var myHyperlinkURLDestination = app.activeDocument.hyperlinkURLDestinations.add(myFind.contents)
        var myHyperlink = app.activeDocument.hyperlinks.add(myHyperlinkSource, myHyperlinkURLDestination, {name: myFind.contents})
    //    var myHyperlink = app.activeDocument.hyperlinks.add(myHyperlinkSource, myHyperlinkURLDestination, {name: myFind.contents+count++})
    Please find the screenshot for your more references.
    Please help to find the solution.
    Thanks in advance
    Beginner_X

    I solved this problem by adding an incrementing number in round brackets if a hyperlink name is already taken.
    Another (simpler) solution is to put "add hyperlink" line into try-catch block, but in this case you'll have a default name if the error occurs.
    Here's the function:
    function MakeHyperlink(text, url) {
        if (url.match(/https?:\/\//) == null) {
            url = "http://" + url;
        url = url.replace(/\.$/, "");
        var name = text.contents;
        var oriName = name;
        if (doc.hyperlinks.itemByName(name) != null) {
            var increment = 1;
            while (doc.hyperlinks.itemByName(name) != null) {
                name = oriName + " (" + increment++ + ")";
        try {
            var dest = doc.hyperlinkURLDestinations.itemByName(name);
            if (!dest.isValid) {
                dest = doc.hyperlinkURLDestinations.add(url , {hidden: true});
            var source = doc.hyperlinkTextSources.add(text);
            var hyperlink = doc.hyperlinks.add(source, dest, {highlight: HyperlinkAppearanceHighlight.NONE, visible: false});
            try {
                hyperlink.name = name;
            catch(err) {
                //$.writeln(err.message + ", line: " + err.line);
            if (hyperlink.isValid) {
                hypCount++;
                if (set.tempColors) source.sourceText.fillColor = swatchOK;
                if (set.charStyle) source.appliedCharacterStyle = charStyle;
        catch(err) {
            errorsCount++;
            var swatchProblem = MakeSwatch("===== PROBLEM =====", {
                model : ColorModel.PROCESS,
                space : ColorSpace.RGB,
                colorValue : [255, 0, 0]
            text.fillColor = swatchProblem;
            //$.writeln("Error message: " + err.message + ", Line: " + err.line + ", URL: " + url);
            arr.push("Error message: " + err.message + ", Line: " + err.line + ", URL: " + url);       

  • Creating hyperlinks to pdf docs on a CD. Anyone experienced in doing this?

    Need to create hyperlinks to pdf documents in a CD. The pdf docs were created using an older version of Adobe and I am trying to follow a YOuTube instructing me how to create hyperlinks in the Table of Contents on the CD. The instructions on the YoTube do not match what is in the document for creating a hyperlink. Do I need to send and save all documents as NEW adobe pdf.s??? Thanks!!!

    [discussion moved to Creating, Editing & Exporting PDFs forum]

  • Garbled text when creating hyperlinks

    I have a user who is creating hyperlinks in the Table of Contents of a 500 page PDF to pages within the PDF. After 10-15 hyperlinks, she gets strange characters and garbled text on some of the pages. If she saves and closes the document and reopens, she can go back to working but it will reoccur soon again. She is using Acrobat 9 Professional on Windows 7 Enterprise. She has the latest updates for Acrobat. Any thoughts?
    thanks

    Most of the document was converted from Microsoft Excel 2007 documents. The Table of Contents was converted from Microsoft Word 2007 document.

Maybe you are looking for

  • I have a Black Macbook 4,1, penryn 2.4GHz, snow leopard 10.6.7 with 8GB Ram

    Yes 8GB Ram. It all goes great until it enters in screensaver or sleep mode (i can't detect) or else i try to run some virtual machines (it doesn't matter if it's virtualbox, fusion or paralles). The van start get all crazy like the computer it's abo

  • Item category RENN is not defined for this item

    Hey SD experts, I've created a sales order with free of charge and standard items. Now, I'm trying to create a return order with reference to this sales order. I got this error message: Item category RENN is not defined for this item. I've checked in

  • SD, FI, Purchasing Functional flow

    Hi Experts, Can u please guide me regarding SD, FI and purchasing functional flows... Thanks in Advance !!!!! Regards Sinu reddy

  • How to find out changes to standard objects

    Hi, Is there any way to find out which all standard objects have been modified, either via a table or FM or any other way? Have tried SE95 but it also gives objects changed during last upgrade. Any help would be appreciated. Thanks in advance. Peter

  • How can create air app for version 1.5 with cs5?

    How can be created an application for the latest Adobe AIR version ( 1.5 ) with Flash CS5. I have a licensed cs3 and I consider to buy cs5. I want to create an applications for the stable version of Adobe AIR.