Pop up buttons in template?

yeah , ive had a duplicating issue with the template...
figured that out, now, i want to add a DW8 pop up menu to my
template and it is greyed out, then we tried to make the button and
pop up in an html file and copy it.. copy it and it dosent work
?!?!?! then i make a button in FW8 and it works go to make another
button in fireworks dosent work?!?! what to do.. i tried that
project 7 css button and i made it but i dont know how to adapt it
to only 2 of my buttons so they all look the same ? any
ideas?

DW's pop-up menus are just awful. This is a link to an essay
by the person
who adapted that code for Macromedia - you should read it -
http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
Not to mention that they are incompatible with templates....
There are much better ways -
Check the uberlink and MacFly tutorials at PVII -
http://www.projectseven.com/
and the Navbar tutorial/articles at Thierry's place
http://tjkdesign.com/articles/dropdown/
Or this one (more recent article):
http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
Or to get it done fast, go here -
http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"theyoyokid303" <[email protected]> wrote in
message
news:et77ms$alr$[email protected]..
> yeah , ive had a duplicating issue with the template...
figured that out,
> now,
> i want to add a DW8 pop up menu to my template and it is
greyed out, then
> we
> tried to make the button and pop up in an html file and
copy it.. copy it
> and
> it dosent work ?!?!?! then i make a button in FW8 and it
works go to make
> another button in fireworks dosent work?!?! what to do..
i tried that
> project 7
> css button and i made it but i dont know how to adapt it
to only 2 of my
> buttons so they all look the same ? any ideas?
>

Similar Messages

  • How to use same actions for differ pop-up buttons

    Hi gurus,
    I am using 2 popup in a view.same popup's having same buttons 'Yes', 'No'.when i use 1st one i have to create an action for that Yes button where i put my code for that particular Action.
    But when i used 2nd one the action define for that is not acceptable with differ name.it takes only standard one.
    Now my Query is : How to use same actions for differ pop-up buttons with in a similar view?Where i put my code.
    Plz sugges me.
    <b>Points will be sured.</b>
    Sanket sethi

    Hi ,
    u can use the method SUBSCRIBE_TO_BUTTON_EVENT of the IF_WD_WINDOW interface ... to handle the event fired by the popup .....used this method after creating the popup window ...
    regards
    Yash

  • Pop-up button issue: Mac vs PC

    Hello-
    I'm creating an interactive form for my company and having an issue when the pdf is used on a PC. 
    Here's the run down:
    First off, this is my first attempt at creating an interactive pdf so please forgive any incompetence on my part. 90% of the form was created in InDesign and the rest finished in Acrobat on a Mac.
    The form itself has many roll-over and pop-up features so that definitions or additional information can be accessed by hovering the cursor over particular fields. I have gone over the tab order in detail and am certain that all pop-up buttons have been set up so that they do not interfere with any text fields.
    Here is the form when first opened:
    And here is how the roll-over function works (without issue on my Mac):
    Note that the trigger in this case is also a text field where the project name is typed.
    Now, when the pdf is opened on a PC (using Acrobat Pro 9 on a Windows 7 machine) this is what happens:
    The text that appears in the pop-up button then appears in the following "submitted by" text field and will not go away—it cannot be selected, deleted or otherwise modified.
    I have tested this form extensively on my Mac and have not had any issues. Any suggestions or ideas as to why this would be a problem when the same pdf is opened on a PC?
    Any help would be greatly appreciated!
    Trevor

    Hello-
    I'm creating an interactive form for my company and having an issue when the pdf is used on a PC. 
    Here's the run down:
    First off, this is my first attempt at creating an interactive pdf so please forgive any incompetence on my part. 90% of the form was created in InDesign and the rest finished in Acrobat on a Mac.
    The form itself has many roll-over and pop-up features so that definitions or additional information can be accessed by hovering the cursor over particular fields. I have gone over the tab order in detail and am certain that all pop-up buttons have been set up so that they do not interfere with any text fields.
    Here is the form when first opened:
    And here is how the roll-over function works (without issue on my Mac):
    Note that the trigger in this case is also a text field where the project name is typed.
    Now, when the pdf is opened on a PC (using Acrobat Pro 9 on a Windows 7 machine) this is what happens:
    The text that appears in the pop-up button then appears in the following "submitted by" text field and will not go away—it cannot be selected, deleted or otherwise modified.
    I have tested this form extensively on my Mac and have not had any issues. Any suggestions or ideas as to why this would be a problem when the same pdf is opened on a PC?
    Any help would be greatly appreciated!
    Trevor

  • Maybe enhancement request: File Browse item with Button in template style.

    When I use a file browse item on a page it gets a standard HTML button. This looks a bit out of place among all the other template style buttons.
    Is there a way to give the file browse button a template button style?

    Hi Rene,
    there is a nice workaround available.
    You just need to create some css changes:
    /* this one hides the original button + field */
    input.file {
         position: relative;
         text-align: right;
         -moz-opacity:0 ;
         filter:alpha(opacity: 0);
         opacity: 0;
         z-index: 2;
    }Now you have to choose which solution you like most:
    http://www.quirksmode.org/dom/inputfile.html
    http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom
    Seems like a nice plug-in solution. :)

  • Safari Pop up buttons / javascript

    I want to be able to select a specific item in a list of a pop up button in safari, i can do it by using a repeat statement and get value of button, with key codes simulating down arrow. This is tediously slow to the say the least. When i go view source of the page there is an identifier for the option i want, option value="f724". Is there a way to set the value of the pop up button to this number, i cant seem to do it. I was reading around the forum and found some mentions of the term do javascript but i have no idea how to implement it in this case, or if it at least possible.

    My search_replace(x, y, z) subroutine was a very basic attempt at encoding the URL properly. As it happens omitting the handler entirely and just setting keyword to text returned of result works the same in this case. The spaces get replaced with %20 by default, and the Discussions search app doesn't seem to mind.
    This style of search & replace is known as a "text item delimiters" or TIDs for short. You may have heard of a tab-delimited file. These contain cells of information separated by tabs. In the case of AppleScript's text item delimiter, we can set it to tab or any other character, and then ask for a string's "text items" provided in list form. So the steps taken by the handler in pseudo code are:
    1. Pass the text returned of the display dialog command to the search_replace handler, along with the search string "space" and the replace string "+"
    result: {"yellow fever", space, "+"}
    2. save whatever the current value of text item delimiters is
    This is to avoid potential conflicts with other code that may be using the delimiters property.
    result: {"[… anything]", ""}
    3. change the value of text item delimiters to space
    By defining " " (space) as a delimiter, we are effectively stripping every occurrence of the space character out of our string. This is because it can now be seen as a special delimiter character, as opposed to a literal one.
    4. get the text items of our string as a list
    result: {"yellow", "fever"}
    5. change the value of text item delimiters to the + symbol
    While our text string is a list, we are going to be sneaky and change the delimiter property from space to plus sign, like the one found in our original URL at Apple Discussions.
    6. coerce the list of text items back to a string
    When AppleScript coerces a list into a string, it automatically inserts the delimiter character you have defined in between each item.
    result: "yellow+fever"
    7. set the delimiter back to the way we found it in step 2
    The way I've written all this in actual code is highly abbreviated. To help read it easier remember that I'm addressing a reference to the delimiters, so every time you see the word "contents," that is referring to the text item delimiters. Also note that
    set {a, b} to {"a", "b"}
    is the same thing as
    set a to "a"
    set b to "b"
    The only difference is that the former is written in one line, and the latter is written on two lines.

  • Vertical column pop-up button-"OPEN"-with left " " appears-bottom right corner Firefox screen-Independent of web-site visited-Am "secured" against virus-Have not touched button: "Danger, Will Robinson." Appreciate any help. Thnx. DanDeren

    Occasionally and sporadically - I cannot reproduce this issue - a small vertical column-ed pop-up button appears in the lower right corner of my (Firefox) browser screen. It is not clear what causes this - I thought perhaps that it had something to do with Google's new gmail format which I have, so far refused to adopt, although when it forces me to do so, I Accept and then re-configure back to the old look. I don't think the problem is with gmail, though since tonight I was accessing the New York Time subscription web-site. However, tonight - 31JAN2012 - this button popped up, stuck around for maybe 30 seconds and then went away. It is small - about a quarter inch wide; perhaps one-half to three quarters of an inch tall. It displays on the top of the button the "<" followed underneath by the word "OPEN" (displayed vertically). I know better than to push an OPEN button whose function is absolutely opaque to me - fool me once... My desktop has the latest version of Firefox - 9.0.1 and I just loaded the latest update. I am running Windows XP Version 5.1 (Build 2600.xpsp_sp3_gdr.111025-1629 : Service Pack 3). Further info re. operating system: Microsoft Windows XP Home Edition Service Pack 3 - that was probably pretty clear from the Version and Build info above. Hardware: ACER-42041E6643 - ACPI Multiprocessor PC - Chip/Processor: Intel Atom CPU 230 @ 1.60 GHz (2 of these). I can provide more system and configuration information, as necessary. As it is, I go to System Info and it will not let me copy all of the system info above - I had to copy it brute-force manually. I have managed tech support organizations in the past. The first question you ask the user is: "What changed?" or perhaps "What did you change?" Like every other user with an issue, my response is: Nothing of which I am aware. I certainly am not going to push this button - perhaps it toggles between something and something else - more than like so - or it opens "something" - I will not find out what since I refuse to push it. I am guessing this is some benign "feature" of which I am unaware. Any assistance with this will be greatly appreciated. Thanks and best, Dan Deren.

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

  • Show/Hide Regions using list (Button List Template)

    Hi,
    I have a page on which i'm using list (Button list - Template). Below lists, I have multiple form regions. When a user opens that page, all regions should be visible and the focus should be on 'Show All' list. However, Region 'Terms' should only be visible when list 'Terms' is selected. The same functionality should apply to other regions and lists. I have seen that Oracle has used a similar functionality when an Item on a page is clicked or opened.
    Does anybody know how to do it?

    I'm trying to use the hide/show region in the posting to hide a button region when I click the button.
    When I click my button it calls SubmitCmd(sCmd) and hits the alert popup "Here we go!" but then all the AJAX inserts happen and THEN the region hides.
    I guess the alert is Async and the $x_Hide(l_Item); is not or something like that??
    How can I hide the region and then process the rest with the same button click?
    Or how can I hide just a normal button when I click it.. same thing though, need to do it before processing of AJAX inserts.
    function SubmitCmd(sCmd){
    var lQuesID;
    var elmName;
    var elm;
    lcontinue = true;
    showMessage('');
    alert('Here we go!');
    $x_Hide(l_Item);
    var lAdtUseID =html_GetElement('P3_AUDIT_USE_ID').value;
    etc.. a bunch of AJAX inserts, etc..

  • Reset pop up button

    Hi
    I have two pop up buttons that when"theMachine" and "theEnve" are selected it will after "info" is clicked display a text field with information in it, the pop up buttons have titles that I wish to have reset to their opening state, after the the "info" button is clicked.
    I cant locate much to do with pop up buttons especially when trying to reset them, is their a way to do this?
    on clicked theObject
    if name of theObject is "info" then
    tell window "main"
    set theMachine to name of current menu item of popup button "theMachine"
    set theEnve to name of current menu item of popup button "theEnve"
    (* Information Results *)
    if (theMachine is "1") and (theEnve is "A") then
    set content of text field "myDialogText" of window "myPanel" to "BLAH"
    end if
    end tell
    end if
    end clicked
    Cheers
    Budgie

    if you meant reset to the first item of the pop up buttons, then you can do:
    set current menu item of popup button "theMachine" to first menu item of popup button "theMachine"
    set current menu item of popup button "theEnve" to first menu item of popup button "theEnve"

  • Edit a list  with "button list" template to limit the no: of list entries

    Hi Friends,
    I am having a list with "button list" template. But this list is having a large number of list entries. I am trying
    to limit the list entries shown in a page. For example display first '6' list entries and at the end of the 8th list entry
    having a "Next" or ">" and when pressing it show the next '6' list entries and so on. Is there any way to do this.
    Please help,
    Thanks,
    Tj

    With each line that you are writing out, you will have to add two additional fields, one for line number and another for page number.
    You will move sy-linno and sy-pagno to these fields respectively and modify the record.
    Then you will use the READ LINE itab-linno OF PAGE itab-pagno.
    Srinivas

  • Pop-List button

    Hi,
    I am generating Forms application (iAS).
    I would like to change view of pop-list button from arrow to "...".
    I know that there is something Jinitiator.
    How can I do that ?
    regards,
    Cezary

    Set app.ui.lovButtons to false. Then add a button to the canvas right next to the item. Set iconic to Yes and the Icon Filename to the name of your .gif file that contains the icon that you want to display on the button. For example, if your filename is list.gif, you would set IconFilename to list.
    To deploy the icon file, there is some configuration that must be done on the middle tier. There is a white paper on OTN that explains how to do it: http://www.oracle.com/technology/products/forms/pdf/webicons.pdf.
    If you want to have the button only visible when navigating to the text item, you can use Pre-Text-Item and Post-Text-Item triggers on the text item to make the button visible/not visible.

  • I want to push message pop up button use keyboard

    Hi; 
    I have a problem. I want to controlled message pop up button use keyboard. Is it possible? 

    Thanks, that explanation helps. It does sound like you want to be able to press buttons on the message popup with your keyboard.
    The Message Popup step was created to provide simple, quick display and response functionality for use in test sequences, and has a limited feature set compared to writing a custom code module. The only built-in way to do this is with the feature I mentioned previously, which would make your buttons something like "Alt+A" "Alt+B" and so on. It sounds like this is probably not exactly what you want.
    I believe your best option for achieving this is to create a simple code module in a language of your choice (LabVIEW, .NET, etc) to display the dialog and listen for keyboard input. Once the user presses a key, the code module can return the desired value to TestStand. 
    Daniel E.
    TestStand Product Support Engineer
    National Instruments

  • Word wrap in pop up buttons

    As it seems that either my previous question is not possible
    or no one can answer it, I have tried to refine my inquiry.
    I am building a horizontal menu with pop up menu that is one
    line below the main menu. AS I have many two word links, I am
    trying to find a way to wrap the two words so that they are on on
    top of the other as it saves space and I don't want long buttons.
    Can anyone help me? I have Fireworks MX

    DW's pop-up menus are just awful. This is a link to an essay
    by the person
    who adapted that code for Macromedia - you should read it -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    Not to mention that they are incompatible with templates....
    There are much better ways -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "theyoyokid303" <[email protected]> wrote in
    message
    news:et77ms$alr$[email protected]..
    > yeah , ive had a duplicating issue with the template...
    figured that out,
    > now,
    > i want to add a DW8 pop up menu to my template and it is
    greyed out, then
    > we
    > tried to make the button and pop up in an html file and
    copy it.. copy it
    > and
    > it dosent work ?!?!?! then i make a button in FW8 and it
    works go to make
    > another button in fireworks dosent work?!?! what to do..
    i tried that
    > project 7
    > css button and i made it but i dont know how to adapt it
    to only 2 of my
    > buttons so they all look the same ? any ideas?
    >

  • Image pop-up button

    I am trying to create a text button where an image pops up when it is selected. The image needs to pop up next to the text button, not replace it. Any suggestions?
    PowerMac7,3   Mac OS X (10.2.x)  

    This comes up all the time, Layered Menus work, but can be unrelaible. These threads (and others) discuss this
    http://discussions.apple.com/message.jspa?messageID=3102055#3102055
    http://discussions.apple.com/thread.jspa?messageID=2951183&#2951183
    For layered menus check out this
    http://www.dvdstepbystep.com/layersover.php

  • Safari pop-up button invisible

    I have an original iPad. I am viewing a pop-up that looks different on my iPad than my friend's iPad. The popup had a list of text with two buttons at the bottom of the pop up. On mine, the buttons will show. On my friend's, the buttons are simply not there. We have the same verision ipad, same firmware, same OS, but using ATT, not wireless. The browser settings are the same for both devices. Any ideas why this would happen?

    Thanks for your response, I did it but doesn't work. I try to catch the web direction from those  pages but they gone faster. Any idea?

  • "Download" pop-up button appears

    I'm getting a weird "Download" button popping up on various websites, Facebook, etc., sometimes when I roll over things. It seems almost random...a gray button with the image of an arrow pointing down into a tray with the word 'download'. When I click it the button changes to "Please make the video is being played or it is supported". It just started popping up recently. Only seems to happen with Safari 5.0.3. It's annoying and there's nothing there to download anyway.

    Ok...
    Get GlimmerBlocker available here. Free and will stop the popups.
    http://www.apple.com/downloads/macosx/internet_utilities/glimmerblocker.html
    Compatible with Safari 5 and Snow Leopard.
    You can access Glimmer Blocker from your System Preferences pane after it's installed.

Maybe you are looking for

  • NMH405 Impressions after the first days - and a few beginners type questions

    Hi All, After some research I took the plunge and acquired a new NMH405 (I really would have liked the non existing "NMH400" i.e. no drives).  I removed the 500GB drive and added two new 1.5TB WD Green Caviar Drives and set it up as Raid-1 After a fe

  • Playing music to WiFi speakers

    I'm not sure if this is the right forum for this question, so if there is a better one, please let me know. I am using a WiFi speaker to listen to music from iTunes. The two are not in a direct line of sight, but they are less than 6 yards apart. Mos

  • Using getTimer() as a Cache Killer

    Hi All, I have recently been working on a Flash file that dynamically loads a movie based on the contents of a simple XML file. I was concerned about caching issues so tried to set up the code to avoid the XML file being cached causing the wrong cont

  • Drutil

    Dear Wise & Powerfule Masters of OS X, I would like to use drutil to burn automatic backups. I have a script launched by crontab that looks like this: <begin shell script> cd #kks050305 cd Desktop #kks050302 mv 'Untitled DVD.fpbf' backup.fpbf #kks050

  • How to use ASM+GFS with 11gR2 clusterware?

    hi how to install 11gR2 clusterware with ASM+GFS? do i need external lock-server nodes? it was for 9i RAC.is it still supported or not in 11gR2? regards http://www.redhat.com/docs/manuals/csgfs/oracle-guide/s1-gfs-conffiles.html http://www.redhat.com