What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Interface Writer | [release] 3.0 | 22/08/2010

Pages: (14): « First « 7 8 9 10 [ 11 ] 12 13 14 » Last »
2 votes - 5 average   Interface Writer | [release] 3.0 | 22/08/2010
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: RE: Interface Writer | [release] 2.7 ~ [beta] 2.8 | 16/02/2010
quote:
Originally posted by whiz

[...]
Could do, and perhaps I'll split it into categories with figure elements and legend keys.  :)  I'm thinking of adding more options as well anyway.

Legend keys? What exactly do you mean by that?

quote:
Originally posted by whiz

[...]
You mean like you've done in your Video Converter Plus! script?  :D

You've got it :P
02-23-2010 05:02 PM
Profile PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: Interface Writer | [release] 2.7 ~ [beta] 2.8 | 16/02/2010
quote:
Originally posted by SmokingCookie
quote:
Originally posted by whiz
Could do, and perhaps I'll split it into categories with figure elements and legend keys.  :)  I'm thinking of adding more options as well anyway.
Legend keys? What exactly do you mean by that?
Umm...  like the headings of a section.  Like you get in Windows.  I don't know what you're supposed to call them.  ;)

Here's an example.  Like where it says "Tasks", "Browse Folders", and so on.

[Image: setup-studio-windows-xp-configuration-fo...ptions.gif]
02-24-2010 06:51 PM
Profile E-Mail PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: RE: Interface Writer | [release] 2.7 ~ [beta] 2.8 | 16/02/2010
quote:
Originally posted by whiz
[...]
Umm...  like the headings of a section.  Like you get in Windows.  I don't know what you're supposed to call them.  ;)

Here's an example.  Like where it says "Tasks", "Browse Folders", and so on.

[image]

Well, I usually call them groups.

Little offtopic, but ehh; do you write your own interfaces using this script? :P
02-24-2010 06:57 PM
Profile PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: Interface Writer | [release] 2.7 ~ [beta] 2.8 | 16/02/2010
quote:
Originally posted by SmokingCookie
Little offtopic, but ehh; do you write your own interfaces using this script? :P
Umm...  no.  :P  Come to think about it, why don't I?  :D

Probably because I do a lot of copy/paste with window/control/element interfaces, but still, I could do them with it...  ;)
02-24-2010 07:17 PM
Profile E-Mail PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: Interface Writer | [release] 2.7 ~ [beta] 2.8 | 16/02/2010
There goes a brand new suggestion: making an "in-script" clipboard-like variable or object (array?) to copy and paste windows/controls etc. (I)
02-24-2010 07:20 PM
Profile PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: Interface Writer | [release] 2.7 ~ [beta] 2.8 | 16/02/2010
Ooh...  that's a great idea.  Could get kind of complicated, though.

Could do it so you can copy a window/control/element, but if you paste it where there's already one with the same name (with windows, or controls/elements in the same window), it would have to prompt for a new name or something.  :)
02-24-2010 07:25 PM
Profile E-Mail PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: Interface Writer | [release] 2.7 ~ [beta] 2.8 | 16/02/2010
Complicated indeed, but if you get this done, you'll get at least an enormous ego-boost :P

About the control/element ID or name thingy, you'll have to loop through the existing items.

For the window IDs, you'll have to prompt immediately if the window is pasted in the same file..

This post was edited on 02-24-2010 at 07:33 PM by SmokingCookie.
02-24-2010 07:30 PM
Profile PM Find Quote Report
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
RE: Interface Writer | [release] 2.7 ~ [beta] 2.8 | 16/02/2010
I was making a text box 500x20 and whne i checked out the code there was none O_o
As well as i am wondering how to add a text above the box trough interface writer, would that be caption? Becuz that don't work O_o

edit:
HUH!
While typing that it hapened again, my window is gone xD
Urgh now i don't at all know how *facepalm*

This post was edited on 02-26-2010 at 11:22 PM by billyy.
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-26-2010 11:21 PM
Profile E-Mail PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: Interface Writer | [release] 2.7 ~ [beta] 2.8 | 16/02/2010
quote:
Originally posted by billyy
I was making a text box 500x20 and whne i checked out the code there was none O_o
Er...  I have no idea why.  Does the control appear if you preview the window?

quote:
Originally posted by billyy
As well as i am wondering how to add a text above the box trough interface writer, would that be caption? Becuz that don't work O_o
Captions are only supported by text, checkbox, radio, button and menu button controls.  You would need an additional control for that.

quote:
Originally posted by billyy
edit:
HUH!
While typing that it hapened again, my window is gone xD
Urgh now i don't at all know how *facepalm*
:S  Is there any errors in the script debug?
02-28-2010 10:15 AM
Profile E-Mail PM Find Quote Report
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
RE: Interface Writer | [release] 2.7 ~ [beta] 2.8 | 16/02/2010
No the code button won't work for anything!
And theres nothing when the window gets removed :(

Another thing, when i create a new file and close it without doing anything i can't reopen it. It doesn't matter because the window is empty but would be cool if it wrote something in the xml file so i COULD open it :/

Lol sorry theres so much but it would be cool if it was perfect, alltough nothing is :P

This post was edited on 02-28-2010 at 01:12 PM by billyy.
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-28-2010 01:05 PM
Profile E-Mail PM Find Quote Report
Pages: (14): « First « 7 8 9 10 [ 11 ] 12 13 14 » 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