Welcome to MacForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How to put a dot inside the close button?

 
   Macintosh computer (Home) -> Apple Scripts RSS
Next:  How to put an icon inside a table column?  
Author Message
Fortepianissimo

External


Since: Jan 01, 2004
Posts: 4



(Msg. 1) Posted: Thu Jan 01, 2004 4:19 am
Post subject: How to put a dot inside the close button?
Archived from groups: alt>comp>lang>applescript (more info?)

I'm referring to the left-most button in the title bar of a window -
most apps put a dot inside it when the documents are modified but not
saved. Is there a quick pointer showing how to change it inside Xcode?
Thanks!

 >> Stay informed about: How to put a dot inside the close button? 
Back to top
Login to vote
Simon Slavin2

External


Since: Jan 26, 2004
Posts: 34



(Msg. 2) Posted: Fri Jan 02, 2004 1:06 am
Post subject: Re: How to put a dot inside the close button? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 01/01/2004, Fortepianissimo wrote in message
<ef08387c.0401010119.6f9d87df DeleteThis @posting.google.com>:

 > I'm referring to the left-most button in the title bar of a window -
 > most apps put a dot inside it when the documents are modified but not
 > saved. Is there a quick pointer showing how to change it inside Xcode?

It's a property of the document the window represents. See

<a style='text-decoration: underline;' href="file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr7_d" target="_blank">file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr7_d</a>
oc_suite/index.html

and the 'modified' property. If you change this, the dot should appear
by itself.

If you're just faking the association with the document, you can modify
it directly. See the 'document edited' property in

<a style='text-decoration: underline;' href="file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr3_a" target="_blank">file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr3_a</a>
pp_suite/index.html

Simon.
--
Posted using test version of software.
Please tell me if anything isn't right.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: How to put a dot inside the close button? 
Back to top
Login to vote
Simon Slavin2

External


Since: Jan 26, 2004
Posts: 34



(Msg. 3) Posted: Fri Jan 02, 2004 1:06 am
Post subject: Re: How to put a dot inside the close button? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 01/01/2004, Fortepianissimo wrote in message
<ef08387c.0401010119.6f9d87df DeleteThis @posting.google.com>:

 > I'm referring to the left-most button in the title bar of a window -
 > most apps put a dot inside it when the documents are modified but not
 > saved. Is there a quick pointer showing how to change it inside Xcode?

It's a property of the document the window represents. See

<a style='text-decoration: underline;' href="file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr7_d" target="_blank">file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr7_d</a>
oc_suite/index.html

and the 'modified' property. If you change this, the dot should appear
by itself.

If you're just faking the association with the document, you can modify
it directly. See the 'document edited' property in

<a style='text-decoration: underline;' href="file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr3_a" target="_blank">file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr3_a</a>
pp_suite/index.html

Simon.
--
Posted using test version of software.
Please tell me if anything isn't right.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How to put a dot inside the close button? 
Back to top
Login to vote
Simon Slavin2

External


Since: Jan 26, 2004
Posts: 34



(Msg. 4) Posted: Fri Jan 02, 2004 1:06 am
Post subject: Re: How to put a dot inside the close button? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 01/01/2004, Fortepianissimo wrote in message
<ef08387c.0401010119.6f9d87df.DeleteThis@posting.google.com>:

 > I'm referring to the left-most button in the title bar of a window -
 > most apps put a dot inside it when the documents are modified but not
 > saved. Is there a quick pointer showing how to change it inside Xcode?

It's a property of the document the window represents. See

<a style='text-decoration: underline;' href="file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr7_d" target="_blank">file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr7_d</a>
oc_suite/index.html

and the 'modified' property. If you change this, the dot should appear
by itself.

If you're just faking the association with the document, you can modify
it directly. See the 'document edited' property in

<a style='text-decoration: underline;' href="file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr3_a" target="_blank">file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr3_a</a>
pp_suite/index.html

Simon.
--
Posted using test version of software.
Please tell me if anything isn't right.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How to put a dot inside the close button? 
Back to top
Login to vote
Simon Slavin2

External


Since: Jan 26, 2004
Posts: 34



(Msg. 5) Posted: Fri Jan 02, 2004 1:06 am
Post subject: Re: How to put a dot inside the close button? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 01/01/2004, Fortepianissimo wrote in message
<ef08387c.0401010119.6f9d87df RemoveThis @posting.google.com>:

 > I'm referring to the left-most button in the title bar of a window -
 > most apps put a dot inside it when the documents are modified but not
 > saved. Is there a quick pointer showing how to change it inside Xcode?

It's a property of the document the window represents. See

<a style='text-decoration: underline;' href="file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr7_d" target="_blank">file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr7_d</a>
oc_suite/index.html

and the 'modified' property. If you change this, the dot should appear
by itself.

If you're just faking the association with the document, you can modify
it directly. See the 'document edited' property in

<a style='text-decoration: underline;' href="file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr3_a" target="_blank">file:///Developer/Documentation/AppleScript/Reference/StudioReference/sr3_a</a>
pp_suite/index.html

Simon.
--
Posted using test version of software.
Please tell me if anything isn't right.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How to put a dot inside the close button? 
Back to top
Login to vote
Display posts from previous:   
   Macintosh computer (Home) -> Apple Scripts All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]