<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.lib.gnustep.general">
    <title>gmane.comp.lib.gnustep.general</title>
    <link>http://blog.gmane.org/gmane.comp.lib.gnustep.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31320"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31319"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31318"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31317"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31316"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31315"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31314"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31313"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31312"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31311"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31310"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31309"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31308"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31307"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31306"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31305"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31304"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31303"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31302"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31301"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31320">
    <title>Re: Some questions about NSText</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31320</link>
    <description>_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
</description>
    <dc:creator>Germán André Arias Santiago</dc:creator>
    <dc:date>2008-08-21T05:07:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31319">
    <title>Re: Gorm feature request.</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31319</link>
    <description>_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
</description>
    <dc:creator>Gregory John Casamento</dc:creator>
    <dc:date>2008-08-18T14:29:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31318">
    <title>Re: Some questions about NSText</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31318</link>
    <description>On 17 Aug., 07:57, Germán André Arias Santiago
&lt;germanandre...&lt; at &gt;yahoo.com&gt; wrote:

If I understand you correctly, you want to have a large window in
which there is a text field that the user can resize by dragging
corners of the text field? Like in GORM?

This is border with small squares is a special feature of GORM since
it is a UI design editor. But it is *not* available in the standard
toolkit for applications.

The usual method is that the user resizes the window and the text
fields have the appropriate autoresize flags set so that they resize
themselves if you enlarge/reduce the window (not the individual view).
You should also consider to use NSSplitView which allows to resize
parts of the window contents.

</description>
    <dc:creator>hns&lt; at &gt;computer.org</dc:creator>
    <dc:date>2008-08-18T09:05:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31317">
    <title>Re: Gorm feature request.</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31317</link>
    <description>

Click on the item you want to rename and then use Set Name from the  
Edit menu. But I agree that being able to edit the name in the  
document window would be nice (and more intuitive).

Wolfgang
</description>
    <dc:creator>Wolfgang Lux</dc:creator>
    <dc:date>2008-08-17T21:13:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31316">
    <title>Re: Gorm feature request.</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31316</link>
    <description>Hello there,

that would be nice indeed. I tried clicking on the titles to see if I'd get an editor, but no luck. I must be missing something obvious. BTW the titles that I would like to see in the tooltip are the ones that the user sets with the inspector and which are displayed as the window title when the application runs.

Best regards,

Marko

+-------------------------------------------------------------+
| Marko Riedel, EDV Neue Arbeit gGmbH, markoriedelde&lt; at &gt;yahoo.de |
| http://www.geocities.com/markoriedelde/index.html           |
+-------------------------------------------------------------+


--- Nicolas Roard &lt;nicolas.roard&lt; at &gt;gmail.com&gt; schrieb am So, 17.8.2008:


__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. 
http://mail.yahoo.com 
</description>
    <dc:creator>Marko Riedel</dc:creator>
    <dc:date>2008-08-17T20:15:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31315">
    <title>Re: Gorm feature request.</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31315</link>
    <description>
Isn't it possible to rename those panels and windows ?..

</description>
    <dc:creator>Nicolas Roard</dc:creator>
    <dc:date>2008-08-17T13:55:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31314">
    <title>Re: Some questions about NSText</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31314</link>
    <description>_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
</description>
    <dc:creator>Germán André Arias Santiago</dc:creator>
    <dc:date>2008-08-17T05:57:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31313">
    <title>Gorm feature request.</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31313</link>
    <description>
Hello there,

I wonder what you think about the following feature request concerning Gorm.app. I am still working on the application that I mentioned in my last mails concerning tables, printing etc.

It has grown to include many panels and windows. Now that I think about it perhaps I should have divided it into manageable smaller components, but anyway ...

When you have a lot of panels and windows the object browser is not very helpful, because it displays panels and windows using the class and a number as the label, like "Panel (9)". The ordering seems to depend on some kind of internal hash function.

My question is -- can you at least sort these panels and windows by their numbers and types. That way the user can at least guess where the panels are that s/he created yesterday, because they will be at the end of the list.

It would be even better if a tooltip were to appear when the mouse hovers above a panel or window's icon. The tooltip should display the title of the window or panel in question, making it easy to locate the one you're looking for.

What do you think?

Best regards,

Marko


+-------------------------------------------------------------+
| Marko Riedel, EDV Neue Arbeit gGmbH, markoriedelde&lt; at &gt;yahoo.de |
| http://www.geocities.com/markoriedelde/index.html           |
+-------------------------------------------------------------+

__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. 
http://mail.yahoo.com 
</description>
    <dc:creator>Marko Riedel</dc:creator>
    <dc:date>2008-08-16T22:48:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31312">
    <title>Re: Some questions about NSText</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31312</link>
    <description>
What you need to do is set setWidthTracksTextView: to YES on the 
underlying NSTextContainer. Bt you need to be careful here, you cannot 
have the NSTextView resize to the entered text and the NSTextContainer 
to adopt to the size of the NSTextView. There should be some explanation 
on that in the Apple documentation.

I did not understand your question about images, what are you wanting to do?

Fred
</description>
    <dc:creator>Fred Kiefer</dc:creator>
    <dc:date>2008-08-16T12:32:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31311">
    <title>Some questions about NSText</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31311</link>
    <description>Hi, I have an app that adds NSText in my document, and I can move and resize
these. But, when I resize these NSText the area of text is the same, never
change. For example, if I duplicate the width of an NSText, I don't get double
area to write. What is the problem? Other thing, Is there a way to set a image
of resizable border? Or I need make and draw this? Regards and thanks for your
help.   
</description>
    <dc:creator>Germán Arias</dc:creator>
    <dc:date>2008-08-16T04:50:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31310">
    <title>Re: Trouble with NSTableview column headers in GORM</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31310</link>
    <description>_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
</description>
    <dc:creator>Gregory John Casamento</dc:creator>
    <dc:date>2008-08-13T12:30:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31309">
    <title>Trouble with NSTableview column headers in GORM</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31309</link>
    <description>_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
</description>
    <dc:creator>Charles philip Chan</dc:creator>
    <dc:date>2008-08-13T08:33:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31308">
    <title>Re: Google Data API</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31308</link>
    <description>Some first observations from looking into the code (you should please
inform that back to the GData project):

* there is some dependency on Core Foundation (e.g. GDataUtilities.m)
* there is a dependency on libxml in GDataXMLNode.h
* there is some dependency on SenTestingKit

All this should be better encapsulated in GData - or be replaced by
"pure Cocoa/OpenSTEP" code. This would also clean up their code and
reduce dependencies if they could get rid of it.

</description>
    <dc:creator>hns&lt; at &gt;computer.org</dc:creator>
    <dc:date>2008-08-13T07:16:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31307">
    <title>Re: Google Data API</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31307</link>
    <description>
Ah, that appears to be an interesting new beast that should be tamed
by GNUstep...


It appears that it uses NSURLConnection and NSXML*. All these are
defined by Foundation.
So, if something is missing, it should/can be added to GNUstep-Base...


Please can you elaborate on the "problems". Warnings? Missing things?
Errors? Crashes?

</description>
    <dc:creator>hns&lt; at &gt;computer.org</dc:creator>
    <dc:date>2008-08-13T06:31:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31306">
    <title>Re: Google Data API</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31306</link>
    <description>
I asked the same question at the [GData forum][1], and basically got no for
an answer. However, [SimpleWebKit][2] has NSURL and some XML support. I
think this could be used to support GData Objective-C. I would have tried it
out but I ran into problems compiling SWK and GData.

[1]:
http://groups.google.com/group/gdata-objectivec-client/browse_thread/thread/b8aa3ac292df4ba1/98a3bb5eccf2f4ab?lnk=gst
[2]: http://wiki.gnustep.org/index.php/SimpleWebKit

--Tycho Martin Clendenny
</description>
    <dc:creator>TMC</dc:creator>
    <dc:date>2008-08-13T02:23:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31305">
    <title>Re: Gorm &amp; Windowmaker</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31305</link>
    <description>_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
</description>
    <dc:creator>Gregory John Casamento</dc:creator>
    <dc:date>2008-08-05T20:34:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31304">
    <title>Re: Two questions about NSView class</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31304</link>
    <description>Lets go through your code in detail:

NSText *texto = [[NSText alloc] initWithFrame: NSMakeRect(10,10,20,10)];
This creates an NSText object (Actually an NSTextView, as NSText is mostly just a placeholder for that class) and sets its retain count to 1.

[self addSubview: texto] ;
Internally this puts the NSTextView into the subview array and increases the retain count to 2.

RELEASE(texto);
This explicitly decreases the retain count to 1.

That way the text object is retained at the end of your code. Still you don't need to worry about that. As soon as it gets removed from the subclass array it will get deallocated and it is the responsibilty of the AppKit framework to take care of that.

In most cases the retain/release mechanism just works, you don't have to worry about it :-)

Cheers,
Fred

-------- Original-Nachricht --------


</description>
    <dc:creator>Fred Kiefer</dc:creator>
    <dc:date>2008-08-05T06:54:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31303">
    <title>Re: Gorm &amp; Windowmaker</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31303</link>
    <description>_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
</description>
    <dc:creator>Germán André Arias Santiago</dc:creator>
    <dc:date>2008-08-05T00:57:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31302">
    <title>Re: Two questions about NSView class</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31302</link>
    <description>_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
</description>
    <dc:creator>Germán André Arias Santiago</dc:creator>
    <dc:date>2008-08-04T18:15:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31301">
    <title>Re: Composing an NSString with number within</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31301</link>
    <description>On 2008-08-03 14:46:41 +0100, Thomas Gamper &lt;icicle&lt; at &gt;cg.tuwien.ac.at&gt; said:


Thanks Thomas.

</description>
    <dc:creator>Michael Hopkins</dc:creator>
    <dc:date>2008-08-03T14:59:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31300">
    <title>Re: Composing an NSString with number within</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.gnustep.general/31300</link>
    <description>[ NSString stringWithFormat:&lt; at &gt;"%&lt; at &gt;%d%&lt; at &gt;", first_part, file_num, last_part ];


Michael Hopkins schrieb:
</description>
    <dc:creator>Thomas Gamper</dc:creator>
    <dc:date>2008-08-03T13:46:41</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.lib.gnustep.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lib.gnustep.general</link>
  </textinput>
</rdf:RDF>
