Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Jammer #1
How to refresh inside of an extension?
Hey everyone!
I have an extension with a UI running as a command, and inside the UI i\I am
getting the site name. Now if you run the exteension inside DW then close it
then switch your current site and then you start the extension again, it still
displays the old site. Can I somehow refresh the cache, or memory, or wherever
the info is stored? Thanks!!!
J.J.
Jammer Guest
-
Passing JS varibles to my html forms inside my extension
Hey everyone! I would like to display getCurrentSite(); info in the middle of my html form inside my extension. In other words I have a table,... -
Refresh Extension
Hi, how can I refresh extension without restart Dreamweaver. I had some Shortcut before, but I forget it :( Thanx a lot PEPP -
Dynamic temp. datagrid col.gen. -Session access inside a class inside a UserCtrl
Hello Dear Professionals: Based on this document:... -
using refresh button on the menu bar to refresh two frames.
All, I have an ASP site that uses frames two frames. (yes I should be using include files, but we started ou using frames so we have been stuck... -
Problem with refresh button breaking automatic refresh
As a public service, I'm posting the solution to a problem I had. The bizarre thing is that I think this should have created an error. Instead, it... -
T.Pastrana - 4Level #2
Re: How to refresh inside of an extension?
You need to build a routine, or may be able to use the one you used for
getting the current site, to run onload of the interface to get the current
site onload instead of an event in the UI.
--
Regards,
...Trent Pastrana
[url]www.fourlevel.com[/url]
Dreamweaver Designer Tools
iFrameSuite | MiniMenus | Scroller Packages | More...
-----------------------------
"Jammer" <webforumsuser@macromedia.com> wrote in message
news:di3m45$bm6$1@forums.macromedia.com...> Hey everyone!
>
> I have an extension with a UI running as a command, and inside the UI i\I
> am
> getting the site name. Now if you run the exteension inside DW then close
> it
> then switch your current site and then you start the extension again, it
> still
> displays the old site. Can I somehow refresh the cache, or memory, or
> wherever
> the info is stored? Thanks!!!
>
> J.J.
>
T.Pastrana - 4Level Guest
-
Jammer #3
Re: How to refresh inside of an extension?
Well, I am actually having more problems thatn with just the site name. I also
need to refresh becuase I copy files in the extension to the active site, then
the next step I make sure that has happened, but I have to restart DW before
the changes are reflected...
Is there any undocumented refresh function or something? I can't put it all in
the window.onLoad function.
THanks!
Jammer Guest
-
T.Pastrana - 4Level #4
Re: How to refresh inside of an extension?
You should never have to refresh the entire UI, but parts of it yes.
If you copy files to a site, you can then look to that site where you just
copied them to. Then depending on what you need to do with that info
...populate a list etc.. you write another function to do just that only.
--
Regards,
...Trent Pastrana
[url]www.fourlevel.com[/url]
Dreamweaver Designer Tools
iFrameSuite | MiniMenus | Scroller Packages | More...
-----------------------------
"Jammer" <webforumsuser@macromedia.com> wrote in message
news:di3s1o$kje$1@forums.macromedia.com...> Well, I am actually having more problems thatn with just the site name. I
> also
> need to refresh becuase I copy files in the extension to the active site,
> then
> the next step I make sure that has happened, but I have to restart DW
> before
> the changes are reflected...
>
> Is there any undocumented refresh function or something? I can't put it
> all in
> the window.onLoad function.
>
> THanks!
>
T.Pastrana - 4Level Guest
-
T.Pastrana - 4Level #5
Re: How to refresh inside of an extension?
> You should never have to refresh the entire UI, but parts of it yes.
Let me rephrase that. Don't think of it as refreshing anything. You don't do
that. You need to think more in terms of updating something. You can append
items to something that's already there, or rewrite all of the items
alltogether.
--
Regards,
...Trent Pastrana
[url]www.fourlevel.com[/url]
Dreamweaver Designer Tools
iFrameSuite | MiniMenus | Scroller Packages | More...
-----------------------------
T.Pastrana - 4Level Guest
-
Jammer #6
Re: How to refresh inside of an extension?
Oh... ok that makes more sense. Let me play around with the code and my logic, and I'll keep you updated.
Thanks again!
Jammer Guest
-
E Michael Brandt #7
Re: How to refresh inside of an extension?
I recall there is an issue with getting the current Site however.
Believe it was Murray who held the secret sauce for this one. Murray?
emichael brandt
Jammer wrote:> Oh... ok that makes more sense. Let me play around with the code and my logic, and I'll keep you updated.
>
> Thanks again!E Michael Brandt Guest



Reply With Quote

