code for the button send, anyone?

Hello

I am currently using this code on a button and it does not work - I want to just that he open an email, so that the viewer can contact:

var mail:URLRequest = new URLRequest("mailto:[email protected]");

myButton.addEventListener(MouseEvent.CLICK, goMail);

function goMail(event:MouseEvent):void {
     navigateToURL(mail);
}


Any ideas as to why it isn't working? I am applying it to a layer above the button, but it just doesn't want to play - Help! 

Your source code should work.  The problem may be in your configuration somehow.  I recommend that you place an order to trace to the inside of your event handler function to see if yes or no button really speaks to the function.

var mail: URLRequest = new URLRequest ("mailto:[email protected]");

myButton.addEventListener (MouseEvent.CLICK, goMail);

function goMail(event:MouseEvent):void {}
trace ("in office");

navigateToURL (mail);
}

Tags: Adobe Animate

Similar Questions

  • Code for the button located inside the MC

    I decided to rearange my flash site and now things do not work.

    I used to have a collage of images where images have been keys and each image was on the scene (which made a scene with 10 + bulk images)

    I made a button to each image. Here is an example of code for one image named "icysophistication_app_btn". Labour code because it was previously:

    icysophistication_app_btn.addEventListener (MouseEvent.CLICK, onClick_IcySophisticationPopUp);

    function onClick_IcySophisticationPopUp(event:MouseEvent): void {}

    gotoAndPlay ("icysophistication");

    So I decided to unite all the images in a mc, called 'imgscollage_buttons_mc' (because later I want to build an another collage and drag them on the screen with tweener engine)

    imgscollage_buttons_mc.icysophistication_app_btn.addEventListener (MouseEvent.CLICK, onClick_IcySophisticationPopUp);

    function onClick_IcySophisticationPopUp(event:MouseEvent): void {}

    gotoAndPlay ("icysophistication");

    I guess I have to put something before - gotoAndPlay ("icysophistication");

    But what can not understand.

    Please suggest

    Thank you for responding, I thought of her. Somehow the instance names are automatically removed once I transferred all the buttons in the mc.

    I must just go and apply again all the button instance names.

  • Codes for the button layers still CS6

    Successfully, I create my own buttons for Encore CS6.  I note in the layers the character in square brackets to create buttons + just as much! RC = etc. for other functions.  I see not yet included in the website for the forums.  I find it difficult to get detailed Help Menu for buttons.  Given that to enrich Encore Menus in Photoshop, I find myself here.

    Where can I find a complete list of all special characters in the media used in a layer with functional descriptions create button?

    The list is in the help file.

    Adobe still * using Photoshop to create menus

  • dDoes anyone know of any legitimate code of windows search programs and a way to get the code for the window using the product id and receipt of a store

    Original title:

    Windows code

    I have 2 questions... 1 is - anyone know of any legit windows code, find online programs for windows on a computer code. My wifes sister and she want to fix his computer by putting in a new hard drive and installing windows, but I wanted to see if I could legitimate his computer code and the sticker is missing, damaged already.

    2. is possible to get the code for the window using the id and product received in a store you microsoft some how I have two computer, I bought my children 3 years ago and to replace hard drives with larger ones, and one of them still has readable sticker.    Thanks again

    As I said, reported for an installation by the manufacturer OEM of Windows key code reflects the image of their system and not the license key on the sticker that is what is needed for a re-installation of consumer, is not surprising that the Samsung 2 is the same.  The key to the thumbnail is not stored anywhere other than on the tile.

    If you cannot or do not want to clone the disks, you can buy a recovery media set at the manufacturer or new media of Windows 7 (becomes very expensive and problematic for the commercial version that MS no longer sells it).

  • Modify the Code for the sound toggle button

    Hi all... it is a code I could do work, but I need so plays music at the beginning and then the pause button it and then turn it into a graphic game that, pressed, she will play again.  I tried to edit the code, but I'm horrible at programming, and of course nothing I've tried has worked.  Please let me know what I need to change to start playing music, and then have it stop/pause on the first press and alternate 'play' and 'stop' on the presses.  Thank you!

    [My fla has 2 layers, one for this AS and one for the buttons... within the section symbol, I have two layers, one for the common button, and two executives in the button BG layer, one for the game (triangle) and one for stop (square).]  They are recorded as a clip].

    If need be the tutorial for this button is to (remove all the ' $' signs and spaces...) I don't have enough posts to post urls)

    flashperfection. $o$m/$tutorials/$Toggle-sound-button-in-Actionscript-3-18231 c. $t h $ m $l

    Thank you!

    This prevents toggle buttons to play the second image.
    toggle_btn. Stop();

    Variable to detect whether the number of times the button has been clicked.
    var clickOnce:uint = 0;

    Creates a new instance of any sound.
    var aSound:Sound = new MySound();

    Create a new instance of the SoundChannel
    var aChannel:SoundChannel = new SoundChannel();

    This adds the click event of the toggle button.
    toggle_btn.addEventListener (MouseEvent.CLICK, togglePlay);

    If the button has been clicked once and then the sound is played
    with a picture of a symbol of the judgment. If you click on the button toggle
    ring again then stops and the play symbol appears.
    function togglePlay(event:MouseEvent):void {}
    clickOnce ++;
    If (clickOnce == 1) {}
    Consolidate = aSound.play ();
    toggle_btn.gotoAndStop (2);
    }
    If (clickOnce == 2) {}
    SoundMixer.stopAll ();
    toggle_btn.gotoAndStop (1);
    clickOnce = 0;
    }
    }

    Try using:

    var aSound:Sound = new MySound();

    var aChannel:SoundChannel = new SoundChannel();
    Consolidate = aSound.play ();

    toggle_btn.gotoAndStop (2);
    toggle_btn.buttonMode = true;
    toggle_btn.addEventListener (MouseEvent.CLICK, togglePlay);

    function togglePlay(event:MouseEvent):void {}

    If (toggle_btn.currentFrame == 1) {}
    Consolidate = aSound.play ();
    toggle_btn.gotoAndStop (2);
    } else {}
    aChannel.stop ();
    toggle_btn.gotoAndStop (1);
    }
    }

    I removed the clickOnce variable since it has already detect something that exists whether to stop or play

  • Where is the button 'Send' for Outlook Express email?

    Where is the button "Send" to email outlook express?

    original title: button 'send '?
    If you don't see it on a toolbar window new message, right-click on the toolbar. Customize and add it. (There is no shipping in the main window)
  • Click on the button - send text dynamic text control HTML5

    Hello

    I want to click a button on my Html5 canvas that sends the text specified in a dynamic text box.

    It does not work... That's what I have on frame 1 of the scenario

    this.myBtn.addEventListener ("click", fl_MouseClickHandler_3.bind (this));

    function fl_MouseClickHandler_3()

    {

    Start your custom code

    This code example displays the words 'mouse clicked' in the output panel.

    Alert ('mouse clicked');

    sym. $("myText") .html ("my dynamic text here");

    Complete your custom code

    }

    The red line is my problem... I don't know how to get the right code for the TextBox on the Web.

    I want finally to be able to add a few basic etc. PHP functions.

    Thanks in advance

    Figured it out...

    this.myBtn.addEventListener ("click", fl_MouseClickHandler_3.bind (this));

    function fl_MouseClickHandler_3() {}

    this.myText.text = ' My dynamic text here ';

    }

  • How can I get the button 'send' on an application form to be sent to a specific e-mail address?

    Hi, I use cc DW and have created a Web site by using one of the models of "bootstrap". How can I get the button 'send' on an application form to be sent to a specific e-mail address? I put:

    " < button type ="submit"id ="feedbackSubmit"class =" btn-primary btn btn - lg "style =" margin-top: 10px; "method ="post"action =" mailto: [email protected] "enctype =" text/plain"> Send < / button > " "

    The source code for the model:

    "< button type ="submit"id ="feedbackSubmit"class =" btn-primary btn btn - lg "style =" margin-top: 10px; ' > Send < / button >

    Should I put in a new bootstrap or jquery function or change one for code work?

    See you soon

    Karen

    Take a look at this tutorial to see what it Alt-Web Design & Publishing: Contact form sensitive with 3.2 Bootstrap and PHP (part 1)

  • Using AJAX code for the conditional selection list.

    Hello

    I use AJAX code for the first time, I have no knowledge in java, I got the code from this forum and try to manipulate my requirement.

    My requirement is that I have two selection lists, host_name) 1 and 2) database_name.
    As soon as I pick/choose the value of host_name select list, I need to fill in only the databases on this particular host. I don't want to send the page for this action.

    Here is the code, thank you if anyone can help.


    On request the code application process:
    -----------------------------------------------------
    declare
    number of l_counter;
    l_o_name varchar2 (2000);
    Start
    owa_util.mime_header ("text/xml", FALSE ");
    HTP.p ('Cache-Control: non-cache');
    HTP.p ('Pragma: non-cache');
    owa_util.http_header_close;
    HTP. PRN ("< select > '");
    for rec in (select "ORA_DATABASES_VW". "' Database_name ' as 'database_name ',.
    'ORA_DATABASES_VW '. "" DB_ID "as"DB_ID ".
    of 'ORA_DATABASES_VW '.
    where 'ORA_DATABASES_VW '. ("' HOST_NAME ' =: TEMP_ITEM)
    loop
    HTP. PRN ("< option value ="' | rec.db_id |) '">' || Rec.database_name | ("< / option >");
    end loop;
    HTP. PRN ("</select > '");
    end;

    Header HTML on this page:
    =================
    < script language = "JavaScript1.1" type = "text/javascript" >

    function get_List_XML (source_item, target_item) {}

    var v_Target = html_GetElement (target_item);
    var v_Source = html_GetElement (source_item);
    var ajaxResult = new htmldb_Get (null, & APP_ID, 'APPLICATION_PROCESS = POPULATE_LIST_XML', 0);
    ajaxResult.add ('TEMP_ITEM', source_item.value);
    var v_result_xml = ajaxResult.get ('XML');

    If (v_result_xml & & v_Target)
    {
    var options_Contents = v_result_xml.getElementsByTagName ("option");
    v_Count = options_Contents.length;
    v_Target.length = 0;

    for (var i = 0; i < v_Count; i ++)
    {
    var v_opt_xml = v_result_xml.getElementsByTagName ("option");
    appendToSelect (v_Target, v_opt_xml.getAttribute ('value'), v_opt_xml.firstChild.nodeValue)
    }
    }

    }
    function appendToSelect (target_item, option_val, option_content) {}
    var v_Opt = document.createElement ("option");
    v_Opt.option_value = option_val;
    {if (document. All)}
    target_item.options.Add (v_Opt);
    v_Opt.innerText = option_content;
    } else {}
    v_Opt.appendChild (document.createTextNode (option_content));
    target_item. AppendChild (v_Opt);
    }
    }
    < /script >


    Attribute of the form in the host_name column element. P935_INSTANCE_DB_NAME is my page for database_name.
    OnChange = "get_List_XML (this,"P935_INSTANCE_DB_NAME").

    Feel free to mark the answers useful or correct ;)

  • What is my access code for the software updates

    What is my access code for the software updates?  It seems to be a six-digit numeric code, but I have no recollection of anyone establishing.

    Take a look at this thread, what is the password for software update

  • ToolTip for the button

    Nice day

    I'm new to the blackberry development. I created a bitmapbuttonfield using the examples of the advanced user interface. There is a button with an image. I want to display a ToolTip for the button when the button receives the focus. Can someone please help

    Thanks in advance

    Hello

    Use this code:

    package mypackage;
    
    import net.rim.device.api.ui.Field;
    import net.rim.device.api.ui.FieldChangeListener;
    import net.rim.device.api.ui.component.ButtonField;
    import net.rim.device.api.ui.component.Dialog;
    
    public final class MyScreen extends TooltipScreen
    {
    
        ButtonField btn1,btn2,btn3;
        public MyScreen() {
    
            btn1=new ButtonField();
            btn1.setChangeListener(new FieldChangeListener() {
                public void fieldChanged(Field field, int context) {
                    Dialog.alert("Button 1 Click");
                }
            });
            btn2=new ButtonField();
            btn2.setChangeListener(new FieldChangeListener() {
                public void fieldChanged(Field field, int context) {
                    Dialog.alert("Button 2 Click");
                }
            });
    
            btn3=new ButtonField();
            btn3.setChangeListener(new FieldChangeListener() {
                public void fieldChanged(Field field, int context) {
                    Dialog.alert("Button 3 Click");
                }
            });
            add(btn1, "Button 1");
            add(btn2, "Button 2");
            add(btn3, "Button 3");
    
        }
    
    }
    
    package mypackage;
    
    import java.util.Timer;
    import java.util.TimerTask;
    import java.util.Vector;
    
    import net.rim.device.api.ui.Field;
    import net.rim.device.api.ui.Graphics;
    import net.rim.device.api.ui.XYRect;
    import net.rim.device.api.ui.container.MainScreen;
    
    public class TooltipScreen extends MainScreen {
    
        TooltipScreen screen = this;
        boolean doRedraw = false;//prevent infinte redrawing
        Vector tooltips = new Vector();//vector to hold tooltip strings
        private Timer tooltipTimer = new Timer();
        private TimerTask tooltipTask;
        boolean alive = false;//is the tooltip alive? used to pop it after our timeout
        int count = 0;//used to calculate time tooltip is displayed
        //tooltip popup colours:
        int backgroundColour = 0xeeeeee;
        int borderColour = 0xaaaaaa;
        int fontColour = 0x666666;
        //the tooltip:
        String tooltip;
        int tooltipWidth;
        int yCoord;
        int xCoord;
        //region parameters:
        XYRect contentArea;
        int contentBottom;
        int contentRight;
    
        public TooltipScreen() {
            super();
    
            //when timeout reaches 100ms*20 ie. 2seconds set alive to false and redraw screen:
            tooltipTask = new TimerTask() {
    
                public void run() {
                    if (alive) {
                        count++;
                        if (count == 20) {
                            alive = false;
                            invalidate();
                        }
                    }
                }
            };
    
            tooltipTimer.scheduleAtFixedRate(tooltipTask, 100, 100);
    
        }
    
        //override add method adds an empty string to tooltip vector:
        public void add(Field field) {
            tooltips.addElement("");
            super.add(field);
        }
    
        //custom add method for fields with tooltip: add(myField, "myTooltip");
        public void add(Field field, String tooltip) {
            super.add(field);
            tooltips.addElement(tooltip);
        }
    
        public void setColours(int backgroundColour, int borderColour, int fontColour) {
            this.backgroundColour = backgroundColour;
            this.borderColour = borderColour;
            this.fontColour = fontColour;
        }
    
        //reset everything when user changes focus,
        //possibly needs logic to check field has actually changed (for listfields, objectchoicefields etc etc)
        protected boolean navigationMovement(int dx, int dy, int status, int time) {
            count = 0;
            alive = true;
            doRedraw = true;
            return super.navigationMovement(dx, dy, status, time);
        }
    
        protected void paint(Graphics graphics) {
            super.paint(graphics);
            if (alive) {
                Field focusField = getFieldWithFocus();
                tooltip = (String) tooltips.elementAt(screen.getFieldWithFocusIndex());
    
                //don't do anything outside the norm unless this field has a tooltip:
                if (!tooltip.equals("")) {
                    //get the field content region, this may fall inside the field actual region/coordinates:
                    contentArea = focusField.getContentRect();
                    contentBottom = contentArea.y + contentArea.height;
                    contentRight = contentArea.x + contentArea.width;
    
                    //+4 to accomodate 2 pixel padding on either side:
                    tooltipWidth = graphics.getFont().getAdvance(tooltip) + 4;
    
                    yCoord = contentBottom - focusField.getManager().getVerticalScroll();
                    //check the tooltip is being drawn fully inside the screen height:
                    if (yCoord > (getHeight() - 30)) {
                        yCoord = getHeight() - 30;
                    }
    
                    //check the tooltip doesn't get drawn off the right side of the screen:
                    if (contentRight + tooltipWidth < getWidth()) {
                        xCoord = contentRight;
                    } else {
                        xCoord = getWidth() - tooltipWidth;
                    }
    
                    //draw the tooltip
                    graphics.setColor(backgroundColour);
                    graphics.fillRect(xCoord, yCoord, tooltipWidth, 30);
                    graphics.setColor(borderColour);
                    graphics.drawRect(xCoord, yCoord, tooltipWidth, 30);
                    graphics.setColor(fontColour);
                    graphics.drawText(tooltip, xCoord + 2, yCoord);
                }
            }
            //doRedraw logic prevents infinite loop
            if (doRedraw) {
                //System.out.println("redrawing screen: " + System.currentTimeMillis());
                screen.invalidate();
                doRedraw = false;
            }
        }
    }
    
    package mypackage;
    
    import net.rim.device.api.ui.Font;
    import net.rim.device.api.ui.Graphics;
    import net.rim.device.api.ui.Manager;
    import net.rim.device.api.ui.UiApplication;
    import net.rim.device.api.ui.component.LabelField;
    import net.rim.device.api.ui.container.PopupScreen;
    import net.rim.device.api.ui.container.VerticalFieldManager;
    
    class MyTooltip extends PopupScreen{
        int _x;
        int _y;
        TooltipThread _tooltipThread;
    
        private MyTooltip(Manager manager) {
            super(manager);
         }
        public void sublayout(int width, int height)    {
            super.sublayout(width,height);
            setPosition(_x,_y);
            System.out.println("Tooltip x: " + Integer.toString(_x) + ", y: " + Integer.toString(_y));
        }
        protected void applyTheme() {
            // Overriden to suppress Border etc.
        }
        public void removeToolTip() {
            if ( _tooltipThread != null ) {
                _tooltipThread.dismiss();
            }
        }
        private void display(UiApplication uiApp, int x, int y, int displayTime) {
            _x = x;
            _y = y;
            _tooltipThread = new TooltipThread(uiApp, this, displayTime);
            _tooltipThread.start();
        }
    
        public static MyTooltip addToolTip(UiApplication uiApp, String toolTipString, int x, int y, int displayTime) {
            VerticalFieldManager manager = new VerticalFieldManager(Manager.FIELD_VCENTER|Manager.NON_FOCUSABLE) {
                protected void paint(Graphics graphics) {
                    graphics.setColor(0x00FFFFFF); // White
                    graphics.fillRect(0,0,getWidth(),getHeight());
                    graphics.setColor(0x00000000); // Black
                    graphics.drawRect(0,0,getWidth(),getHeight());
                    super.paint(graphics);
                }
            };
            MyTooltip toolTip = new MyTooltip(manager);
            LabelField label = new LabelField(' ' + toolTipString + ' ', LabelField.NON_FOCUSABLE);
            label.setFont(Font.getDefault().derive(Font.PLAIN, 16));
            toolTip.add(label);
            toolTip.display(uiApp, x, y, displayTime);
            return toolTip;
        }
    
        class TooltipThread extends Thread {
    
            Object _notifyObject = new Object(); // Used to allow user to dismiss this Tooltip
            PopupScreen _tooltip; // Screen we are going to display
            UiApplication _ourApplication; // access to pushGlobalScreen and dismissStatus from our Application
            int _displayTime; // in seconds
    
            public TooltipThread(UiApplication ourApplication, PopupScreen tooltip, int displayTime) {
                _tooltip = tooltip;
                _ourApplication = ourApplication;
                _displayTime = displayTime;
            }
    
            public void run() {
                _ourApplication.pushGlobalScreen(_tooltip, 999, false);
                synchronized(_notifyObject) {
                    try {
                        _notifyObject.wait(_displayTime * 1000);
                    } catch (Exception e) {
                    }
                };
                _ourApplication.dismissStatus(_tooltip);
            }
    
            public void dismiss() {
                // notify the waiting object to stop the Thread waiting
                synchronized(_notifyObject) {
                    _notifyObject.notify();
                }
            }
    
        }
    
    }
    
  • Custom theme lose the buttons send in the quiz

    Hello

    I have a theme that I made for a customer and only altered slide masters they used. The button publish (with the keys skip etc.) are all there in the master slide, and they show on every slide of issue they have, but when I click on preview this slide, or publish, as soon as you get to the quiz, there is not button Submit. The theme projects have been created on a computer and uploaded to a Google Drive folder. The customer has bought the Captivate and uploaded files (originally it did not download the theme, but has since begun from scratch - downloaded again any project and theme) of the reader, edited and sent them back. When I opened the projects, quiz slides and slides model has the Submit button, yet project overview (or editing by the way) are not there send buttons.

    I think it's a matter of topic, but I can't understand what is happening. The project has only been to Captivate 9 I know - the customer has recently purchased Captivate, and my version is up-to-date.

    Interestingly, I changed the theme to a standard embedded theme of Captivate and the Send button appears in the preview of the question slides. Should I create another theme from scratch, and then import it to each project? What went wrong initially - if it was the fact that he had not downloaded the theme I think which would break things, but then it picked up completely from scratch. Is there a difficulty without creating a new theme from scratch? PreviewExample SlideMaster

    Since the buttons send return when you change the theme to one of the standard ones found in Captivate, I would say that you definitely need to recreate your custom theme.

    I don't know what was wrong originally.  Captivate would not have worked at all for your customer unless there was at least some basic default themes, it can access.

    Now, the important thing is that you get an another theme created.  One of the other default themes Captivate is to base on.  The empty theme is generally offered for it, but there was a reported issue last week on the forum on this topic, then perhaps choose a different this time out.

  • I have a problem with the resolution of the text of the button send the form

    I have the problem that the text of the button send in my form is pixelated version of the phone. I dind't placed an img in button. The text and the rectangle is generated in muse. If I create a rectangle with text in the scia, even for the version of the phone, there no pxilated.

    Then why get the button send pixilated with the same settings.

    I am very happy if someone can help me.

    Hi, I had the same problem, and because the design is very important to me, I solve it by cheating a bit :)

    You can see in my form here: http://lemarket.cz/prezentace2016prodejci.html#slide12

    I have a form button with no fill style, no color, no text for all States.

    I have inserted my button in the form (I put size and rounded corners in the same way that the button on the form ).

    The only problem is, that the State of your button does not work / because it's under another layer.

    But that I realize, that I can set for original form button rollover State / with an opacity of 10%, it will be possible to see my button below, just the color changes and it now works together :)

    I know that's not technically correct, but it works... for the design

    Elena

  • Coloration of the code for the PHP files using CSS

    Coloration of the code for the PHP files using CSS

    The Situation:

    It is possible to mix PHP and CSS so that you create a PHP file and it is served to the user in a CSS file. It works just like writing a normal PHP file which is then processed and used in HTML. To do this, you create a PHP file and at the top of the file, you add the following line of code:

    <?php header("Content-type: text/css"); ?>

    This line tells the browser that the file is CSS instead of HTML. Fantastic.

    Here is a link to a more detailed article on the subject: http://www.barelyfitz.com/projects/csscolor/

    The problem:

    The problem is that when I create a PHP file in Dreamweaver code colors in the document like PHP for PHP and HTML to CSS code code because it still thinks the document is supposed to be a HTML document. Is there a way to change the style of this situation? I find that code coloring to normal CSS files is really useful and would like to be there instead of just black text.

    Other information:

    I already have this submitted a feature request to Adobe, but I never heard back. Does anyone know how to do this now?

    I would really like to see the code coloring to adapt to the content type of the file, when the file is PHP. So if no content type is specified, values by default in html format, but when it's CSS, code coloring so a coloration of the different code is used. It could also adapt to files JS, XML files, the works. But really, I just want to add the PHP/CSS code coloring.

    I'm certainly not an expert, and this is my first time looking at the file,

    but it looks like the section.

    "ID ="CSS"doctypes ="CSS"priority '50' = > ' see the style css and

    the and refer to where the design must

    be applied. If that is correct then the code you provided should style

    It all starts after the

    and ending with another php code? It should be then that a

    tag additional php to be present in the document of 'close' the

    blowdry.

    And the continuation of this line of thinking, I have just that in the (php-> css)

    file. I placed my code. Then

    After the CSS, I placed another block of php: and it works!

    The CSS is styling just like should the CSS.

    Logically, you need that, and it seems to work ok for me without it. If Yes, you can change "" to be more explicit and less impact for PHP parsing, such as ' /DW/ '.

    Haha, Unfortunantely, PHP is more the same color scheme. He

    went from normal red blends what the html code looks like

    scheme (blue with quotations from green text). Fortunantely this configuration is far

    more convenient than the previous color coding!

    All subsequent PHP Directives are coloring properly for me - it's just the first one that triggers the coloration (e.g. ) is not. What do you see?

    If, therefore, in the XML file you added in CodeColoring.xml, you can change:

    scheme = "outerTag.

    is similar to the colouring of the PHP Directive:

    scheme = "customText" id = "CodeColor_PHPScriptBlock".

    This causes the entire PHP directive is red color - not optimal, but a little better.

    HTH,

    Randy

  • Examples of code for the robot LDAP plugin is missing

    I downloaded and installed ITS 10.1.8 version but the sample code for the robot LDAP plugin isn't the case to find. The "sample" directory is missing. The example of code removed for any reason or is it replaced by something else? We must be able to search an LDAP compatible to v3 for our new dashboard application.

    The document "Secure Connector Software Development Kit" for ITS Version 10.1.6 says the following:
    -Oracle shipped three sample plug-ins that supports analysis, analysis of database table and analysis file LDAP directory.
    -ORACLE SECURE ENTERPRISE SEARCH comes with three sample plug-ins sub $OH/search/sample/agent.

    Yes, samples of tracks were removed in 10.1.8 because they have not been sufficiently tested, or considered good enough to ship.

    However, I have the LDAP robot and I'll be happy to send it to you (STRICTLY no guarantee, of course!) If you leave me an email for roger dot ford at oracle dot com.

Maybe you are looking for

  • Measuring temperature pt100 9219 module

    Hello I have a temperature PT100 probe three sons on the "input analog of the NOR 9219." I created a task with a maximum I the right temperature on the chart drop-down test. Room I displays the value of this task in Labview through Daqmx lire, and th

  • Quick way to find the number of terms not zero in a matrix or an image

    I try to use the standard deviation PtbyPt Vi.  It takes a series of points, can be reset when you start the calculation.  There is also an entry for the sample size.  I am calculating some statistics on a table... and would only include as items not

  • Comma-delimited

    I would like to how to convert commas to delimited by tabs?

  • Problem of looping E900

    Hello I have an application on a local computer in my home network connections on a port pending. I can connect to this application from any computer using NAT IP from the router. I can even, to connect successfully to the application of any device/P

  • Auto common in normal mode.

    My laptop restarts automatically after 30 minutes or so in normal mode. It works fine in safe mode (either with networking or not). How can I solve this problem? I have a Toshiba Satellite A305 S6858 with Windows Vista Home Premium 64 - bit and SP2.