On Wednesday, July 30, 2003, at 01:13 PM, Miklos L. Ranky wrote:
Hello all,
I have 2 questions:
1, How can I make a message box that has more than one button?
Thinking here like "OK" "Cancel" or "Abort" "Retry" "Cancel"
You can use my StandardAlert class <http://www.quantum-meruit.com/RB/>.
It is cross-platform, thanks to Paul Lefebvre.
2, I'm not sure if this is a bug, but:
I have a mySQL db and I send data to it in UTF-8. It works fine.
However when I retrieve the data from the db to a listbox, It diplays
my UTF-8 text in ASCII. What is the solution?
Rb doesn't know that the text retrieved is UTF-8. You must tell it,
using DefineEncoding.
Charles Yeomans
---
A searchable archive of this list is available at:
<http://support.realsoftware.com/listarchives/search.php>
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
.
|