What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » HELP - Child Windows!

Pages: (3): « First « 1 2 [ 3 ] Last »
HELP - Child Windows!
Author: Message:
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: RE: HELP - Child Windows!
XML code:
<Window Id="WndSearch" Version="1">
    <Position Width="400" Height="150"/>
    <ChildTmpl>


This is just after your commented out original search window. You don't close <ChildTmpl>. After changing this to <ChildTmpl/> the script works for me.

Just out of curiosity, are you sure you want a child window and not a modal one? A child window gets placed on the parent form, whereas a modal window is a seperate window that has to be closed before you can do anything further on the parent window. The way your code and xml currently works (as a child window) is that the search textbox & label get hidden behind the browser object and are thus inaccessible (see attached pic) :P

.png File Attachment: searchhidden.png (105.26 KB)
This file has been downloaded 99 time(s).

This post was edited on 02-25-2009 at 05:49 PM by pollolibredegrasa.
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
02-25-2009 05:48 PM
Profile PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: HELP - Child Windows!
Umm...  in that case, I would probably want a modal window, but I have no idea how to do that.  :S

I thought a modal window was a child window...  I'm confused now.  :P
02-25-2009 06:51 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: HELP - Child Windows!
A child window is a seperate window like in the Plus! Preferences. The section that changes when you click a different tab... is a child window. A modal window is a seperate window. Instead why not make it like IE and FF and have the search box beside the address bar?
02-25-2009 08:11 PM
Profile E-Mail PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: HELP - Child Windows!
Well, I was actually thinking of having it like a chat window, in the sense that you could type something like "!search <google/yahoo/etc> <query>".  This could then be used for other purposes, like "!send <contact email>", to send the current page address to a Messenger contact.  I'll give it a go...
02-25-2009 08:30 PM
Profile E-Mail PM Find Quote Report
Pages: (3): « First « 1 2 [ 3 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On