Tsfreaks wrote:... still don't. I'll give it another read.
No, I didn't miss your js idea. Getting the close event is now easy enough with the on-close property.
You didn't miss it, but you didn't understand its point.
The part I need to figure out is why the content in the browser object gets disposed after closing the form.
I don't think the question to ask here is "why". That's just how it is.
The question is most certainly "why". Why do we reset the browser windows? Is there a real reason or was it simply not addressed as part of the initial design. The answer to "why" will tell me if changing it is possible.
Presumably, when the window is closed (hidden), the embedded IE browser in it is entirely closed. When the window is shown again, a new embedded browser is opened in >it.
Well, then we need to understand what the difference between "close" and "is-visible=false". They are not the same. Closed should mean closed, exited, finished, gone, bye bye. The design where the windows are all created but hidden is sort of weird. I could care less though. Whatever... as long as we don't blow away the browser content when we hide the window via close.
My understanding of how that works is a bit fuzzy. If I were to store the "result" string in a mob/var/list, would that be stored locally on the client and when I send that information to a browser control, would that be a client side only operation?I have a ton of DB stuff in the web page and when the player wants to redisplay the window, I don't want to requery and send the data all over again.
Why would you need to requery it anyway? Considering you just had the data since you recently fed it into browse(), an available and suitable option is to temporarily cache that data for a certain amount of time in case it's needed again, to prevent requerying.
No. Browser windows reset with close and don't with is-visible=false. I refer to that as "different" where I come from. :|I need close to act like is-visible=false instead.
Hmm, so it doesn't?
Oh, awesome. I think right around that post is where I figured nobody suggested it yet given the number of replies, and just scrolled back up to the parent to post.