Additional Region when Developer Toolbar is visible

Hi,
is there any chance to show a region (with a condition) when the Dev Toolbar is visible?
Thanks
Marco
PS. I think it would be possible with javascript, but is there a easy way also?

Hi!
On Patrick's Blog there is an entry that explains how to check for developer mode in PL/SQL. You can base your condition on
APEX_Application.g_edit_cookie_session_id IS NOT NULLHth,
Chris

Similar Messages

  • Developer toolbar won't disable - keeps popping up when i hit shift, and is not visible in extentions list nor add-on list. how do i uninstall

    for some reason, i now have a developer toolbar, even though i haven't installed this myself. what's even weirder is that it pops up every time i hit shift - thus the lack of capital letters in this post - and it doesn't show up on my extention- nor plug-in list, so i have no idea how to disable it. it shows up under the tools tab and i can shut it down there, but it shows up again whenever i hit shift.

    hello Kuzuri, firefox has an in-built developer toolbar which can be brought up with the keyboard shortcut shift+f2. so this is just a guess, but maybe your keyboard's f2 key is hanging...
    in case you cannot solve it that way, please enter '''about:config''' into the firefox location bar (confirm the info message in case it shows up) & search for the preference named '''devtools.toolbar.enabled''' - double-click the entry and toggle its value to '''false'''. this will generally disable the developer toolbar after you restart the browser.

  • Restricting developer toolbar when database authentication

    hi,
    When definying an application with authentication=database, and as I do not mark any database user as developer or not, I am not sure how to restrict the access to the developer toolbar. Could you please help me?
    Thanks,

    If you create a user you can set
    User is a developer to "No"
    User is a workspace administrator to "No"
    Then the user will be an end-user (shows up as a green puppet if you go to Manage Users and set the View to "Icons").

  • Add-ons which are installed and enabled are not visible - no Firebug icon, no Web Developer toolbar.

    I was busy working with Firebug last night. This morning the icon wasn't present and I couldn't find it anywhere. In Add-on manager I disabled/reloaded then enabled/reloaded, but still nothing. Web developer toolbar was also missing and not in the toolbar menu. Checking versions, I saw I had Firebug 1.8.1, and one of the compatibility lists suggested that went with Firefox 6 (I was on 5.0.1).
    I installed Firefox 6 beta, reinstalled Firebug 1.8.1, but no change. I uninstalled, reinstalled 5.0.1 and this time Firebug 1.8.0, and again nothing.
    I must be missing something, but my poductivity has suffered so much that I'd be happy to discover exactly what sort of idiot I am.

    I know where to find it. It was the absence of that icon I was complaining about. After a day and a half of doing very little, I suddenly saw that the Web Developer toolbar had reappeared (for no apparent reason). That gave me access to options which had previously been invisible, and I have succeeded in switching Firebug on again. I only wish I could tell all the other people suffering from this problem how to solve it, but the solution was quite spontaneous.

  • 微软发布IE Developer Toolbar Beta版

    http://news.csdn.net/news/newstopic/26/26496.shtml
    近日,微软发布了Internet Explorer Developer Toolbar Beta版。该产品让开发人员能够深入探索和理解Web页面,帮助开发者更好地创建Web应用。
    IE Developer Toolbar特性如下:
    -浏览和修改Web页的文档对象模型(DOM)。
    -通过多种技术方式定位、选定Web页上的特定元素。
    -禁止或激活IE设置。
    -查看HTML对象的类名、ID,以及类似链接路径、tab顺序、快捷键等细节。
    -描绘表格、单元格、图片或选定标签的轮廓。
    -显示图片象素、大小、路径、替代文字等。
    -即时重定义浏览器窗口大小到800x600或自定义大小。
    -清空浏览器缓存和cookie,被清除项可从所有对象或给定域中选择。
    -直接访问关联W3C规范参考、IE开发组blog或其他来源。
    -显示设计时标尺,帮助对齐对象。
    该工具条可集成在IE窗口,或以浮动窗口形式存在。
    下载地址:http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&DisplayLang=en

    Beta 2 Preview Update
    The Microsoft Internet Explorer Developer Toolbar provides a variety of tools for quickly creating, understanding, and troubleshooting Web pages. This version is a preview release and behavior may change in the final release.
    Overview
    The Internet Explorer Developer Toolbar provides several features for exploring and understanding Web pages. These features enable you to:
    -- Explore and modify the document object model (DOM) of a Web page.
    -- Locate and select specific elements on a Web page through a variety of techniques.
    -- Selectively disable Internet Explorer settings.
    -- View HTML object class names, ID's, and details such as link paths, tab index values, and access keys.
    -- Outline tables, table cells, images, or selected tags.
    -- Validate HTML, CSS, WAI, and RSS Web feed links.
    -- Display image dimensions, file sizes, path information, and alternate (ALT) text.
    -- Immediately resize the browser window to a new resolution.
    -- Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.
    -- Choose direct links to W3C specification references, the Internet Explorer team weblog (blog), and other resources.
    -- Display a fully featured design ruler to help accurately align and measure objects on your pages.
    The Developer Toolbar can be pinned to the Internet Explorer browser window or floated separately.
    This Beta 2 version of the toolbar contains functionality and stability enhancements over previous versions and includes the following improvements.
    -- You can now selectively enable and disable CSS parsing.
    -- The Misc menu contains a color picker.
    -- Several link reports are available.
    -- When you select an element in the DOM element tree list, the selected element scrolls into view if it is not already visible in the browser window.

  • Possible to preview Safari 7 rendered ajax content in developer toolbar?

    So in Chrome, Firefox (via Firebug), etc there is the ability to preview the rendered response of an ajax request.  So if the response comes back in HTML, the developer toolbar has the option of viewing it rendered.  This is super helpful when dealing with something like Symfony framework where 500 errors trigger a HTML error page.  When using Safari, I have to scan the ajax response's HTML for the error whereas in other browsers, it shows me the rendered content so I can just read the error. 
    Is there a way to get Safari to render the returned ajax content rather than or in addition to just showing its source?
    Thanks!
    Alan

    You might do better to ask in the Developers forum here. Sounds more liek teh type of things discussed there:
    Developer Forums

  • Remove Developer Toolbar on a single page

    I'm attempting to create a PL/SQL script that outputs a simple value;attribute\n entry for each row in an SQL query. The script works great, but I can't seem to generate a page that lacks the developer toolbar when I'm logged in as a developer. I get my expected results and then a huge chunk of javascript at the bottom of the page. I'm aware that I can turn off the toolbar globally, but I only need it turned off for one page in this case.
    On the flip side, am I perhaps going about generating my value/attribute page wrong? I'm using a normal page with no region/template specified and using a before header process with htp.p to actually generate my results. Is there any other way to do it? I realize it's completely different, but for example - a popup LOV doesn't display the toolbar?
    Any ideas are appreciated, thanks!

    Hello,
    >> I'm now trying to determine if there is a method to generate a page in APEX that does not include that code, at all.
    I don’t think that as a developer you can generate a page without the code for the developer toolbar.
    You can, however, use the following JavaScript code, with the 'onload' event, to hide it:
    <script type="text/javascript">
    function removeDevTollbar(){
      var tabElms = document.getElementsByTagName('TABLE');
      var i = tabElms.length - 1;
      while (i >= 0) {
        if (tabElms.summary == 'Developer Toolbar') {
    tabElms[i].style.display = 'none';
    i = -1;
    i-=1;
    </script>
    Regards,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • Lost Developer Toolbar after upgrade from 4.1 to 4.2

    After upgrading from 4.1 to 4.2.1.00.08, we have lost the Developer Toolbar.
    Have others run into this with the upgrade or fresh installation of 4.2.1?
    If so, what suggestions are there for fixing, short of reinstallation mentioned in this other thread:
    {message:id=10692572}
    Following the guidance there to look at the instance ID and other preference settings, I compared our three instances. The two that are not having the problem are both at 4.2.0.00.27.
    Here are the preferences that exist on our other instances but are null on the problem instance:
    APEX_4_1_0_PATCH_12920544
    APEX_4_2_0_PATCH_14777994
    APP_EXPORT_TO_DB_ENABLED
    HPROF_DIRECTORY
    INSTANCE_ID
    MOBILE_DEVELOPMENT_ENABLED
    PRINT_SVR_HOST
    PRINT_SVR_PORT
    PRINT_SVR_SCRIPTI have asked our support team to review the upgrade log. Re-installation from scratch is an option.
    Any advice is welcome.
    Skip

    Thanks, Joel.
    You inspired me to take a closer look, and look beyond the upgrade.
    After the upgrade, my application passed a superficial checkout. Later, I exported my application and in the export file, the Instance ID was not NULL. I had not noticed any problems with how APEX was working.
    The problems of the missing Developer Toolbar, Instance ID = NULL, and a new one, did not occur until I removed my application and tested a clean installation of the workspace and application. This is the sequence of events. The immediate triggering cause is clearly one of the following:
    1. Deinstall application (ID 820) from APEX 4.2.1.00.08 instance, running 11g (11.1.0.7.0).
    2. Remove workspace (PVA_AH9_R12)
    3. (drop the parsing schema, xxpva, and related tablespace)
    4. (create tablespace and schema user, xxpva)
    5. Import workspace (PVA_AH9_R12) from an APEX 4.2.0.00.27 instance.
    6. Import application (ID 820) including supporting objects from an APEX 4.2.0.00.27 instance, running 11g (11.2.0.1.0).
    The next day I noticed the Developer Toolbar missing problem, and found that Instance ID is NULL.
    Also, after Exporting an application in Database format, I cannot download the file from the Export Repository. When I click the filename link, I get 'Access Denied' instead of the normal download dialog.
    Does this suggest anything else I should look into?
    Do you think I should post this as a new problem/question with more detail about the sequence of events?
    Skip

  • Virtualize IE6 including Internet Explorer Developer Toolbar

    I tried to follow this thread http://forums.novell.com/novell-prod...h-plugins.html
    to virtualize IE6 including Internet Explorer Developer Toolbar
    As a result IE6 contains Internet Explorer Developer Toolbar button but it's not work on Win 7 machine.
    I think settings shared with IE9 somehow and it's not work, or what it can be?

    With ZAV 9 we have another option available:
    When you snapshotted the Internet Explorer Developer Toolbar, was the "Internet Explorer Snapshot Compatibility Mode" option enabled? This can affect how the snapshot turns out and should be enabled anytime a component will hook into IE.
    Have you tried building the virtual IE6 by having ZAV scan the system for installed applications? That might be worth a shot to get this working in Windows 7.

  • Pop List and Developer Toolbar

    Hi every body,
    I love HTML DB , It a cool and nice thing
    I need your help folks,
    1. How can I hide the developer toolbar for some user.
    2. How can I build one page showing master-detail rel, I need to show Depts as a select list then when I select a certain deptartment the bottom of the page shows the related employees and have the ability to change the sal and comm columns only.If it is not possible then I am satisfied with two pages with the same functionality.
    thanx

    <omar>
    1. How can I hide the developer toolbar for some user.
    </omar>
    <raj>
    sergio explained this at Some newbie questions . please take a look and let us know if you have questions.
    </raj>
    <omar>
    2. How can I build one page showing master-detail rel, I need to show Depts as a select list then when I select a certain department the bottom of the page shows the related employees and have the ability to change the sal and comm columns only.If it is not possible then I am satisfied with two pages with the same functionality.
    </omar>
    <raj>
    here's an easy way to setup a master-detail form on emp/dept as you've described it:
    1) create a tabular form page on EMP using the "Tabular Form Wizard" being sure to select only the Sal and Comm columns in the "Updatable Columns" field of the "Identify Updatable Columns and Primary Key" page of the wizard.
    2) add a Dept lov to your wizard-generated tablular form (let's say it's page 1)
    ------create the new item (let's call it P1_DEPTNO) with a type of "Select List with Submit"
    ------define the LOV for this Dept item as something like "select dname, deptno from dept"
    3) add a branch to the page to have the page redraw itself when a value if a value is selected from the LOV above
    ------create the branch with a type of "Branch to Page or URL" that branches back to itself (page 1 in this case)
    ------set the branch up with a "Condition Type" of "Request = Expression 1" and have "Expression 1" be the name of your item, P1_DEPTNO
    4) add a where clause to your tabular form query so it pays attention to your selected Department
    ------"where (to_char(deptno) = :P1_DEPTNO or :P1_DEPTNO ='%null%')" should do it for now
    and that should do it.
    </raj>
    let us know if you need further assistance,
    raj

  • I installed the developer toolbar and it is not showing

    I have installed the developer toolbar and it is not visible, and not listed in the View-toolbars menu either. Do I need to enable it? Mac OSX

    Also, to confirm that the extension is installed and enabled, you can check here:
    Tools menu > Add-ons > Extensions category

  • Application builder developer toolbar

    Hi,
    I don't want to have the developer toolbar (Edit application,edit page 1,new, session...) when i log in to my application.
    any ideas?
    kind regards
    couse1

    Zed - Search this forum for "developer toolbar" and find this answer, including the method of changing the application's Status attribute (application attributes) from Available with Edit Links to Available.
    Scott

  • Missing Developer toolbar in new application

    Hi,
    There are several developers in my team and one of them cannot see the developer toolbar in a newly created application while others can see it. Any ideas on what might be causing this? We are in version 4.2

    You can only see the developer toolbar when you start the application in the same browser window (different tabs will work) as the APEX Builder environment or from the APEX Builder environment.
    So check whether the developers use the same way of opening up the application...

  • Developer toolbar hiding icons previously accessible

    I used to have a number of icons at the bottom of my browser page such as Adobe Browser Lab, Downloadhelper. However the bar at the bottom of the page which is activated by clicking on Tools/Web Developer/Developer Toolbar has hidden them and even when I untick Developer Toolbar they do not reappear.
    I have tried removing Web Developer as I assumed that was the culprit but that bar remains.
    Can anyone help me find my icons again please?

    You can try to delete it form the[http://kb.mozillazine.org/Profile_folder Profile folder] ,
    %APPDATA%\Mozilla\Firefox\Profiles\
    inside the extensions folder, it is an xpi file but '''i do not known''' the specific number/name of that extension !
    thanks again

  • Developer toolbar does not appear with SHIFT-F2 in Fullscreen

    I'm sure there's others out there who would like to be productive on small displays. Maybe you've figured out how to make the Developer Toolbar consistently appear as requested when SHIFT-F2 is pressed, and you'd like to share. :-)

    i did not see a solution posted - I tired what I read. Going back to an old version may solve the problem but it is a stupid solution so I have yet to do that.
    I am on version 4 and autofil this does not work :
    Popular answer Go to this answer
    Uninstall version 5, then Google "google toolbar version 4", follow the link to FileHippo.com, and download and install the last version 4. When you reinstall it, make sure you turn off the option to perform automatic updates.
    6 of 7 people found this answer helpful. Did you? Sign in to vote. Report abuse

Maybe you are looking for

  • How to disable the tax calculation field in MIRO screen only for CreditMemo

    Dear Expert user want to create credit memo by MIRO transaction .But in table RBKP there no field to trace document ,that is invoice or credit memo document .i want to validate during credit memo, tax & with holding tax cannot calculate .I tried a lo

  • Port 113

    I just visited the Shields UP!! website (after seeing a demonstration at my local users group). The demonstrator's computer at the meeting passsed all the tests, but mine (at home) failed the "Solicited TCP Packets". It said that port 113 was in "clo

  • Sound only when "Solo'ed)

    Hey. I'm finding GB very frustrating. I've been doing this for years w/Cakewalk but...anyway...I have many questions but the immediate frustration is: NO sound in my project unless I "SOLO" every track. I got very nervous & tried another song (projec

  • Vendor family representation in SKU

    Hi All, I've requirement at my client where the vendor's family of products drive number of functions: It's primarily like the product hierarchy, but it is the vendor's product classification we need to capture The standard PRODH field we're using to

  • Multicast vrf

    Good Day! I have got a task to play multicast traffic through mpls (at least between the same vrf). I have 3 switches 3750 ME, sw1, sw2 and sw3. Multicast source host is connected to sw3 int fa1/0/6, receiver host is connected to sw1 int fa 1/0/5, re