Re: LiveCode for the Hobbyists

2016-02-26 Thread Matt Maier
I'm still not clear on how the community edition of Livecode isn't sufficient for hobby purposes. It's got tons of functionality, and it's free, and the main restriction is that anything you distribute has to be licensed GPL. But, if you're a hobbyist, and not charging for what you distribute, why

Re: Shrink substack to same window rect as main stack

2016-02-26 Thread Matt Maier
It took me a minute to parse your message, so here are some clarification questions. Are you looking for a function that's already built into Livecode? Is it accurate to say that the problem is the controls on your 1200x675 stack aren't coded to handle resizing? (i.e. if the stack shrinks the

Re: Players in HTML5 - ETA for Full Functionality?

2016-02-25 Thread Matt Maier
rver side behavior > alongside the client side behavior and have LiveCode 'do the right thing'. > However, that is perhaps a bit further down the line... We have a fair bit > more work to do on the html5 port first! > > Mark. > > Sent from my iPhone > > > On 25 Feb 2016, at 19

Re: Players in HTML5 - ETA for Full Functionality?

2016-02-25 Thread Matt Maier
Thanks for that overview Richard, it helped me! Given option (b), will the entire livecode engine have to run client-side, or will there be a way to let the engine run on a server? On Thu, Feb 25, 2016 at 10:23 AM, Richard Gaskin wrote: > Sannyasin Brahmanathaswami

Re: standalone loading script-only stacks

2016-02-19 Thread Matt Maier
. The ask popup is still missing in action. Any ideas how to get those into the stand-alone? On Feb 18, 2016 10:02 PM, "J. Landman Gay" <jac...@hyperactivesw.com> wrote: > On 2/18/2016 10:58 PM, Matt Maier wrote: > >> The log works just fine in the IDE, but it doesn'

standalone loading script-only stacks

2016-02-18 Thread Matt Maier
I'm trying to put most of the logic into script-only stacks, so I've got the first handler in the mainstack. It's supposed to load all those stacks in the list. The following handlers are the chain it should follow to start logging. The log works just fine in the IDE, but it doesn't start in the

Re: [ANN] mergExt News

2016-02-18 Thread Matt Maier
That's awesome, congrats Monte and Livecode. Can you clarify the uses of mergExt? Since mergExt is closed source, does that mean we just can't use any of those widgets if we want to release open source, or is there a way to separate them out as some kind of binary bundle? Can they be used from a

changing the size of the image that's combined with text

2016-02-15 Thread Matt Maier
This is one of those times when I end up sending an hour just trying to find out if I know what keywords to search for. Anywho, I want to combine images with text in a field. I found the right syntax for writing html that will combine text and images: lerg and also that the char reference isn't

Re: create field suddenly not a good chunk

2016-02-15 Thread Matt Maier
gt; > > > > On 2/15/16, 8:35 PM, "use-livecode on behalf of Matt Maier" > <use-livecode-boun...@lists.runrev.com on behalf of bluebac...@gmail.com> > wrote: > > >As far as I know I didn't make any changes that would explain this. > > > >Al

Re: create field suddenly not a good chunk

2016-02-15 Thread Matt Maier
wrote: > > > On 16 Feb 2016, at 3:56 PM, Matt Maier <bluebac...@gmail.com> wrote: > > > > Weird that it would parse for so long and then suddenly stop parsing, but > > then accept a form that it looks like still shouldn't parse. > > On a related note it

Re: create field suddenly not a good chunk

2016-02-15 Thread Matt Maier
the network. Weird that it would parse for so long and then suddenly stop parsing, but then accept a form that it looks like still shouldn't parse. On Mon, Feb 15, 2016 at 8:46 PM, Monte Goulding <mo...@appisle.net> wrote: > > > On 16 Feb 2016, at 3:35 PM, Matt Maier <bluebac...

create field suddenly not a good chunk

2016-02-15 Thread Matt Maier
As far as I know I didn't make any changes that would explain this. All of a sudden this line: "create field stack "HowstrBeta" is giving me this error "(Chunk: source is not a container), char 1" After some experimentation and googling I discovered that it would work again if I changed that

Re: some AB testing ...

2016-02-08 Thread Matt Maier
Is that the maximum theoretical value? The actual connections per second would depend on the size of the data and how much processing it needs, right? Also, what is Livecode Application Server? On Mon, Feb 8, 2016 at 4:04 PM, Pierre Sahores wrote: > Hi Livecoders, > >

Re: calling Livecode from other languages

2016-02-05 Thread Matt Maier
Please correct me if any of the following is wrong. So in general we can run a standalone executable from the command line. It will fire up in whatever way it knows how. Normally that means the GUI will appear and the program will read/write visually. But if the code knows to listen on STDIN and

IDE stack names

2016-02-05 Thread Matt Maier
What are the names of the IDE stacks? I'm trying to get the script editor back onto the screen because sometimes it randomly decides it doesn't want to be on the screen. I tried stack "script editor" and stack "code editor" in the message bar but neither can be found. This isn't the first time

Re: IDE stack names

2016-02-05 Thread Matt Maier
Design > > > > > On 2/5/16, 9:00 PM, "use-livecode on behalf of Matt Maier" > <use-livecode-boun...@lists.runrev.com on behalf of bluebac...@gmail.com> > wrote: > > >What are the names of the IDE stacks? I'm trying to get the script editor > >back on

Re: Grab Me Fails on snapshot Images of fields which are transparent (opaque false)

2016-02-05 Thread Matt Maier
Maybe snapshot with a file type that doesn't have an alpha channel? On Fri, Feb 5, 2016 at 9:25 PM, Sannyasin Brahmanathaswami wrote: > > I have a puzzle widget that is made by importing a snapshot of a field > with words in it, then we make a copy of that images and

calling Livecode from other languages

2016-02-04 Thread Matt Maier
Can I call Livecode from other languages? I found this, which if I'm following it is a proof of concept that you can install livecode server, then tell it to turn on from the shell, then have it run scripts and return the output. That doesn't seem like quite the same thing, but maybe it's close

Re: calling Livecode from other languages

2016-02-04 Thread Matt Maier
into a standalone, or maybe setting the visible of the mainstack to false? On Thu, Feb 4, 2016 at 9:09 PM, Monte Goulding <mo...@appisle.net> wrote: > > > On 5 Feb 2016, at 4:02 PM, Matt Maier <bluebac...@gmail.com> wrote: > > > > Can I call Livecode from other langu

Re: snapshot and animation capture

2016-02-01 Thread Matt Maier
the approach that had worked before. On Jan 30, 2016 16:28, "Matt Maier" <bluebac...@gmail.com> wrote: > I got a reasonable facsimile of my original vision by just using an entire > substack to define the capture area. > > on mouseUp >set the blendlevel of st

Re: snapshot and animation capture

2016-01-30 Thread Matt Maier
I got a reasonable facsimile of my original vision by just using an entire substack to define the capture area. on mouseUp set the blendlevel of stack "untitled 3" to 50 set the loc of stack "untitled 3" to the screenloc go stack "untitled 3" end mouseUp Untitled 3 is a stack with

Re: snapshot and animation capture

2016-01-28 Thread Matt Maier
ble to export > >animated GIF images, but that may have been static images only. You may > >indeed need to go with a 3rd party option -- hopefully somebody else has a > >suggestion for this. > > > >Regards, > > > >Scott Rossi > >Creative Director >

Re: snapshot and animation capture

2016-01-28 Thread Matt Maier
erhaps this > approach would be useful for you. > > Kind regards, > > Mark Schonewille > http://economy-x-talk.com > https://www.facebook.com/marksch > > Buy the most extensive book on the > LiveCode language: > http://livecodebeginner.economy-x-talk.com > &g

Re: snapshot and animation capture

2016-01-28 Thread Matt Maier
THIN LiveCode you can capture just about > anything, but I don't believe there are any options for capturing > externally other than defining a rect on the screen. > > Regards, > > Scott Rossi > Creative Director > Tactile Media, UX/UI Design > > > > > On

Re: snapshot and animation capture

2016-01-28 Thread Matt Maier
ation > while the snapshot feature is active. > > Regards, > > Scott Rossi > Creative Director > Tactile Media, UX/UI Design > > > > > On 1/28/16, 7:26 PM, "use-livecode on behalf of Matt Maier" > <use-livecode-boun...@lists.runrev.com on behalf o

snapshot and animation capture

2016-01-27 Thread Matt Maier
I need to be able to easily capture stuff the user is seeing on their screen so that they can import it into my application without having to navigate the file manager multiple times. There's some good screen capture stuff already in Livecode, but what I'm picturing is an actual window with a hole

mouse button

2016-01-22 Thread Matt Maier
I used mouse() in code that I've only personally run on my Windows machine. My friend ran the same code on Ubuntu and we found that mouse() is off by 1. So on Windows mouse(1,2,3) correspond to the left, middle, and right mouse buttons. But on Ubuntu the same buttons are mouse(0,1,2). Is that

Re: Multi-platform development.

2016-01-20 Thread Matt Maier
I'm trying to put as much of the logic into script only stacks as possible cuz I want my application to be open source contribution friendly. Livecode actually makes that counterintuitive because it's so tempting to put little handlers in each control. On Jan 20, 2016 12:45, "Bob Sneidar"

Re: Image Scaling Problem

2016-01-19 Thread Matt Maier
r wrote: > >> On 01/19/2016 10:07 AM, Richmond wrote: > >>> On 19/01/16 17:27, Matt Maier wrote: > >>>> I was just researching around this idea. > >>>> > http://lessons.livecode.com/m/4071/l/7084-how-to-create-a-thumbnail-image > >>&g

Re: Image Scaling Problem

2016-01-19 Thread Matt Maier
I was just researching around this idea. http://lessons.livecode.com/m/4071/l/7084-how-to-create-a-thumbnail-image This says that if you want to lock the change in by script you have to set its imageData to its imageData set the imagedata of image tImageName to the imagedata of image tImageName

Re: tracking down freeze based on timing, maybe?

2015-12-15 Thread Matt Maier
2015 at 11:47 AM, J. Landman Gay <jac...@hyperactivesw.com> wrote: > On 12/13/2015 10:00 PM, Matt Maier wrote: > >> It starts with a mouseMove handler, which is where it returns after stuff >> has happened. >> >> One of several options is followed by a freeze. I s

tracking down freeze based on timing, maybe?

2015-12-13 Thread Matt Maier
I can make my program freeze if I click the trackpad button really fast. If I click the button down, then wait, then up, it doesn't freeze. I used a log to find out all of the handlers it got through before it froze. Most of the time it logs through all of the related handlers and then freezes up

Re: tracking down freeze based on timing, maybe?

2015-12-13 Thread Matt Maier
ts. > > Dated looking doc reference here: > http://docs.runrev.com/Function/flushEvents > > Regards, > > Scott Rossi > Creative Director > Tactile Media, UX/UI Design > > > On Dec 13, 2015, at 9:23 AM, Matt Maier <bluebac...@gmail.com> wrote: > > &g

Re: tracking down freeze based on timing, maybe?

2015-12-13 Thread Matt Maier
Maybe I'm using it wrong? When the IDE freezes so does the flight recorder. I think it's automatically scrolling to the most recent messages, so I can see what was logged last through the locked up "haze" but I can't see anything else or save it. On Sun, Dec 13, 2015 at 4:14 PM, Richard Gaskin

Re: tracking down freeze based on timing, maybe?

2015-12-13 Thread Matt Maier
handler. It's like whatever's hanging up the application is outside of all the stuff I wrote, so I'm not sure how to dig into it. On Sun, Dec 13, 2015 at 7:57 PM, Matt Maier <bluebac...@gmail.com> wrote: > Maybe I'm using it wrong? When the IDE freezes so does the flight > recorder.

Re: sorting words ?

2015-12-07 Thread Matt Maier
The first line in the doc here is "Use the *sort container* command to shuffle the order of lines or items in a container" http://docs.runrev.com/Command/sort-container Do you could use something like this: get "4 6 2

Re: Google App Streaming

2015-11-30 Thread Matt Maier
It's not an existential crisis. It's just the pendulum swinging back and forth between centralized and distributed organization. Each style has its pros/cons and people make a lot more money off of switching between them than just settling on a happy medium. Neither style will ever take over

Re: Rip off and recreate

2015-11-15 Thread Matt Maier
How things work isn't protected by copyright. So if you create it from scratch, but don't use the same text/images, you've got your own copyright protection. Then, as long as you don't use anything trademarked or recognizable (like Mickey Mouse) you won't be infringing anything. And if it's non

Re: html->array

2015-11-14 Thread Matt Maier
I imagine the problem isn't storing it, but rather dealing with all the possible exceptions to proper html. Perhaps you could pass it through some kind of html fixer. I found a half dozen websites and an open source project with one Google search http://tidy.sourceforge.net/ On Nov 14, 2015

Re: MouseMove message interrupted when I change cards

2015-11-11 Thread Matt Maier
Maybe you could "send MouseEnter to [same control]" when you change cards if that restarts the mouseMove stream. On Wed, Nov 11, 2015 at 1:32 PM, David Epstein <dfepst...@comcast.net> wrote: > Thanks to Scott Rossi, whose example is indeed what I am trying to do, and > to

Re: MouseMove message interrupted when I change cards

2015-11-10 Thread Matt Maier
Dude, the mouseMove messages suck. Like it always sends a mouseMove after mouseDown, whether or not the mouse moved. And there are other things that either block mouseMove from being sent, or send it only to the original control, or some other exception. If you try to do anything unusual based on

Re: Formatting a number with two or more decimal points

2015-11-10 Thread Matt Maier
This works with the two cases you described. I've heard that "repeat while" isn't the fastest option, but it sounded like 6 repeats would be an extreme case, so it probably doesn't matter. on testingTesting -- 10.26.12.47.38.52.71 -- 10.26 0.12 0.47 0.38 0.52 0.71 -- put "80.26.12"

Re: [ANN] Text-file DBs

2015-11-05 Thread Matt Maier
I can bring my webcam in case it's useful. On Thu, Nov 5, 2015 at 9:12 AM, David Bovill wrote: > Paul I'd love to see the presentation - would be great if you could record > it or we could arrange to do it as an online session with people from the > list? > > On 3 November

Re: Livecode all around the world

2015-11-05 Thread Matt Maier
Maybe you could just replace the words with pictograms so it's language independent. put: https://thenounproject.com/search/?q=put The human-understandable symbols are arbitrary so the fact that Livecode's symbols are derived from English words is missing the point. The symbol "put" could be

Re: Livecode all around the world

2015-11-05 Thread Matt Maier
On Nov 5, 2015 10:32, "Bob Sneidar" <bobsnei...@iotecdigital.com> wrote: > > > On Nov 5, 2015, at 10:20 , Matt Maier <bluebac...@gmail.com> wrote: > > The human-understandable symbols are arbitrary so the fact that Livecode's > symbols are derived

Re: HTML5 product

2015-11-05 Thread Matt Maier
It means the license for community forbids you from applying a closed-source license to the standalones you compile using the community IDE. Since you didn't pay for the community IDE, you can do whatever you want open source. If you want to close the source of your work you need to buy a

Re: Livecode all around the world

2015-11-05 Thread Matt Maier
2:09 PM, Bob Sneidar <bobsnei...@iotecdigital.com> wrote: > I see. Well then, let's toss out all the graphical OS'es ever written and > go back to command line computing. Is seems the great exiperiment has > failed. > > Bob S > > > On Nov 5, 2015, at 11:25 , Matt Maier

Re: Call for LiveCode projects: LiveCode and Science at MozFest this weekend.

2015-11-03 Thread Matt Maier
ly > join in. Do you mean business graphs, or general network graphs? > > On 3 November 2015 at 16:24, Matt Maier <bluebac...@gmail.com> wrote: > > > I'm building an open source graph manipulation and drawing library in > > Livecode. The point is for it to be modular b

community DP7 variable watcher empty

2015-11-03 Thread Matt Maier
I'm using Community DP7 on Windows 8.1 and the variable watcher isn't showing me anything inside of my array(s). It will show the first line of whatever's in there in the watcher itself, but when I click the little expand button to see everything the window is always blank. Is anyone else having

Re: Call for LiveCode projects: LiveCode and Science at MozFest this weekend.

2015-11-03 Thread Matt Maier
I'm building an open source graph manipulation and drawing library in Livecode. The point is for it to be modular but I'm building it to do a specific thing right now, so it isn't all that modular. It's still young so there's plenty of room for new ideas. I could use help in the more official

Re: [OT-ish] How regular is pseudocode?

2015-11-02 Thread Matt Maier
Note: it's page 41 in the menu bar, but page 27 in the document. I'm only dangerous in Livecode, but the code in Listing 5.3 looks like actual code to me, not pseudocode. By definition, if it's pseudocode then isn't it too vague to be used as actual code? And what good is code, pseudo or not, if

Re: SGV and FE funding of widgets

2015-10-30 Thread Matt Maier
If it turns out that you can return a "normalized" SVG path does that mean we might be able to do some vector operations in script. Like separating/joining two different shapes/paths, or adjusting the control points of a shape? On Oct 30, 2015 04:32, "Mark Waddingham" wrote: >

Re: [ANN] LiveCode Blog (mostly)

2015-10-30 Thread Matt Maier
A lot of those could benefit from using an animated gif instead a static image. GifCam is really useful for that. http://blog.bahraniapps.com/gifcam/ On Fri, Oct 30, 2015 at 6:36 AM, Tore Nilsen wrote: > I will share this with my students, both to show them what can really

"start using stack" only working in IDE

2015-10-29 Thread Matt Maier
Am I missing something really basic? I created a new stack and all I put into its script was some code to change the defaultFolder to the stack's folder, 'start using' a script-only stack in the same folder, and call the only handler in that scrip-only stack (which creates an answer popup). This

RE: datagrid form not scrolling

2014-12-02 Thread Matt Maier
and any attachments are believed to be free from viruses, it is the sole responsibility of the recipients. Pi Digital Productions Ltd is a UK registered limited company, no. 5255609. VAT GB998220972 On 30 November 2014 at 17:15, Matt Maier bluebac...@gmail.com wrote: I've got one datagrid

datagrid form not scrolling

2014-11-30 Thread Matt Maier
I've got one datagrid (form) that never scrolled like it should have, and another that always did, but suddenly stopped. There's a picture of the shenanigans here http://forums.livecode.com/viewtopic.php?f=7t=22132p=114336#p114336 It's like the rows and content I'm filling it with are being put

datagrid loses formatting when the window resizes

2014-11-02 Thread Matt Maier
So I've got a datagrid form with a couple fields in the row template. It displays just fine when it updates. However, if I resize the window by dragging the borders the stuff inside the datagrid suddenly repositions itself. If I drag the left or right sides of the window, some of the first fields

<    1   2