Jacque,
Thanks for the explanation. I will go ahead and remove the passKey from my
launcher stack. This should solve the problem as my app stack should be
password protected from attempts to edit the scripts in it.
Charles Szasz
csz...@mac.com
__
On Dec 9, 2012, at 4:31 PM, Glen Bojsza wrote:
> That's it!!
>
> 500,000 points in 419 milliseconds.
>
> This scales perfectly for what I need.
>
> thanks Dick.
>
You're welcome, Glen. So now I've tried optimizing for speed and legibility.
Would you check the timing for your data, please,
Hi,
totally agree. I could not have said it any better.
Matthias
--
Matthias Rebbe
matthias (at) rebbe.tk
Tel +49.5741.31
Tel +49.160.5504462
--
"Life is too short for boring code"
Am 11.12.2012 um 23:54 schrieb Chris Sheffield :
> I absolutely agree Paul! I've also been using lcTaskLis
OK, I think I figured out the problem. Apparently
mobileControlGet(theID,"vScroll") sometimes returns a decimal value (i.e.
10.5), but LiveCode doesn't allow setting the vScroll of a field to a
decimal value, so the field wouldn't scroll. Rounding
mobileControlGet(theID,"vScroll") appears to have
I absolutely agree Paul! I've also been using lcTaskList since the beta
versions. It has been an indispensable tool. At $10 USD it's a steal. Grab it
at this price while you still can. You won't regret it. Thanks, Bill, for all
your hard work on this.
Chris Sheffield
--
Chris Sheffield
Read N
Fellow LiveCoders,
I've been using Bill Vlahos' lcTaskList since he introduced it.
A few months ago I wrote how much I appreciated it - and that appreciation has
grown with time and use. We are completing a huge, year-long project. In such
big projects there is code that must be fixed now, and
I don't think the letting them use the file on iOS if they paid for it on
desktop will work out, unless you put in a feature into the desktop one that
gives a link to the iOS app, maybe using custom URLs?
As for the normal in-app purchasing system, you don't need to keep track of
things. When t
Hi,
I'm planning a program that is a desktop application and also an iOS app.
The program is a series of audio-only classical music lectures.
The desktop version is a one-time $50 purchase of all the lectures. The app
version is a free version containing 1 lecture with possible in-app purchases
Has anybody been able to set up a mobile scroller with scrolling that
"snaps" to a predefined distance?
I have a set of icons in a vertical scroller which I want to snap to a
multiple of the icon height once the scroller completely decelerates/stops
dragging. Using 5.5.1, the routine I built work
I think am now on the right track. Thanks for being tolerant of my
DataGrid [noob] status.
~Roger
On Tue, Dec 11, 2012 at 2:23 PM, Peter Haworth wrote:
> Hi Roger,
> You can set the column names using another property, the dgProps["columns"]
> of . That property is a list of column names, on
Hi Roger,
You can set the column names using another property, the dgProps["columns"]
of . That property is a list of column names, one per
line so you would set that property to the first lien of your file with the
column separator (comma, tab, etc) replaced with return. After that, you
can eith
Make sure the first line of column headers are the *actual* names of the
columns in the datagrid. Otherwise you will get nothing in the datagrid,
because no columns matched what was in your headers. Note that initially some
are confused, thinking the column LABEL is the column NAME. Not true. Ve
Without perusing your code and the card you are working with, there is no way
to tell. Only thing I can suggest is, if it is your code that is doing this,
put breakpoints in your code and step through to see where the effect is taking
place.
Bob
On Dec 11, 2012, at 5:30 AM, Ueliweb wrote:
>
Hi Pete,
Well this changes everything! Literally! So, if I wish to re-order the
columns, this will fit the bill quite nicely. Thank you for clarifying
what this param actually does, Pete.
Back to what I was trying to do... If I need the first line of the imported
text file to define the header
On 12/11/12 11:15 AM, dfepst...@comcast.net wrote:
I have encountered two strange new symptoms using RevMedia 2.9 on a
Windows 7 machine. I do not know if they are related.
It's likely. Rev 2.9 was released almost 5 years ago and a lot has
changed since then, especially since it didn't expe
Hi Roger,
That parameter doesn't change the column names, it just defines the order
of the column data within each line of dgText. If it's false, then the
dgText is expected to contain the column data in the order the columns are
defined to the datagrid. When true, then the first line of dgText d
Hi Klaus,
Thanks for the quick reply, but I still can not get it to work as you
describe. I have tried in Revolution 4.0.0, LiveCode 5.5.1, and LiveCode
5.5.2. Without any parameter, the grid is populated without the headers
changing. With the parameter [TRUE], the grid is not populated at all.
I have encountered two strange new symptoms using RevMedia 2.9 on a Windows 7
machine. I do not know if they are related.
1. I often write stacks on my Macintosh with Metacard 2.0, then run them
successfully in Windows with RevMedia 2.9. But for a new stack that works fine
on my Mac, op
On 12/11/12 2:19 AM, Scott Rossi wrote:
Thanks for the responses on this. Apparently when using the term "group",
the source card of the group is required (placing fails if you don't
reference the source card). If you use the term "background" you
(apparently) don't need to specify the source c
Addition;
Am 11.12.2012 um 17:27 schrieb Klaus on-rev :
> Hi Roger,
>
> Am 11.12.2012 um 17:23 schrieb Roger Eller :
>> ...
>> on mouseUp
>> answer file "Select a Tab Delimited text file:"
>> set the pFirstLineContainsHeaders of grp "DataGrid" to true
>> set the dgText [ pFirstLineContainsHea
Peter,
Nice!! A must have of any LC developer.
Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net
-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Peter Haworth
Sent: Monday, December 10, 2012 1:45 PM
To: Ho
Hi Roger,
Am 11.12.2012 um 17:23 schrieb Roger Eller :
> According to this datagrid lesson, this should work but it does not. Could
> someone please confirm?
>
> http://lessons.runrev.com/s/lessons/m/datagrid/l/7309-how-do-i-populate-a-data-grid-with-data
>
> on mouseUp
> answer file "Select
According to this datagrid lesson, this should work but it does not. Could
someone please confirm?
http://lessons.runrev.com/s/lessons/m/datagrid/l/7309-how-do-i-populate-a-data-grid-with-data
on mouseUp
answer file "Select a Tab Delimited text file:"
set the pFirstLineContainsHeaders of g
Hi Scott,
Am 11.12.2012 um 09:19 schrieb Scott Rossi :
> Thanks for the responses on this. Apparently when using the term "group",
> the source card of the group is required (placing fails if you don't
> reference the source card). If you use the term "background" you
> (apparently) don't need
Hei
I have 3 DataGrid on one card (all with another name).
If I click/ double-click to one DG (doesen't matter witch one) to a Row ->
the other both DG's update the hilited the Row with the same index too.
I put away all "me" in all scripts of this card and the stack and replaced
them with the re
Thanks for the responses on this. Apparently when using the term "group",
the source card of the group is required (placing fails if you don't
reference the source card). If you use the term "background" you
(apparently) don't need to specify the source card.
And removing works fine in a simple
26 matches
Mail list logo