Hmm,
I am also on Snow Leopard. Tried already with a new install of GLX2. Will try
with only GLX2 plugin and nothing else.
Matthias
Von meinem iPhone gesendet
Am 19.10.2011 um 07:26 schrieb Mark Wieder :
> Matthias-
>
> Tuesday, October 18, 2011, 4:03:55 PM, you wrote:
>
>> I had no sign
Matthias-
Tuesday, October 18, 2011, 4:03:55 PM, you wrote:
> I had no significant problems with GLX2 under 4.6.x . For
> debugging i used Mark Wieder´s PowerDebug.
> Only with LiveCode 5 i am experiencing that "lag of time" problem.
I'm not seeing any problems with that combination of things.
David-
Tuesday, October 18, 2011, 1:47:19 PM, you wrote:
> I'm guessing that even when they do something with GNOME 3, it will
> be nothing less than awesome from the user...
So far the only thing that makes gnome3 palatable is the combination
of tweakgnome and xfce. In other words, trying to sh
On Oct 18, 2011, at 4:48 AM, Terry Vogelaar wrote:
> How can I upload a file from my LiveCode iOS app to my Dropbox folder?
>
> Dropbox accepts files sent via an HTTP POST submission. So the question could
> also be: How can I send a file via an HTTP POST submission?
Really? I just looked at
You can store the current directory in a tmp variable if you want to set the
directory back. Get the detailed files and figure out the file sized based on
the data returned.
Binary data must use "binfile" while text data uses "file"
You can store files on all platforms with: put myVariable int
Hi Al,
On Oct 18, 2011, at 11:54 AM, Alejandro Tejada wrote:
> Hi Jim,
>
> James Hurley wrote:
>>
>> Al,
>>
>> The potential for LC in education is two-fold. One is in writing
>> educational software and the other is LC as a programming environment.
>>
>> I see the latter as more valuable,
Hi Bob,
I had no significant problems with GLX2 under 4.6.x . For debugging i used Mark
Wieder´s PowerDebug.
Only with LiveCode 5 i am experiencing that "lag of time" problem.
I know Remo. But had very often problems with it ( crashes and as a result lost
code).
I switched back to GLX2, as it
I was seeing some debug problems in 4.6.4 with GLX2. I don't think it's been
gone through for compatibility, and I believe it is now open source. One if the
reasons development was halted on GLX2 was because changes in the IDE were
requiring significant updates to keep it compatible. (Correct me
One thing about Clem and the other LM developer(s), they listen very
well to the users and do a really bang-up job of implementing a user
friendly distro. I'm guessing that even when they do something with
GNOME 3, it will be nothing less than awesome from the user
standpoint.
>
> PS: LiveCode run
Hi,
is anyone else using LiveCode 5 with GLX2?
I am experiencing some problems with that combination. It takes 2 to 3 seconds
until it reacts on for example a copy&paste or on clicking the compile button
or entering the GLX2 menu. With 4.53 or 4.6.4 i do not see this behaviour.
Regards,
Matthi
Hi from beautiful Brittany,
Graham wrote :
Where does the PDF page appear? I mean is it in a stack window,
and could it be manipulated by a LiveCode program ?
The answer is YES !
I may be a little late on this thread, 'cos I've been trying
to solve the problem myself. I appear to have mad
Hi Colin,
Colin Holgate-2 wrote:
>
> It doesn't do very much, it gets stuck at line 47 quickly:
>
> put asin(sinGamma) into gamma
>
It works on one part of my side of the computing world. :-D
Windows XP, RevMedia 4.00
but in Stackrunner 2.0, it reports:
Executing at 3:45:28 PM on Tuesday,
Seems MP3 would work on any platform.
Bob
On Oct 18, 2011, at 8:03 AM, Chris Sheffield wrote:
> What's the best audio format to use for mobile apps? Is it best to stick with
> mp3, or is something else better? It must be compressed and must be
> compatible with both Android and iOS. The audi
Thanks, Craig. Moving my resizing code to the card script worked. Odd, though.
I thought I had tried that already. Must not have.
Thanks again,
Chris
--
Chris Sheffield
Read Naturally, Inc.
www.readnaturally.com
On Oct 18, 2011, at 11:19 AM, dunb...@aol.com wrote:
> Could you move your resizin
The selectionchanged message sent to the datagrid includes the index of the
current and previous selected datagrid rows as parameters. I'm not sure if
that will help though, since this happens outside of the custom behavior
where the LayoutControl handler sits.
Another way might be to store the i
It doesn't do very much, it gets stuck at line 47 quickly:
put asin(sinGamma) into gamma
On Oct 18, 2011, at 2:49 PM, James Hurley wrote:
> go url "http://jamesphurley.com/jhurleyFolder/NineBallWithProjections.rev";
___
use-livecode mailing lis
If your Dropbox folder is open on your computer, you can use revCopyFile to copy
files to it as you would to an external HD. But that doesn't answer your question.
Phil
On 10/18/11 2:48 AM, Terry Vogelaar wrote:
How can I upload a file from my LiveCode iOS app to my Dropbox folder?
Dropbox a
Reposting with the proper Subject:
Message: 4
Date: Tue, 18 Oct 2011 09:47:26 -0700
From: James Hurley
To: use-livecode@lists.runrev.com
Subject: Re: use-livecode Digest, Vol 97, Issue 37
Message-ID: <6a7f939b-3627-43df-95a0-84401c010...@sbcglobal.net>
Content-Type: text/plain; charset=us-ascii
Hi Jim,
James Hurley wrote:
>
> Al,
>
> The potential for LC in education is two-fold. One is in writing
> educational software and the other is LC as a programming environment.
>
> I see the latter as more valuable, particularly for science students.
> FORTRAN is for the heavy calculations
I am trying to use a DataGrid to create a contact list that has a spacer
between each alphabetic grouping of names. I was thinking to use the
non-fixed length attribute of the DataGrid and adjust the size dynamically
in the LayoutControl handler as well as showing a field that would contain
the s
Could you move your resizing code to the first card instead? This might allow
the "magic" to happen, and then add your own.
Or perhaps send a command in half a second or so after the stack opens. Then
you are guaranteed to work your magic after the IDE does its own.
Craig Newman
-Orig
Al,
The potential for LC in education is two-fold. One is in writing educational
software and the other is LC as a programming environment.
I see the latter as more valuable, particularly for science students. FORTRAN
is for the heavy calculations where the programmer must make allowances for
Chris,
You could also do something like this in preOpenStack
if the environment is "development" then
set the rect of this stack to "0,0,1150,700" -- Adjust to match the size
of your stack
set the decorations of this stack to default
set the loc of this stack to the screenLoc
That helps! Thanks, Scott.
Cheers,
Roger
On Oct 18, 2011, at 8:30 AM, use-livecode-requ...@lists.runrev.com wrote:
> Message: 3
> Date: Mon, 17 Oct 2011 10:55:45 -0700
> From: Scott Rossi
> To: LiveCode Mail List
> Subject: Re: A Nit Nuisance
> Message-ID:
> Content-Type: text/plain; cha
Hi Chris,
Try to set the fullscreen to true at the opening of the stack (and reset it to
false when the stack is closed). See fullscreen in the dictionary.
Jacques
Le 18 oct. 2011 à 17:22, Chris Sheffield a écrit :
> I'm working on a stack that is nearly as tall as my screen. Every time I ope
I'm pretty sure that's simply following the recommended behaviour for apps
larger than the screen dimensions on OS X. You'll see exactly the same thing
when dragging application windows (LC or otherwise) from a larger screen to a
smaller screen.
In other words this may be an OS-level issue.
Ia
I'm working on a stack that is nearly as tall as my screen. Every time I open
the stack, the LC IDE resizes it (chops off the bottom) to fit nicely in
between the Mac menu bar and the dock. I don't want this to happen. I need it
to be the actual size, even if it's partially obscured by something
We had some minor technical problems, but luckily we do have recordings:
To celebrate the occasion, I have made a picture:
http://blog.livecode.tv/wp-content/uploads/2011/10/flash-vs-ae.png
Colin introduces flash:
http://www.ustream.tv/recorded/17897968
Malte explains AnimationEngine 5 (the fir
What's the best audio format to use for mobile apps? Is it best to stick with
mp3, or is something else better? It must be compressed and must be compatible
with both Android and iOS. The audio will consist of spoken word and possibly
some sound effects here and there.
Thanks,
Chris
--
Chris
I'm working on a project (using 4.6.4) that requires a long scrolling text
field with QT controllers for sound-only files in between paragraphs. I created
the text and some QT controllers and grouped them, then added a scroll bar to
the group.
When I scroll a QT controller onto the screen there
Guys,
I think Mint is moving to Gnome3...
http://www.h-online.com/open/news/item/Linux-Mint-developers-make-GNOME-3-edition-plans-1362441.html
It will retain 2.32 as well but I think many distros will start to converge
to Gnome3.
PS: LiveCode runs well on mint?
_
I am trying to build a contact list with a datagrid with a spacer bar between
each alphabetic group of names.
I was thinking to use the non-fixed length attribute of the data grid and
adjust the size and make the spacer visible in the LayoutControl handler. Does
anyone have an example as to
How can I upload a file from my LiveCode iOS app to my Dropbox folder?
Dropbox accepts files sent via an HTTP POST submission. So the question could
also be: How can I send a file via an HTTP POST submission?
It is a very small plain .txt file (sub 100kB); no package or other weirdness.
Regard
33 matches
Mail list logo