realbasic-nug
[Top] [All Lists]

Re: Windows 98 clipboard problem

To: realbasic-nug at lists dot realsoftware dot com
Subject: Re: Windows 98 clipboard problem
From: Sam Rowlands <rowlands at mac dot com>
Date: Fri, 30 Nov 2007 17:01:46 +0800
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <mailman dot 6822 dot 1196410617 dot 2505 dot realbasic-nug at lists dot realsoftware dot com>
Have you tried the following...

msgbox "[" + convertEncoding(theString,encodings.WindowsANSI) + "]"

and

c.text = convertEncoding(theString,encodings.WindowsANSI)

neither have I so the code might not work, but hopefully it will help.

On Nov 30, 2007, at 4:16 PM, realbasic-nug- 
request at lists dot realsoftware dot com wrote:

> Just tested my app on a Windows 98 install and all seems to work
> perfectly apart from the clipboard routine which returns strange
> things - even with plain text. Also, MsgBox sometimes doesn't work
> properly - returning only partial content. For example, if I put...
>
> MsgBox "[" + theString + "]"
>
> the last bracket will be missing along with part of the text - which
> makes debugging the problem a pain.

Mahalo & Aloha,

Sam Rowlands

_______________________________________________
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>