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"
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 adva
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 stru
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
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 wrote:
> I tried selecting the Xcode.ap
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
i
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
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.
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
statemen
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 Vale
On Mar 19, 2013, at 2:27 PM, Michael Doub 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 seeing a
> confli
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.
Look
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 yo
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 wrote:
> Hi Chip,
>
> Yes, I just did the same thing. Same problem.
>
> You have
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
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 inf
On Tue, Mar 19, 2013 at 3:08 PM, James Little 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 order in the UT
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 us
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=7&t=14469
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit thi
On Tue, Mar 19, 2013 at 1:21 PM, James Little 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,
> "utf8")
> and this
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 imag
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
On Mon, Mar 18, 2013 at 5:04 PM, James Little 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 first overrode th
23 matches
Mail list logo