Re: Application size: Mac vs. Win

2013-03-06 Thread Monte Goulding
That wouldn't account for 100MB difference. I can't think of any reason there would be so much difference. -- M E R Goulding Software development services mergExt - There's an external for that! On 06/03/2013, at 6:57 PM, Thierry Douez th.do...@gmail.com wrote: Must probably because of

Re: Application size: Mac vs. Win

2013-03-06 Thread Peter Bogdanoff
That makes so much sense, it hurts. Of course! Thanks! Peter On Mar 5, 2013, at 11:57 PM, Thierry Douez wrote: Hi Peter, Must probably because of universal binary. You have 2 exe in one ( one for PPC, another one for Intel CPU). You can drop the PPC one if you don't need it. Thierry

Re: Application size: Mac vs. Win

2013-03-06 Thread Richmond
I sell Windows, Mac PPC and Mac INTEL versions of my software (Devawriter Pro: http://andregarzia.on-rev.com/richmond/dwriterpro.html ) and can see absolutely no point in burdening either PPC customers or INTEL ones with extra baggage. A Macintosh Universal binary version of my software can

Re: Application size: Mac vs. Win

2013-03-06 Thread Thierry Douez
2013/3/6 Peter Bogdanoff bogdan...@me.com That makes so much sense, it hurts. Of course! Thanks! What Monte said makes sense too... So, you probably can check if you have a fat binary ( universal ) with this Terminal command: lipo -info path_of_my_binary the binary is :

RevOnline, again.

2013-03-06 Thread Richmond
Trying to upload a stack to RevOnline and getting nowhere (not for the first time by a long way): The following server error was encountered: - pUrl:

Re: resizing field editor in datagrid

2013-03-06 Thread Trevor DeVore
On Tue, Mar 5, 2013 at 7:42 PM, Monte Goulding mo...@sweattechnologies.comwrote: I have a custom field editor that resizes as you type to fit the text however every time it resizes I need to change the row height and shift subsequent rows down. Has anyone done this. From the looks of things I

Pasting a group field

2013-03-06 Thread Charles Szasz
I have grouped some rectangles containing label fields into one group. How can I set up up a script for the user to be able to copy and paste the group into a word processing document? Sent from my iPad ___ use-livecode mailing list

Re: RevOnline, again.

2013-03-06 Thread Roger Eller
The RevOnline built-in to the IDE can be flakey with older versions, but the website version seems to be more stable. http://revonline2.runrev.com/ ~Roger On Wed, Mar 6, 2013 at 8:41 AM, Richmond richmondmathew...@gmail.comwrote: Trying to upload a stack to RevOnline and getting nowhere (not

Re: Application size: Mac vs. Win

2013-03-06 Thread Peter Bogdanoff
It seems that I had both Universal AND PowerPC checked. Checking Intel only brought the size back to the same as Windows. I don't know if any of my customers will have PowerPC... Peter On Mar 6, 2013, at 12:07 AM, Monte Goulding wrote: That wouldn't account for 100MB difference. I can't

Re: RevOnline, again.

2013-03-06 Thread Richmond
On 03/06/2013 06:10 PM, Roger Eller wrote: The RevOnline built-in to the IDE can be flakey with older versions, but the website version seems to be more stable. http://revonline2.runrev.com/ ~Roger So, how does one upload from an older version?

Re: RevOnline, again.

2013-03-06 Thread Richmond
On 03/06/2013 06:10 PM, Roger Eller wrote: The RevOnline built-in to the IDE can be flakey with older versions, but the website version seems to be more stable. http://revonline2.runrev.com/ ~Roger Thanks. Let's hope it is not flakey (err . . . that must be an Americanism) [I thought

LiveCode and Mathematica

2013-03-06 Thread Gregory Lypny
Hello everyone, I've never written an external, but I wonder whether it is possible to incorporate Mathematica code in a LiveCode app. Mathematica notebooks and functions can be exported in C code. Mathematica also has some of the best plotting functions and matrix functions that I

Re: resizing field editor in datagrid

2013-03-06 Thread Monte Goulding
On 07/03/2013, at 1:24 AM, Trevor DeVore li...@mangomultimedia.com wrote: I have a custom field editor that resizes as you type to fit the text however every time it resizes I need to change the row height and shift subsequent rows down. Has anyone done this. From the looks of things I may

Re: RevOnline, again.

2013-03-06 Thread Mark Wieder
Richmond- Wednesday, March 6, 2013, 5:41:52 AM, you wrote: Trying to upload a stack to RevOnline and getting nowhere (not for the first time by a long way): Nice. Last week I managed to upload two times out of three. -- -Mark Wieder mwie...@ahsoftware.net

Re: RevOnline, again.

2013-03-06 Thread J. Landman Gay
On 3/6/13 11:53 AM, Richmond wrote: Let's hope it is not flakey (err . . . that must be an Americanism) [I thought flake was a rude word for somebody who was homosexual] with the Open Source version. Here in the U.S., a flake (disregarding pie crust and paint) is a scatterbrained person

Re: RevOnline, again.

2013-03-06 Thread Richmond
On 03/06/2013 06:28 PM, Mark Wieder wrote: Richmond- Wednesday, March 6, 2013, 5:41:52 AM, you wrote: Trying to upload a stack to RevOnline and getting nowhere (not for the first time by a long way): Nice. Last week I managed to upload two times out of three. And, that, I suppose, is

Re: RevOnline, again.

2013-03-06 Thread Richmond
On 03/06/2013 09:03 PM, J. Landman Gay wrote: On 3/6/13 11:53 AM, Richmond wrote: Let's hope it is not flakey (err . . . that must be an Americanism) [I thought flake was a rude word for somebody who was homosexual] with the Open Source version. Here in the U.S., a flake (disregarding pie

Re: RevOnline, again.

2013-03-06 Thread Mark Wieder
Richmond richmondmathewson@... writes: Last week I managed to upload two times out of three. And, that, I suppose, is acceptable! No, it isn't! Twice it was. -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list

Re: RevOnline, again.

2013-03-06 Thread Richmond
On 03/06/2013 09:30 PM, Mark Wieder wrote: Richmond richmondmathewson@... writes: Last week I managed to upload two times out of three. And, that, I suppose, is acceptable! No, it isn't! Twice it was. Quite! ___ use-livecode mailing list

cached urls

2013-03-06 Thread Andrew Kluthe
Do urls cached with load url ever unload on their own after a specific period of time or do you have to manually unload them when you want to clear them from memory? -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list

Re: libUrl upload/download - how to cancel?

2013-03-06 Thread Phil Davis
unload url works on in-progress uploads and downloads! Yy! Thanks Scott! Phil On 3/5/13 10:07 PM, Phil Davis wrote: Hi Scott, I thought 'unload' was to be used when you're using 'load' to download something, which I'm not doing. I'll look into it. Thanks! I am planning to use:

Re: LiveCode and Mathematica

2013-03-06 Thread Monte Goulding
I don't know what Mathematica exports. Does it export the code to generate an image for the graph? My guess is it just exports the functions and you would need to plot the results yourself in LC. You also might want to check the license on the code that Mathematica generates before distributing

url PATCH verb

2013-03-06 Thread Andrew Kluthe
Does livecode support the PATCH http verb or is there a way I can turn a put into url into a patch by manipulating headers? -- Regards, Andrew Kluthe and...@ctech.me ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: libUrl upload/download - how to cancel?

2013-03-06 Thread Gerry Orkin
But not on iOS. Sigh. Gerry On 07/03/2013, at 6:59 AM, Phil Davis rev...@pdslabs.net wrote: unload url works on in-progress uploads and downloads! Yy! Thanks Scott! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

SoCal LC User Group meeting tomorrow, Pasadena

2013-03-06 Thread Richard Gaskin
Just a quick reminder: The next SoCal LiveCode User Group meeting is happening tomorrow, Thursday, March 7, at 7PM in Pasadena - details in the LUG section of the LiveCode forums: http://forums.runrev.com/viewtopic.php?f=50t=14286 -- Richard Gaskin Fourth World LiveCode training and

Re: url PATCH verb

2013-03-06 Thread Mark Wieder
Andrew Kluthe andrew@... writes: In my specific instance, I just ended up using a POST and adding X-HTTP-Method-Override: PATCH to the headers. That gets my vote for post of the day. -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode

Re: passing binary data to MySQL BLOB field

2013-03-06 Thread Peter Haworth
Bjornke, How do you specify binary data if you use the an array instead of a list of variable names? Pete lcSQL Software http://www.lcsql.com On Tue, Mar 5, 2013 at 5:01 AM, Björnke von Gierke b...@mac.com wrote: Not sure why it won't work for you, but it seems that your first try had some

StackOverflow

2013-03-06 Thread Monte Goulding
Hi LiveCoders I'd like to encourage people to ask and answer questions on StackOverflow. If you work out something and you don't think it's common knowledge in the community then you can even answer your own post so there's a record of the question and answer. StackOverflow is a great

Returns Don't Return?

2013-03-06 Thread Scott Rossi
I have a stack that generates a return-delimited list of files in a folder and writes the list to a simple text file. put theFileList into url (file: dropBoxFolder() flist.txt) When I retrieve this file within LiveCode, it ignores the returns and places all entries in a single line. If I open