Re: Pulling Unicode Data from a DataGrid

2013-03-19 Thread Trevor DeVore
On Mon, Mar 18, 2013 at 5:04 PM, James Little littlejam...@mac.com wrote: We're translating our app SmoothieRx into Japanese and have been struggling to get UTF-16 text from a DataGrid. We've tried all sorts of combinations of uniEncode, uniDecode on the data and it all comes out garbled. We

Re: Pulling Unicode Data from a DataGrid

2013-03-19 Thread James Little
1) Are you populating the data grid with an array containing UTF-16 data? UTF 8, I overrode the default behavior and when I FillInData: I do this: set the unicodetext of the long ID of me to uniencode(pData, utf8) and this works great. But, when I tried converting to UTF-16, then it is

Hi-Res imaging in LiveCode

2013-03-19 Thread FlexibleLearning.com
I have found that printing an image at high resolution is not straightforward in LiveCode. 'Squishing' a large version down to say 50% dimensions ought to increase the pixel density, but although the kb size is large the pixel denisty stays at 72dpi. Something to do with how the engine renders

Re: Pulling Unicode Data from a DataGrid

2013-03-19 Thread Trevor DeVore
On Tue, Mar 19, 2013 at 1:21 PM, James Little littlejam...@mac.com wrote: 1) Are you populating the data grid with an array containing UTF-16 data? UTF 8, I overrode the default behavior and when I FillInData: I do this: set the unicodetext of the long ID of me to uniencode(pData,

Excel question in forums

2013-03-19 Thread Colin Holgate
Someone tracked us down via the Facebook page. Could one of you hard core file reader types take a look at this question: http://forums.runrev.com/viewtopic.php?f=7t=14469 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Pulling Unicode Data from a DataGrid

2013-03-19 Thread James Little
Thanks so much Trevor and Nicolas! Unicode text has been my bane of existence for the last few days/weeks. I can now move forward. Trevor: Your suggestion worked! I'm very happy. put uniencode(tVar, utf8) into theUTF16Text was the key. Nicolas: I will be bookmarking this code for later use.

Re: Pulling Unicode Data from a DataGrid

2013-03-19 Thread Trevor DeVore
On Tue, Mar 19, 2013 at 3:08 PM, James Little littlejam...@mac.com wrote: Trevor: Your suggestion worked! I'm very happy. put uniencode(tVar, utf8) into theUTF16Text was the key. Good. Unicode is so much fun :-) One other thing to be aware of - when using uniencode and unidecode the byte

Re: Where did all the color go?

2013-03-19 Thread J. Landman Gay
On 3/18/13 6:16 PM, Cal Horner wrote: So It must have been the preferences stack. The only niggling thing is that vague worry about stability. Wouldn't you think that after reaching version 5.5.4 of a product it would have more stability. I think a script somewhere must have set the color

How to select lines in a field under a scroller in IOS

2013-03-19 Thread Michael Doub
Can someone give me some advice as to how to allow the user to select lines in a field that is under an IOS scroller? I want the field to be able to scroll, but I also want the user to be able select a set of lines. Thanks Mike ___ use-livecode

Re: Xcode 4.6.1

2013-03-19 Thread Chip Thomas
I tried selecting the Xcode.app and received an error. Then I opened the Contents and tried to select the Developer folder and it won't allow me to select that folder. On Mon, Mar 18, 2013 at 8:24 PM, Rick Harrison harri...@all-auctions.comwrote: Hi Chip, Yes, I just did the same thing.

Re: How to select lines in a field under a scroller in IOS

2013-03-19 Thread Devin Asay
On Mar 19, 2013, at 2:24 PM, Michael Doub wrote: Can someone give me some advice as to how to allow the user to select lines in a field that is under an IOS scroller? I want the field to be able to scroll, but I also want the user to be able select a set of lines. Mike, Sounds like

Re: How to select lines in a field under a scroller in IOS

2013-03-19 Thread Michael Doub
Devin, you are correct. I have a LiveCode field wrapped in an IOS scroller. I have been playing with various list behavior and autohilite properties. Since I am trying to select multiple lines at the same time I am seeing a conflict between the behavior of the field and the scroller.

Re: How to select lines in a field under a scroller in IOS

2013-03-19 Thread Mark Talluto
On Mar 19, 2013, at 2:27 PM, Michael Doub miked...@gmail.com wrote: Devin, you are correct. I have a LiveCode field wrapped in an IOS scroller. I have been playing with various list behavior and autohilite properties. Since I am trying to select multiple lines at the same time I am

Free Valentina Studio, Server ADKs for LiveCode Upgraded to 5.1

2013-03-19 Thread Lynn Fredricks
Hello all, Valentina products, including the free Valentina Studio, Valentina DB ADK for LiveCode, Valentina Reports ADK for LiveCode and Valentina Server are all updated to version 5.1. The new SSH features should be useful for working with remote servers like you might use with On-Rev with

Sending mouseUp

2013-03-19 Thread Peter Haworth
Got a problem sending a mouseUp event to a button during preOpenCard. My preOpenCard handler calls another handler that contains the send of the mouseUp. When that handler is called from preOpenCard, the mouseUp handler never receives the message - I have an answer statement as the first

Re: Sending mouseUp

2013-03-19 Thread Mike Bonner
You might try hard pathing the send. If there is a context issue going on that should solve it, and during preopencard I would wonder if the context is incorrect when the send is done. so dispatch or send it to button whatever card whatever of stack whatever to test and eliminate the possibility.

Re: Sending mouseUp

2013-03-19 Thread Peter Haworth
Hi Mike, Good thinking, I had not included the card and stack in the path to the button. However, I changed that and still no joy. What's really strange is that it contains handled after a dispatch to the button, yet its clear the message is never making it that far. I've narrowed this down a

Re: Sending mouseUp

2013-03-19 Thread Mike Bonner
Hmm might try the combination of the 2 things then. Do a send in time with absolute pathing. Also i've noticed recently that inserting a wait 0 with messages prior to where a problem like this occurs sometimes magically fixes it. Its as if there is other housekeeping/engine stuff going on that

Re: Xcode 4.6.1

2013-03-19 Thread Rick Harrison
Hi Chip, What error are you getting? You should search the archives and the iOS Release Notes for picking the SDK. Try several approaches, one might just work. I know it is a real pain, but hang in there. Rick On Mar 19, 2013, at 4:44 PM, Chip Thomas livecode.l...@gmail.com wrote: I tried

Re: Sending mouseUp

2013-03-19 Thread dunbarx
Pete. Something like this has come up before. I remember that preOpenCard is invoked before the card (and the stack?) is even loaded into memory. I think. So there may be no valid target handler yet available to access. Why the handled value is set is odd, for sure, but I bet the answer is

Valentina DB

2013-03-19 Thread Magicgate Software - Skip Kimpel
Anybody have the latest version of Valentina running in LC? I used Valentina years ago with Director and wanted to take advantage of the free offer. I have downloaded the LC version and installed it but the install instructions seem a little old and I don't see where it appears within the LC

Re: Valentina DB

2013-03-19 Thread Magicgate Software - Skip Kimpel
Never mind I didn't explore the installed files good enough. SKIP On Tue, Mar 19, 2013 at 10:02 PM, Magicgate Software - Skip Kimpel s...@magicgate.com wrote: Anybody have the latest version of Valentina running in LC? I used Valentina years ago with Director and wanted to take

Re: Sending mouseUp

2013-03-19 Thread Mark Wieder
Pete- Tuesday, March 19, 2013, 6:47:33 PM, Craig wrote: Something like this has come up before. I remember that preOpenCard is invoked before the card (and the stack?) is even loaded into memory. I think. So there may be no valid target handler yet available to access. Why the handled value