Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
ThoughtProc #1
Set focus to document window / Bookmark extension
Does anyone know of a way to set focus to a document window?
I've written an extension for Dreamweaver coders. It saves the current
line/document so you can return to it later ("bookmark it"). It's a floater
and I will be making it available shortly (unless someone's already written a
decent one -- please let me know if that's the case). I wrote it to keep
myself from getting lost when coding large files.
The issue is that when someone clicks the Go button on my floater, it returns
the document to the correct position, but the focus is still on the floater.
Does anyone know how I can set focus to either the code view or document
windows?
ThoughtProc Guest
-
Determine window focus
I'm trying to write a Perl script that will watch for an IE window to get the focus, grab the COM2 input and output it as if it were from the... -
Jump to specific bookmark upon opening PDF document
Here's the bone that you wanted thrown....Try using a "Named Destination" See the PDF Open Parameters documentation and/or Acrobat Help for more... -
Layer Focus Issues in Extension
I'm having a very weird issue with the Dreamweaver Extension I am building. The page consists of several overlapping LAYER tags that are swapped by... -
document tabs vanished / can't maximize document window
I am having the same problem & it also appears & disapears at random. I tried maximizing the document window to no avail. Any ideas will be... -
Window Focus
I have a problem with opening external files from a Fullscreen Director-Movie. I have to open Powerpoint Files from Director and am using the... -
Phil #2
Re: Set focus to document window / Bookmark extension
> Does anyone know how I can set focus to either the code view or document
dreamweaver.setActiveWindow() ?> windows?
or dom.setView() ?
Have a look in the JS API , Workspace > Window functions.
Good luck.
Phil Guest
-
Seth Rubin #3
Re: Set focus to document window / Bookmark extension
I tried setActiveWindow, but focus still remains on the button in my
Floater - i.e. I still have to click on the code window to make it active
again.
"Phil" <nomail@nospam.com> wrote in message
news:en6fjo$7vu$1@forums.macromedia.com...>>> Does anyone know how I can set focus to either the code view or document
>> windows?
> dreamweaver.setActiveWindow() ?
> or dom.setView() ?
>
> Have a look in the JS API , Workspace > Window functions.
>
> Good luck.
>
>
>
Seth Rubin Guest
-
Andrew (Webworld) #4
Re: Set focus to document window / Bookmark extension
Hey did you ever release this extension? I have been hoping for something like this in dw because I really used it in homesite+ with the ctrl+k shortcut. Please let me know.
Andrew (Webworld) Guest
-
tobysimmons #5
Re: Set focus to document window / Bookmark extension
Well, this is my request for a similar extension ... I used Textpad and live and die by the bookmark-this-line when editing code.
tobysimmons Guest



Reply With Quote

