Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Help Making Floater

    This is where I am..

    I made a menu item under windows to open my floater. I made the floater.htm
    file so when I click the menu option the floater appears.

    But, my text always is like, dotted out! It doesnt look like the normal
    windows.

    Anyone know of any example codes for making windows and such? Like expandable
    lists like the file viewer too. I guess the tabs as well, things like that.
    Sort of like a little tutorial or quick walk through I can look at. Or even an
    example I can just look at, I can probably catch on.

    I can't find the source code for the built in menus, and I read its
    programmatically in the software so you can edit them so..

    Anyone know of some good example for me to look at?

    digitalpacman Guest

  2. Similar Questions and Discussions

    1. CS4 Floater Size Bug
      I have some floaters which work fine in CS3 but when I view them in CS4 the floaters are not sized properly. I can manually resize the floaters,...
    2. Scrollbar in a floater
      Hi everybody, I want to insert an area with a scrollbar in a floater panel, like dw's binding one. I tried frame, iframe, layer tags, div with...
    3. How to add popup menu in a floater
      I made a floater and want popup a menu when right click the floater. But I do not find any API to popup menu. Anyone knows some ways to make it...
    4. Drop down menu in a floater
      is there any way to make a drop down menu in a floater like the one in the behaviors panel when you press the plus button? Thanks
    5. multiple htm files in a floater?
      Is there a way to create a floater extension with multiple .htm files? I've tried doing a simple <a href='anotherfile.htm'> but that doesn't seem to...
  3. #2

    Default Re: Help Making Floater

    > I can't find the source code for the built in menus, and I read its
    > programmatically in the software so you can edit them so..
    >
    > Anyone know of some good example for me to look at?
    The DW help documentation shows a complete floater example, but if you want
    to see a working floater, I have a free one called Translated Source Viewer
    at [url]http://www.tom-muck.com/extensions/[/url]

    If you are interested in building extensions you might want to pick up a
    copy of Building Dreamweaver and UltraDev Extensions. It's an old book, but
    most things still apply to DW 8, including the chapter on building a
    floating panel. Amazon has copies for less than $1:
    [url]http://www.amazon.com/exec/obidos/ASIN/0072191562/basicultradev-20[/url]


    --
    Tom Muck
    co-author Dreamweaver MX 2004: The Complete Reference
    [url]http://www.tom-muck.com/[/url]

    Cartweaver Development Team
    [url]http://www.cartweaver.com[/url]

    Extending Knowledge Daily
    [url]http://www.communitymx.com/[/url]


    Tom Muck Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139