How do I keep form6.0 ALWAYS ON TOP?

Hello friends,
Like Oracle Help, Is there any option in forms6.0 to keep them 'always on top' of other applications.
Thanx in advance,
regards,
Praveenkumar Talla

Hello,
Actually I want to keep the runtime form at the top of other application, How to do this?
regards,

Similar Messages

  • AS3 how to put the buttons always on top of the external swf in the code below?

    how to put the buttons always on top of the external swf in the code below?  I am  beginner use to as3, can someone help me?
    thanks, for all!!
    var Xpos:Number = 110;
    var Ypos:Number = 180;
    var swf:MovieClip;
    var loader:Loader = new Loader();
    var defaultSWF:URLRequest = new URLRequest("swfs/eyesClosed.swf");
    loader.load(defaultSWF);
    loader.x = Xpos;
    loader.y = Ypos;
    addChild(loader);
    // Btns Universal function
    function btnClick(event:MouseEvent):void {
    removeChild(loader);
    var newSWFRequest:URLRequest = new URLRequest("swfs/" + event.target.name + ".swf");
    loader.load(newSWFRequest);
    loader.x = Xpos;
    loader.y = Ypos;
    addChild(loader);
    // Btn listeners
    eyesClosed.addEventListener(MouseEvent.CLICK, btnClick);
    stingray.addEventListener(MouseEvent.CLICK, btnClick);
    demon.addEventListener(MouseEvent.CLICK, btnClick);
    strongman.addEventListener(MouseEvent.CLICK, btnClick);

    use:
    var Xpos:Number = 110;
    var Ypos:Number = 180;
    var swf:MovieClip;
    var loader:Loader = new Loader();
    var defaultSWF:URLRequest = new URLRequest("swfs/eyesClosed.swf");
    loader.load(defaultSWF);
    loader.x = Xpos;
    loader.y = Ypos;
    addChild(loader);
    // Btns Universal function
    function btnClick(event:MouseEvent):void {
    removeChild(loader);
    var newSWFRequest:URLRequest = new URLRequest("swfs/" + event.target.name + ".swf");
    loader.load(newSWFRequest);
    loader.x = Xpos;
    loader.y = Ypos;
    addChildAt(loader,0);
    // Btn listeners
    eyesClosed.addEventListener(MouseEvent.CLICK, btnClick);
    stingray.addEventListener(MouseEvent.CLICK, btnClick);
    demon.addEventListener(MouseEvent.CLICK, btnClick);
    strongman.addEventListener(MouseEvent.CLICK, btnClick);

  • How to keep window always on top?

    I use afloat to keep most of the window always on top but it doesn't work for some apps like excel, textwrangler etc...
    How can I make excel, textwrangler etc.. to stay on top even if I focus on some other apps?

    AFAIK, you can't. When you change focus the app assumes you want to use it.

  • Awesome window manager: How to keep application always on top

    Is it possible to keep media player applications always on top ?
    Following is my current configuration.
    { rule = { class = "Vlc" },
    properties = { floating = true, ontop = true } }
    This is working fine whenever I start application. But problem is, if I go to full screen and come back, ontop flag is unset.
    Is there anyway to fix this ?

    shmibs wrote:
    you could probably do something like
    client.connect_signal("property::fullscreen", function(c)
    if c.class == "mplayer" then
    c.ontop = true
    end
    end)
    i haven't tested this, though, so don't be surprised when it fails
    This is working partially. ie, VLC is keeping ontop propery, but video is not going full screen.

  • How can I keep a listbox on top of a string control?

    I would like to keep the listbox "on top" or "in front" of the string control.  Whenever I click in the string control, though, the listbox moves behind it.  I have set the order from the menu, but that seems to get overridden.
    Attachments:
    String-Listbox.vi ‏13 KB

    LOL
    That was just to pull the wool over somebody's eyes...
    Check the control editor of the string you will know the truth
    (Anyway thanks for the stars )
    Message Edited by Vsh on 04-08-2008 07:54 AM

  • How to open a form always on top but not at focus?

    I had a form application which will call another form as reference. May I know that is there any way I can to to set the called form always on top, but the focus is still set at the calling form so that I can still operate on the calling form?
    Many thanks
    MInny

    Hi:
    Thank you for reply to my question.
    I have tried your codes and apply them the following the form. However, I always got the following error:
    Error: (WWV-00000)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    My codes is:
    declare
    request_no number;
    blk varchar2(30) := 'DEFAULT';
    l_url varchar2(4000);
    begin
    request_no := p_session.get_value_as_NuMBER(
    p_block_name => blk,
    p_attribute_name => 'A_WORK_REQUEST_ID');
    l_url := 'portal30.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=11880470335&p_arg_names=_sessionid&p_arg_values=&p_arg_names=work_request_id&p_arg_values='||request_no;
    portal30.wwa_app_module.set_target(l_url,'call');
    end;
    then,
    I created another form which has two fields and the dattype of pk is varchar2 and change manually put the pk's p_arg_value into the url.
    e.g.
    l_url:='PORTAL30.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=9029417810&p_arg_names=WORK_AREA_CD&p_arg_values=APP';
    portal30.wwa_app_module.set_target(l_url,'call');
    However, I still get the error message as below:
    Error: (WWV-00000)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    Your help would be highly appreciated.
    Wei Ye

  • How Do I Keep Flash Movie on top of other .exe

    I need to keep my flash movie on top (fullscreen and visible
    to the user) while another .exe file starts running underneath it.
    Does anyone know any commands or script I can use to do this?
    Thanks!!

    ShaneFred wrote:
    > I need to keep my flash movie on top (fullscreen and
    visible to the user) while
    > another .exe file starts running underneath it. Does
    anyone know any commands
    > or script I can use to do this?
    >
    there is none of such commands.
    I did reply to you in other forum, you need 3rd party tools
    for it, otherwise there
    is nothing you can do.
    What is the purpose of posting if you don't check replies ?
    Just wasting participants time.
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006 :)
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • Forms runtime, always on top

    Hello friends,
    I am trying to keep my from On Top on other applications. But I am not finding the code for it.
    Anybody knows how to do this? Is there any property use to do this?
    Thanx in advance.
    regards,
    Praveenkumar Talla (Pune, India)

    Hello SS,
    It worked a little bit.
    But this is not I want to do with the form.
    Like 'Forms Builder Help System' has the propery to keep itself always on top of other running applications, like that.
    Hope u suggest me, if u found new hints or tips on this.
    many thanx,
    regards,
    Praveenkumar Talla (Pune, India)

  • Option to make QT "always on top"?

    I multitask with multiple windows open, but enjoy having video play while I am working or surfing. Is there a way to keep QT always on top of other windows? Thanks in advance.

    No, not in Quicktime. But,you can play your videos in iTunes and the videos will play on top of everything on the screen.

  • Keeping the camera on top

    how do i keep the camera on top of other windows?

    This question might be better addressed in the iSight forum - iPhoto doesn't have the capability of capturing images via iSight (but would be cool if it did).
    You might want to take a look at:
    http://www.econtechnologies.com/site/Pages/ImageCaster/imgcast_overview.html
    See if that's what you're looking for.

  • Java Task Bar always on Top

    I need to be able to create my own task bar which is a Frame that will be positioned
    always above the Windows task bar and will never be obscured by the windows of other
    appications (Task Manager accepted).
    I have seen many postings on tis group what explain how to have a frame always on top
    but how can I state where on top with reference to the task bar?
    TIA
    Steve

    I dont want to get rid of the task bar but to be able to create an own window which isn in effect
    an own task bar that sits directly above the existing Task Bar if it is visable or if not, then it sits along
    the bottom of the screen mimicing a task bar but with the controls that I want to provide fo rmy specific
    application.

  • Let VI always on top

    Hi
           I'm a beginner. Could you tell me how make VI front panel "always on top" in running?
    RGS
    LY

    Hi Norbert
           I contacted NI service engineer in local. He give me a WINUTIL.LLB which contained a V.I. named "Make Window Always on Top.vi". But It is only debug under LV 8.6, Could you help me convent this LLB to LV8.5.1?
    RGS
    LY
    Attachments:
    WINUTIL.LLB ‏335 KB
    WINUTIL.LLB ‏335 KB

  • How to keep Calendar Helper always on top?

    In my jsf page, I have a input field with a calendar helper. Below this, is a drop down combo box. My problem is that when i click on teh calendar helper, the calendar appears in a drop down manner, and inspite of this, my combo box which is below, overlaps and appears in the middle of my calendar. Is there a way to avoid this? Perhaps by keeping the calendar always on top, or atleast making the calendar appear on top rather as a drop down.?
    My code snippet is like this:
    <TR>
                                                 <TD width="40%" align="right" height="30"><h:outputText
                                                      styleClass="normalText" id="text12" value="#{msg.To}"
                                                      style="color: black; "></h:outputText></TD>
                                                 <TD width="60%"><h:inputText styleClass="inputText" id="text13"
                                                      onblur="return func_2(this, event);">
                                                      <f:convertDateTime dateStyle="short" />
                                                      <hx:inputHelperDatePicker />
                                                      <hx:inputHelperAssist inputAssist="true" autoTab="true" />
                                                 </h:inputText><h:message styleClass="message" id="message2"
                                                      for="text13"></h:message></TD>
                                            </TR>
                                            <TR>
                                                 <TD width="40%" align="right" height="30"><h:outputText
                                                      styleClass="normalText" id="text10" value="#{msg.Status}"
                                                      style="color: black; "></h:outputText></TD>
                                                 <TD width="60%"><h:selectOneMenu styleClass="selectOneMenu"
                                                      id="menu1">
                                                 <f:selectItems value="Option1" /></h:selectOneMenu></TD>
                                            </TR>

    We are having the same results. Have you heard of a "fix" for this?

  • How to keep toolbar in Photoshop CS5 always on top

    I have just upgraded to CS5 from CS3. In CS5, when I move an open document around on screen it covers over the toolbar, but only if the toolbar is docked to the side of window.  It will also cover the property bar and menu bar at the top of the interface.  The palettes on the r/h side always stay on top if not docked to the edge of the window, but if docked they too get covered over. In CS3 all the interface items stayed on top.  Is there any way to make sure they is always on top when docked (I prefer not to have them free floating)?
    I'm using Vista Ultimate.  My monitor is a Dell 24" Ultrasharp running at native 1920x1200 res.

    Thanks for the suggestion.  Turning OpenGL off makes no difference, and with it turned on I have also tried the three different quality settings, none of which made any difference either.
    I've also just tried with CS5 in a window, rather than fully maximised, and like that I can actually drag an open image right outside the Photoshop interface!
    Dave

  • How do I keep the sidebar always in view as before?

    How can I keep the sidebar always in view in Firefox. I have to keep re-loading it? Also, a 2nd question, how can I disable Flip and just use Google?

    CTRL + H > History Sidebar
    In order to change the default search engine or the order of search engines in the top right search box in Firefox, please perform the following steps:
    #Move the mouse cursor inside the search box at the top right of the Firefox window and click the down arrow next to the provider's logo.
    #If you would like to select another search engine, simply pick the engine from the dropdown list.
    In order to change the order of the search engines, do this:
    #From the dropdown list, select ''Manage Search Engines...''.
    #In the upcoming window, you have all your search engines listed. To change the order, simply click one search engine and then select ''Move up'' or ''Move down'' from the buttons on the right side in order to change the order of the search engines.

Maybe you are looking for

  • Finding an error while calling an RFC

    Hi,   My requirement is as follows. The internal table(ITAB) which i am using has a field X  of length 20 and the Internal table(RFCITAB) field Y found the RFC is of length 10. Here i am creating another 3rd internal table(ITAB1) with field Z of leng

  • Help with buttons in AS3

    Hi Folks, I'm stuck with a simple flash movie I need to create in which two images fade in and fade out, and each of them must be clickable and hyperlink to a separate URL. I've got the fading going okay, but I cannot for the life of me get even a si

  • Try to sync, getting error message that says, ...

    ... "iTunes unable to load dataclass information from Sync Services. Reconnect or try again later." well, i did both and still it doesn't work. it's been like a day or two now. is it my phone, att, apple? i am hooked up by wi-fi...

  • Going through all the nodes children (JTree)

    Hello all, I'm detecting clicks on a JTree, and I want a method that goes from that node to the end of the tree (all the leaves). The method will be invoked if the node has children of course, I want to do this recursively but I don't know how. Can a

  • Compress after searching in finder

    I went into finder and did a 'search' for PDF documents, I selected several of them and then did a right click but there was no Compress option in the drop down menu. Compress appears for selected files if I am not acting on a search list in Finder,