This was happening to me on a simple table.
I had to copy the tab setting to the clip board.
Close the stack.
Open the stack.
Paste into the tab settings (column widths)
No matter how many time I changed the tab setting by hand afterwards
It would was adjust.
Kind of a paid but only needed to wor
On 4/1/12 9:28 PM, Mark Smith wrote:
Further observations:
Where once my Library folder used to be (ie. /Mark/Library) there is now
just an empty space. I checked my time machine backup and inside Library is
Developer. And inside Developer is Xcode. Or should I say, was Xcode. Is
this a case of
Mark,
The new path is actually to the xCode.app in the applications folder and once
pointed to the app itself LC will then traverse the package contents to the
internal 5.1 SDK and not the 5.0 SDK. You don't really need the /Developer
anymore since LC can now build the 5.1 in the xCode.app app.
Further observations:
Where once my Library folder used to be (ie. /Mark/Library) there is now
just an empty space. I checked my time machine backup and inside Library is
Developer. And inside Developer is Xcode. Or should I say, was Xcode. Is
this a case of Lion thinking its safer for me not to m
I know I shouldn't have upgraded to iOS 5.1 on the iPad. Here's what I have
done:
1. updated iPad to iOS 5.1 (first mistake)
2. this required update to xCode 4.3.2 (done)
3. this required update to Lion (OSX 10.7.3) (check)
Livecode is now complaining that in order to build for iOS it needs to us
Thanks Phil. I think the "(" is the standard char to disable menu items,
so that makes sense. I did notice the "(" character in front of the lines
that I disabled.
Pete
On Sun, Apr 1, 2012 at 3:16 PM, Phil Davis wrote:
> Hi Pete,
>
> As usual in Livecode, there are multiple ways to disable a t
Using LC 5.5 on MacOSX Lion 10.7.3, I am trying very minimally to follow the
example in the 5.5 Release Notes, where it says:
> vGrid fixed width table mode (5.5 DP1)
> When vGrid is in effect, if the final tabStop has 0 width the engine treats
> the paragraph as a fixed
>
> width table, the wi
Hi Pete,
As usual in Livecode, there are multiple ways to disable a tab. If you want to
manipulate the button text directly, you can put "(" before the line of button
text for the tab you want to disable. Or to enable all tabs, replace "(" with
empty in text of btn 1.
Best -
Phil
On 4/1/12
Yes, Colin. That works on my end as well, in the simulator. Quite cool.
I'm going to keep working with this idea and see what kinds of issues I
might run into.
Thanks!
Richard
On 4/1/2012 5:16 PM, Colin Holgate wrote:
Yes, I have the keydown handler in the card script, and that puts the key
Yes, I have the keydown handler in the card script, and that puts the key into
a second field, and does a pass keydown. The letters appear in both fields from
the start, without me having to touch the screen, and without the software
keyboard appearing.
On Apr 1, 2012, at 4:05 PM, Richard Mill
Thanks Marty. Sometimes the obvious just slips by me!
Pete
On Sun, Apr 1, 2012 at 12:43 PM, Marty Knapp wrote:
> Hey Pete,
> Using "disable menuItem 2 of btn "Tab Menu" seems to work.
>
> Marty Knapp
>
> I have a tab control and I'm using the method of revealing data on each
>> tab
>> by having
On Sun, Apr 1, 2012 at 1:36 PM, Richard Miller wrote:
> Thanks, but I'm not sure this keyboard sends any data to the iphone which
> LC can intercept. And, for my app, the keyboard needs to be physically
> separated in distance from the iphone by at least 5 feet.
I have this bluetooth keyboard.
So Colin, you have en open text field to start. The app starts and the
keydown message catches any keypresses, even though the onscreen
keyboard is not showing. Is that about right so far?
On 4/1/2012 3:26 PM, Colin Holgate wrote:
New iPad, with my bluetooth keyboard paired to it.
On Apr 1,
Hey Pete,
Using "disable menuItem 2 of btn "Tab Menu" seems to work.
Marty Knapp
I have a tab control and I'm using the method of revealing data on each tab
by having groups with the same name as each tab which are hidden/shown when
a tab is clicked.
Depending on data conditions, I need to disa
On 04/01/2012 10:31 PM, Colin Holgate wrote:
But the bluetooth keyboard works fine. I had tried with my iPad, and I tried
now with my 3GS. It works too. I think his only problem was that he didn't have
a bluetooth keyboard to test with.
Aha!
However, that does not obviate my comment about Ru
But the bluetooth keyboard works fine. I had tried with my iPad, and I tried
now with my 3GS. It works too. I think his only problem was that he didn't have
a bluetooth keyboard to test with.
On Apr 1, 2012, at 2:50 PM, Richmond wrote:
> >In the light of the chap having a problem with a Blueto
New iPad, with my bluetooth keyboard paired to it.
On Apr 1, 2012, at 2:50 PM, Richard Miller wrote:
> >Was this on an iphone or the simulator?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe
Nice one...:-)
> Date: Sun, 1 Apr 2012 13:10:38 -0600
> Subject: Re: New google feature for business
> From: bonnm...@gmail.com
> To: use-livecode@lists.runrev.com
>
> Not to mention its in beta. While google betas are usually pretty good,
> even a small margin of error would be a really bad thi
Not to mention its in beta. While google betas are usually pretty good,
even a small margin of error would be a really bad thing. I'd hate for
half a customer to show up on my doorstep. You can be sure it would be bad
for business!
On Sun, Apr 1, 2012 at 12:59 PM, J. Landman Gay wrote:
> On 4/1/
On 3/31/12 9:21 PM, Timothy Miller wrote:
What do I do with the little images I imported? Set the visible to
false, hide them under a field, or can I delete them now, because
they are used in a button?
You can't delete them; they are the source of your icons. Just set them
to be invisible.
On 4/1/12 8:29 AM, Mike Bonner wrote:
Google has a new feature.. Google teleport!
http://www.google.com/adwords/extensions/teleport.html
There is no way I will participate in this invasion of privacy. Can you
imagine your customers teleporting into your home office and finding you
with your h
In the light of the chap having a problem with a Bluetooth keyboard and
an iPhone
there is a need for Runtime Revolution to state what peripherals are
supported by
Livecode on which devices and with which operating systems.
What is unclear (to me at least) is: whether peripherals that are
reco
Hi, any suggestions for how to add a row of numeric keys above the default
keyboard in iOS? Ideally it would be nice to get a screen shot of the top
row of the numeric keyboard and display that that with some hidden buttons
for each of the numeric keys, but I am not sure how to go about getting a
s
Was this on an iphone or the simulator?
On 4/1/2012 2:31 PM, Colin Holgate wrote:
I went back to see what your original need was, and with my tests I was able to
do this. I could open the app and immediately be typing keys, that a keydown
handler could intercept. It worked because LiveCode au
I went back to see what your original need was, and with my tests I was able to
do this. I could open the app and immediately be typing keys, that a keydown
handler could intercept. It worked because LiveCode automatically selects the
first field for input.
On Apr 1, 2012, at 9:51 AM, Richard
Well, I know that works fine, but I need to make it work with an iphone.
On 4/1/2012 2:06 PM, Richmond wrote:
On 04/01/2012 08:36 PM, Richard Miller wrote:
Thanks, but I'm not sure this keyboard sends any data to the iphone
which LC can intercept. And, for my app, the keyboard needs to be
phy
Richmond wrote:
> That would be super for us Linux users.
Or at least offer price parity.
Right now RunRev sells the Mac version bundled with the Windows version
for the same price as the Linux version by itself.
This disparity is compounded by those versions having many more features
than the L
> mark.rauter...@gmail.com
> Sent: Sunday, April 01, 2012 6:21 AM
> To: use-livecode@lists.runrev.com
> Subject: P
You don't need to ask permission Mark, please just go :-)
Best regards,
Lynn Fredricks
President
Paradigma Software
http://www.paradigmasoft.com
Valentina SQL Server: The Ultra-fas
I have a tab control and I'm using the method of revealing data on each tab
by having groups with the same name as each tab which are hidden/shown when
a tab is clicked.
Depending on data conditions, I need to disable one of the tabs, meaning
that clicking ion it has no effect. Right now, I'm doi
On 04/01/2012 08:36 PM, Richard Miller wrote:
Thanks, but I'm not sure this keyboard sends any data to the iphone
which LC can intercept. And, for my app, the keyboard needs to be
physically separated in distance from the iphone by at least 5 feet.
Have you tried LIvecode on a PC with a bl
Thanks, but I'm not sure this keyboard sends any data to the iphone
which LC can intercept. And, for my app, the keyboard needs to be
physically separated in distance from the iphone by at least 5 feet.
On 4/1/2012 1:11 PM, Richmond wrote:
On 04/01/2012 07:25 PM, Richard Miller wrote:
I don'
http://www.iomnio.com/product_wowkeys.html
available on Amazon for $50:
http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Daps&field-keywords=wowkeys
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscri
On 04/01/2012 07:25 PM, Richard Miller wrote:
I don't have a bluetooth keyboard. If anyone here does and can test
this, that would be great.
Why does it have to be a bluetooth keyboard? Doesn't your target device
allow physical connexion of USB peripherals?
This might be worth a glisk:
http
I just did a test. A keydown handler that puts the pressed key after a lock
field does not work on my iPad, but, if the field is unlocked and I touch into
it, I can then type away ok.
However, if I have the keydown handler put the character after a second field,
and also do a pass keydown, I ca
I don't have a bluetooth keyboard. If anyone here does and can test
this, that would be great.
On 4/1/2012 12:14 PM, Ken Ray wrote:
On Apr 1, 2012, at 10:19 AM, Richard Miller wrote:
Hi Ken,
I tried this with a very simple app... only a keydown card script. The script puts the
pressed key
On Apr 1, 2012, at 10:19 AM, Richard Miller wrote:
> Hi Ken,
>
> I tried this with a very simple app... only a keydown card script. The script
> puts the pressed key into a locked field on the card. Works as expected in
> LC. Tried it in the iphone simulator, with a regular USB keyboard connec
Hi Peter,
Am 01.04.2012 um 17:58 schrieb Peter M. Brigham, MD:
> On Apr 1, 2012, at 8:36 AM, Klaus on-rev wrote:
>> Hi all,
>>
>> Am 01.04.2012 um 14:31 schrieb Gene Lambert:
>>
>>> Wow! I want one, or two. The lawyers are going to love this. If talking on
>>> a cell phone while driving was a
On Apr 1, 2012, at 9:20 AM, mark.rauter...@gmail.com wrote:
>
> Sent from my BlackBerry®
Q?
-- Peter
Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this ur
On Apr 1, 2012, at 8:36 AM, Klaus on-rev wrote:
> Hi all,
>
> Am 01.04.2012 um 14:31 schrieb Gene Lambert:
>
>> Wow! I want one, or two. The lawyers are going to love this. If talking on
>> a cell phone while driving was an intense national issue, just wait until
>> they get wind of people wan
Hi Ken,
I tried this with a very simple app... only a keydown card script. The
script puts the pressed key into a locked field on the card. Works as
expected in LC. Tried it in the iphone simulator, with a regular USB
keyboard connected to my Mac. No response to a key press. Even selected
the
On Apr 1, 2012, at 8:51 AM, Richard Miller wrote:
> Not even sure this is possible.
>
> I want to create a simple app that can be controlled by an external bluetooth
> keyboard. I realize there are no functions to support any
> mouse/cursor-related operations, so this would need to be done dif
Love the retro look! Seems so familiar somehow.
___
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/use-livecode
On 04/01/2012 04:51 PM, Richard Miller wrote:
Not even sure this is possible.
I want to create a simple app that can be controlled by an external
bluetooth keyboard. I realize there are no functions to support any
mouse/cursor-related operations, so this would need to be done
differently.
T
Not even sure this is possible.
I want to create a simple app that can be controlled by an external
bluetooth keyboard. I realize there are no functions to support any
mouse/cursor-related operations, so this would need to be done differently.
The only idea I have is to use keyboard input. Fo
Is it true that the Runtime Revolution people are completely redesigning
the Livecode
interface?
I certainly began to wonder when a source "close to the throne" leaked this:
http://lowendmac.com/ppclinux/02/art/mac1.gif
notice "dv" in the top, right-hand corner.
particularly glad to see that
On 04/01/2012 04:29 PM, Mike Bonner wrote:
Google has a new feature.. Google teleport!
http://www.google.com/adwords/extensions/teleport.html
Also google maps for NES. It is in closed beta for now but to try it in a
simulator go to maps.google.com and click the "quest" button in the upper
right.
This should solve all Linux users' problems:
http://distrowatch.com/weekly.php?issue=20120402
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://
Google has a new feature.. Google teleport!
http://www.google.com/adwords/extensions/teleport.html
Also google maps for NES. It is in closed beta for now but to try it in a
simulator go to maps.google.com and click the "quest" button in the upper
right.
Google has also developed an autonomous rac
Sent from my BlackBerry®
___
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/use-livecode
Hi all,
Am 01.04.2012 um 14:31 schrieb Gene Lambert:
> Wow! I want one, or two. The lawyers are going to love this. If talking on
> a cell phone while driving was an intense national issue, just wait until
> they get wind of people wanting to drive around with a computer heads up
> display in t
Wow! I want one, or two. The lawyers are going to love this. If talking on
a cell phone while driving was an intense national issue, just wait until
they get wind of people wanting to drive around with a computer heads up
display in their field of vision! Or, how about when your wife figures out
Hi Stephen,
The best way to find out is to request a trial copy from RunRev and test your
stack.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Get the extIco2Pn
I'm considering upgrading to the latest version of Livecode. I'm still using
LIvecode (Revolution) 3.5.0 to run a stack that I use as an invoice program
from year to year and would like to continue using that stack. Are there any
problems with Livecode 5.5 opening and running the Revolution 3.
I use this format:
launch url "file:/Users/ben/Desktop/test.pdf"
--
Message: 24
Date: Sun, 1 Apr 2012 11:38:19 +0200
From: "Tiemo Hollmann TB"
To: "'How to use LiveCode'"
Subject: no association for launch document pdf
Message-ID: <01cd0feb$2d67f010$8837d030$@de>
Thanks heaps Peter.
This works for Android as well
If you put the field into a group and set the group's traversalon to false,
it will prevent the field from getting the focus on opencard,
at least in desktop stacks. Don't know if this works in iOS too.
-- Peter
Peter M. Brigham
__
That would be super for us Linux users.
___
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/use-livecode
Kevin and Co. better give up any ideas of sorting out
all those bugs that have been festering for years and
get weaving before they are overtaken by this:
http://www.ubuntu.com/devices/eyewear
___
use-livecode mailing list
use-livecode@lists.runrev.com
Hello,
are there any known issues with "launch document" on windows?
I have a simple: launch document (tPath & slash & "myPDF.pdf") which runs
fine on most computers but fails on some computers, also on my main
dev.machine with the result "no association" where it has run fine before. I
can launc
58 matches
Mail list logo