Does anyone know if there is a solution or workaround for this one?
> Just got bit by this. Thought I’d throw out the warning just in case.
>
> I installed OS X Yosemite yesterday to give it a go. I fired up LC today and
> tried to create an app build (iOS) only to discover that the process fail
My project has Russian text fields (Arial,Russian). With one exception,
everything works fine.
Problem: a filter-as-you-type script.
field "t1": зо
field "t2": меня зовут Виктор --underscoring shows the matches--
field "t3": зовут курить почему
I want to do is find a word in field
Thanks for the suggestions, but I am still completely baffled. (I noticed that
Russian text didn't display in the newsletter)
I looked and Devin's tutorial and experimented a little bit.
Two fields, both "arial,russian"
In the first (fld "q1") I typed in Russian "menya zovut" (I am called, or t
Thanks to all who replied. I finally got it right using UTF8.
Just one more question about this - does Rev unicode support not handle case
sensitivity? Or is there something I need to do? My scripts won't match a word
if it is capitalized, but my no- unicode apps of course do.
It's not a huge tr
For years now I have from time to time tried to get revFontLoad to work in
Windows. This particular font requires no licensing.
I have spent the day trying one more time. I have read and re-read every post
to this list that contains either "revFontLoad" or "embedding fonts." and I
still cannot
I have a stack/standalone that I have been working with for months. Suddenly I
cannot open it in Rev (2.8) and the standalone won't launch either!
To make things clear: the standalone is a splashscreen stack that contains
several compressed stacks as custom properties. When the standalone launch
Sorry folks, problem solved!
As it turns out, one of the stacks in the preferences file was somehow
corrupted. I replaced the /rev file with the /rev~ file and now all works
again. I hope nobody put a lot of effort into solving this!
Cheers,
Lars
__
I have been fooling around with revFontLoad in Windows for quite a while now
with varying degrees of succes, nostly very little. I found an old post that
suggested saving the font as a custom property, and then when the application
loads, saves that custom property as its original font. So far s
First of all, thank you very much Mark for this:
> Hi Lars,
>
> The save command is only for stacks. You need to use the write or put URL
> command. Make sure to open the file for binary write or start the URL with
> bin file.
I now have my fonts stored as custom properties, and when the stac
I just noticed a few typos that made this post hard to understand correctly, so
here it is again.
First of all, thank you very much Mark for this:
> Hi Lars,
>
> The save command is only for stacks. You need to use the write or put URL
> command. Make sure to open the file for binary write or
I have an interesting problem. But I must first say that I have often
experienced a script that doesn't work properly at first but then after going
through it once in debugging mode with no errors it subsequently DOES work
without making any changes whatsoever. I don't know if anyone else has
I am just about to enroll in both the Mac and iOS developer programs and I have
a few questions. I would also like to enroll with Microsoft for Windows (no
mobile OS's) which raises even more questions.
First of all, I can't find any place on the Microsoft websites to register.
Anyone have a li
I am trying to simulate the action of using a popup menubutton, but I can't
figure out how to do the middle step (if that is even possible)
click at the buttonLoc
reveals the menu choices and
send "menuPick" && "the menu choice"
executes the menuPick.
But I can't figure out to hi
Thanks Craig!
But I still haven't got it figured out.
This ia a popUp button with several cascading items. What I am trying to do is
in a tutorial animation.
1. move the cursor onto the button and then have the meunu appear (click at the
buttonLoc).
2. move the cursor to the menu choice an
Thanks Bob!
But no, I will not go this way. I have and use Snapz Pro and other screen
capture apps, but they just won't do here for several reasons. First of all,
just using RunRev with commands like - move this to that, send mouseEnter to
this, send mouseUp to this, send mouseLeave to this, mo
Thanks once again Craig!
But again no.
The popup button is already in place. It has 7 menu items, and 6 of those have
a submenu with several choices. I simply want to (in a script) simulate
clicking on it (done) then hiliting one of the items and then show that items
submenu and hiliting one o
I am looking for tips on how to solve a strange problem I am having.
I have two very similar stacks that are behaving very differently speed wise.
In a nutshell;
Both are splashscreen stacks that contain 3 more compressed stacks as custom
properties. When the stack (or standalone) launches, if
I would like to apologize for the tone of my post about the subscriber list
earlier this week.
Thanks for posting for me Klaus - sorry for getting you involved with such an
idiotic problem.
And yes, Heather figured it out right away - thanks Heather!
Since someone else may experience this and
I am finally testing the waters of apps for the iPad, but my first problem is
this:
I cannot get my stacks to open in the xCode simulator. All I ever see is a
white, generic icon with my stack's name under it. When I click on it, it
slides up and to the left out of sight, there is a pause and i
Thanks for the reply Colin!
Unfortunately it still doesn't work!
> What are the chances!
>
> Some things may have become more strict over time, and you may have to enter
> a more full app id.
>
> In that field initially there is "com.yourcompany.yourapp", change that to
> something else, say
Thanks for the reply Colin!
Unfortunately it still doesn't work!
> What are the chances!
>
> Some things may have become more strict over time, and you may have to enter
> a more full app id.
>
> In that field initially there is "com.yourcompany.yourapp", change that to
> something else, say
Thanks again for the reply Colin!
> Something that may help narrow down the issue, what happens if you give the
> app a custom icon? Does it then show that icon and fail to open, or is it
> still a white icon?
>
> Which version of LiveCode are you using, and which iOS version?
I quickly made
Thanks a million to Colin (again) and Guglielmo!
I knew I was overlooking something simple, and sure enough the simulator now
works thanks to replacing Xcode 4.5 with xCode 4.4.1
So it works, but it is of slightly limited use to me (unless I am overlooking
something obvious again.)
I guess tha
I have a fairly general question and a fairly specific question that I need
advice on.
I am starting to make iPad versions of some of my apps and loving the process.
However, I am not capable of using native controls and I design all graphics,
icons, etc. myself. These are of course not scalabl
So, after Colin and others solved my iOS simulator problem a few weeks ago, I
have now tried to sideload the app into my iPad and take a look.
The stacks are, at least I believe, the correct size for the retina display,
accounting for the status bar, and are 1536 X 2008. All of the graphics were
Sorry if anybody reacted to this!
I finally found the "iphoneUseDeviceResolution true" function, and now it looks
just like I meant it to look!
But the fact that I asked really underscores how behind I am on the learning
curve of using liveCode for iDevices!
So my app looks very nice indeed, b
I am slowly getting there on this first iPad project, but things that should be
fairly easy simply aren't for me.
First the keyboard
I now know about the on keyboardActivated on keyboardDeactivated handlers, but
I can''t figure out how to use it. In some cases I want the app to slide up
with t
I was wondering about animation engine.
I am making an iPad app, which seems to function very well if a tiny bit slow,
which is acceptable. The exception is moving groups or images. I am assuming
that with the added liveCode engine and everything liveCode entails, liveCode
apps will always be a
I want the tab key to move the cursor between the fields of a group.
I want to restrict this action to that group. Furthermore, when the focus is on
the last field in the group, I want the tab key to return the focus to the
first field of the group.
At first, with the focus on the last field, t
I have an app which is a splash screen that contains all of the real program
stacks compressed as custom properties. When the standalone is launched the
first time, it creates a folder, open decompressed those stacks and saves them
into that folder. From that point on, launching the standalone o
For reasons unknown my rev (2.8) IDE is doing strange things and I don't know
why.
- command-S used to save the top stack, now it opens the stack's script editor.
- the arrow keys used to move an object 1 pixel, now it moves it 10 the way
shift-arrow key used to.
This is rather inconvenient, b
Never mind - I restarted my machine and it's back to normal!
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/u
How can I get a trial copy of liveCode with iOS deployment add-on? I am a
licensed user of runRev 2.8.
Cheers,
Lars
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscripti
A very strange thing is happening with some Russian text fields and custom
properties!
Rev version 2.8, MacOS10.6
I am putting Russian text stored as a custom property into a field. The
textfont of the field is Arial,Russian, and until now this has functioned
perfectly. I liked the way that su
I seem to have a problem with Livecode vs. RunRev and textFont.
In RunRev stacks, I could have some fields with the textFont set to
"Arial,Russian" and others set to "Arial." Tabbing between these fields (or
simply clicking in them) would change the keyboard from English to Russian and
back.
N
I am trying to submit an app to the Mac App Store.
I am one of those Livecode users who only know Livecode - no Xcode, no C++,
just Livecode, so this is a bit daunting to say the least.
I am following this article
"http://runrev.com/newsletter/june/issue112/newsletter4.php"; step by step. It
w
OK - Thanks, this helped a lot. And it got me a few steps further :-)
> You don't manually add "Mac App Store Application Category Type", you choose
> from the menu an item that matches the Mac App Store category that you have
> previously claimed the app to be. So for example, in my test I chos
Thanks Colin!
As always in my experience - spot on!
> What you say here doesn't make sense. You say the first line worked ok, but
> then when you pressed the return key you saw an error. Those are not two
> steps, it's one step. Either it worked or it didn't. My guess is that you
> pressed ret
I just noticed something that shocked me a little bit. I haven't done this,
thought about it or looked at it so long that I didn't notice this wasn't
working.
The iconic property doesn't work at all in both Livecode and my standalones.
When I set the iconic of a stack to true, the entire stack
I solved my self-induced problem, and it was indeed rather idiotic of me, as I
suspected.
The iconic didn't work because in the stack inspector the decorations were set
to empty. I use a custom stack shape without the Mac or Windows decorations,
and I didn't realize that even when you don't use
I just installed Xcode 4.6 and am using Livecode 5.4
I can't save as standalone anymore!
I was using Livecode 5.5.2 and Xcode 4.3 or 4.4 (I think) and everything
worked just fine!
But now the error is that iOS 5.1 SDK must be installed. In the preferences
under mobile support I located the Xc
OK, this is a little bit spooky!
Once again I am testing for app store submission, using the Mac App Submit
article in RevUp June 17th 2011.
I did this a few weeks ago for the first time and got help solving an initial
problem. It worked. Now I am back at it with a new problem.
After a few tri
I am still trying to prepare an app for app store submission, but still failing.
I follow the instructions in the Mac App Submit article in RevUp June 17th 2011
to the letter. It all seems to work, but testing the resulting installer
package fails. I follow the instructions to the letter, the re
I am working on an iPad app that is so far only suitable in portrait
orientation, but I want to add an element (group) that would need to be in
landsape orientation.
Is it possible to make the standalone with all orientations, but be able to
block and unblock the orientation switch when moving
44 matches
Mail list logo