| To: | REALbasic NUG <realbasic-nug@lists.realsoftware.com> |
|---|---|
| Subject: | Storing the contents of a styled editfield... |
| From: | Jann Gobble <janngobble@gmail.com> |
| Date: | Tue, 30 Jun 2009 08:56:24 -0700 |
| Authentication-results: | mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; dkim=neutral (body hash did not verify) header.i=@gmail.com |
| Delivered-to: | listarchive@realsoftware.com |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=dtbqDXU7zIYnq7iXgHN5Xxon0Yts1JKOe8w/I028Xns=; b=QzoIeJCcsPuaOKieROIh3ilZ55LC1F0jH92RuvMuSfJk8IV0Cx7oYfDqpJ4+gNl4Ny AsJcxhRxjqGWomiHJXARCL45G1OGWZDv/aMZ3UTPUtJOIO/Q1o+Z34m5X/FtIBLnOpOt Fh2PDqMctq2NFFOLyyO9rfaRro9zbsNsN6/OE= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=IvhPpO193c9nEoc210NnFVvkTEB4/RFvjeuxFBREkuoAssnIivo35SbBQzDUu2lKJc ZNqjXNM/K4tOhFBmPhK86nopmKfslOYsh6qRuktv0CvqeYAptQkcXUXpZP40sdoiqOKC Bu8HLHKW1vzYQ6D4puPJrRtYh8uZpCNlmTY2g= |
| Reply-to: | REALbasic NUG <realbasic-nug@lists.realsoftware.com> |
| Sender: | realbasic-nug-bounces@lists.realsoftware.com |
Hi all, My IM project inside my App is off the ground and working! Yippee..However, one thing. I have an IM window where the conversation is on top and the user entry field is below. The conversation field is styled to make it easy to see your text vs theirs (yours in blue, theirs in red -- with either of your names bolded). When a user closes an IM window during a conversation ... and the other user (on the other side of the conversation) sends them a response, I would like to redisplay the window with the original conversation still in the editfield. My main question is this: I know I can store the TEXT portion of the editfield in a string variable and redisplay it if needed but is there a way to store the text and style portions in a variable. I guess what I would LOVE to do is the equivalent of a Perl Freeze/ Thaw. Whereby i can freeze a data structure such as an editfield -- or the contents thereof, store it in a text variable and thaw it back out later to put back as the contents of the editfield. Does such a puppy exist? TIA Jann _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: How to get the handle to a QTVideoTrack?, Arnaud Nicolet |
|---|---|
| Next by Date: | Re: Storing the contents of a styled editfield..., Charles Yeomans |
| Previous by Thread: | How to get the handle to a QTVideoTrack?, Thomas Tempelmann |
| Next by Thread: | Re: Storing the contents of a styled editfield..., Charles Yeomans |
| Indexes: | [Date] [Thread] [Top] [All Lists] |