Strip XMP Packet from the end of binary image data

2019-01-31 Thread Tom Glod via use-livecode
Hi Livecode Geniuses., I've run into a problem in my application ...i have tracked the bug down to Adobe Fireworks adding an XMP packet to the end of clipboarddata["image"] http://www.w3.org/1999/02/22-rdf-syntax-ns#";> http://ns.adobe.com/xap/1.0/";> Adobe Fireworks CS6 (W

Re: global is empty

2019-01-22 Thread Tom Glod via use-livecode
has this been resolved? when you moved the global declaration to the top it worked? I keep an eye on reports like this because they are the most worrisome kinds of things. But I always trust that the programmer will find the error in their ways. On Mon, Jan 21, 2019 at 5:44 PM J. Landman Gay

Re: Can a substack become the mainstack and the mainstack become its substack?

2019-01-22 Thread Tom Glod via use-livecode
Bob ...while I tested the previous solution ...I have not yet gone through the implementation of it for real but I think I will do what you suggest. It makes sense ...it should work as long as no handlers are running on the main stack, I can replace its script. Thanks. On Tue, Jan 22, 20

Re: Can a substack become the mainstack and the mainstack become its substack?

2019-01-20 Thread Tom Glod via use-livecode
e able to use Navigator to scriptify if that is what you > want. I’m not sure that a splash would be needed. > > If you just want the scripts as text files for version control, you could > also try my ScriptTracker. > > Thanks, > Brian > On Jan 20, 2019, 7:25 PM -0600, Tom G

Can a substack become the mainstack and the mainstack become its substack?

2019-01-20 Thread Tom Glod via use-livecode
Hi Geniuses, I have a rather complicated application which I put on a mainstack with many cards etc. I now realize I need a splash stack so that I can set the script of my application stack and its cards (for version control purposes). Is there a way to turn my mainstack into a substack? so that

Re: Livecode Dictionary

2019-01-20 Thread Tom Glod via use-livecode
I think the LC team set things up so that its convenient for them in their workflow of growing & maintaining Livecode, ...its not so much our convenience per se. I think removing notes from the dictionary is a step backwards. This one needs correction. The permissions are over the top, but not i

Re: The merge function is awesome!

2019-01-17 Thread Tom Glod via use-livecode
6 years with LC...never used the value or merge commands . never even came across them. mind blown. On Thu, Jan 17, 2019 at 3:46 PM Geoff Canyon via use-livecode < use-livecode@lists.runrev.com> wrote: > On Thu, Jan 17, 2019 at 11:01 AM hh via use-livecode < > use-livecode@lists.runrev.com>

Re: HTMLTEXT of a Browser Widget in Properties Inspector?

2019-01-17 Thread Tom Glod via use-livecode
I can't help you but thanks for the tip to ask for the htmltext property when i need the page code. On Thu, Jan 17, 2019 at 2:26 PM Sannyasin Brahmanathaswami via use-livecode wrote: > I have a strange phenomena > > 1) The htmltext of the browser widget does not seem to be available in the > Pro

Re: screenRect and screenLoc weirdness

2019-01-10 Thread Tom Glod via use-livecode
noticed it > because I don’t have a multi-monitor setup. > > Marty > > > On Jan 10, 2019, at 1:58 PM, Tom Glod via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Hi Marty, I saw this the other day...this is probably the bug you are > > refere

Re: screenRect and screenLoc weirdness

2019-01-10 Thread Tom Glod via use-livecode
Hi Marty, I saw this the other day...this is probably the bug you are referencing. https://quality.livecode.com/show_bug.cgi?id=19419 On Thu, Jan 10, 2019 at 3:25 PM Knapp Martin via use-livecode < use-livecode@lists.runrev.com> wrote: > So I just had a customer complain that windows were openin

Re: Refactoring is your friend / moving from 6.x to 9.x

2019-01-06 Thread Tom Glod via use-livecode
Thanks for that confirmation Trevor great to hear that. On Sun, Jan 6, 2019 at 9:45 PM Trevor DeVore via use-livecode < use-livecode@lists.runrev.com> wrote: > On Sun, Jan 6, 2019 at 4:56 PM Tom Glod via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > >

Re: Refactoring is your friend / moving from 6.x to 9.x

2019-01-06 Thread Tom Glod via use-livecode
Thanks, everyone for chiming in here, I want to help narrow down the circumstances in which windows defender affects the ide but more importantly standalones. Richard, I demoed my stack on my mother in laws laptop and her AV (one I was not familiar with) put my executable into quarantine r

windows defender issues? & other AV issues?

2019-01-06 Thread Tom Glod via use-livecode
Hi folks, I'd like to know if there is any chance that the issues with windows defender interfering in the normal operation of the LiveCode engine is something that can and will be looked at? Is there any communication between Microsoft and Livecode inc? Is there any hope that we won't have to pu

Re: Is anyone doing multiple window management under Windows 10...

2019-01-04 Thread Tom Glod via use-livecode
done. On Fri, Jan 4, 2019 at 3:55 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > I am trying to generate some interest in getting this bug: > https://quality.livecode.com/show_bug.cgi?id=16305 > > fixed for the next release of LiveCode. The 'effective' keyword for > sta

Re: Roadmap

2018-12-31 Thread Tom Glod via use-livecode
thats new...nice find! happy new year richmond & everyone On Mon, Dec 31, 2018 at 3:53 PM Richmond via use-livecode < use-livecode@lists.runrev.com> wrote: > https://livecode.com/resources/roadmap/ > > Last Updated on September 24, 2018 > > Tut, tut. > > Richmond. > >

Re: Refactoring is your friend / moving from 6.x to 9.x

2018-12-30 Thread Tom Glod via use-livecode
a very interesting thread ...lots to learn. I refactored a project from 7 to 9 and definitely had a couple of "how did this code ever work?" moments, meaning i found the most recent versions of the engine to be more strict with syntax. As far as performance comparisons I don't have a lot to

Re: MouseDown on Enter

2018-12-29 Thread Tom Glod via use-livecode
oopsi mean if mouse key is down :) On Sat, Dec 29, 2018 at 10:18 AM Tom Glod wrote: > I believe the Keysdown() function picks up the mousebutton as well. that > will give you the info whether enter key is down. > > On Sat, Dec 29, 2018 at 10:06 AM Richmond via use-livecode < > use-livecode@l

Re: MouseDown on Enter

2018-12-29 Thread Tom Glod via use-livecode
I believe the Keysdown() function picks up the mousebutton as well. that will give you the info whether enter key is down. On Sat, Dec 29, 2018 at 10:06 AM Richmond via use-livecode < use-livecode@lists.runrev.com> wrote: > This does *NOT* work: > > on mouseEnter > if mouseDown then >

Re: Websockets Problem on LiveCode

2018-12-28 Thread Tom Glod via use-livecode
> > Hey Todd, did you get this figured out? > > ___ 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

Re: Have (or had) a Blessed Christmas

2018-12-25 Thread Tom Glod via use-livecode
+1 Thanks & same to you On Tue, Dec 25, 2018 at 7:24 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > +1 > > On 12/25/2018 7:08 PM, Curry Kenworthy via use-livecode wrote: > > > > Hope your Christmas day was merry and/or meritorious, fellow LiveCoders. > > > > I didn't ha

Re: [ANN] bnGuides alignment tool on ivecodeshare

2018-12-19 Thread Tom Glod via use-livecode
This is a cool little plugin for the community PS > I can't wait for the new stack share center. On Tue, Dec 18, 2018 at 10:44 AM Niggemann, Bernd via use-livecode < use-livecode@lists.runrev.com> wrote: > I have put a stack "bnGuides" on livecodeshare (or access it from "Sample > Stacks" from

Re: BrowserSnapshot_v001

2018-12-17 Thread Tom Glod via use-livecode
HHyou are a rockstar. I literally had this functionality on my to do list for a GPL project (going up on github soon). I am assuming that is the license of your code? Thank you for saving me the time of doing that x 10 On Mon, Dec 17, 2018 at 6:59 PM hh via use-livecode < use-livecode

Re: Stumped on Datagrid Problem

2018-12-17 Thread Tom Glod via use-livecode
Hi Bob, Gotta love making custom solutions. Yes, adding tables. In memory database is pretty genius bob currently I feed my datagrid from an array. I am not sure of the line at which a database becomes faster than repeat with & LiveCode array and a sort function. maybe thats a good test t

Re: Stumped on Datagrid Problem

2018-12-15 Thread Tom Glod via use-livecode
te: > You need to sort the keys of the array and populate accordingly. > > put the keys of aData into tKeyList > sort tKeyList numeric descending > > repeat for each line tKey in tKeyList > ... > > Bob S > > > > On Dec 14, 2018, at 14:10 , Tom Glod via use-

Stumped on Datagrid Problem

2018-12-14 Thread Tom Glod via use-livecode
I am using the "dgNumberOfRecords" mechanism to populate a grid. Everything works as expected. except .I need the last (new) element to show up first and the first element to show up last. this is normally achieved by sorting the column, but I cannot sort using the "large dataset method". I

Re: Seeking OSX Code signing consultant...

2018-12-11 Thread Tom Glod via use-livecode
I would love to know if you accomplished your goal and what the price tag ended up being, I'm interested in the same service...or at least be taught how to do it. Lots of tips in this thread as well, but I too would rather save the research in the learning curve in this respect esp for mac. Thank

Re: Datagrid Refresh

2018-12-10 Thread Tom Glod via use-livecode
the best way to refresh your grid is to "set its dgdata" property to the array you want. i've used the grid extensively and over the years have gone through all sorts of anomalies. Hitting refresh on inspector seems like it should work. but with v9 and other possible issues...i wouldn't trust

Re: Setting hidden of lines very slow

2018-12-01 Thread Tom Glod via use-livecode
So the first form populates the field only oncesince its a single command so no other states of the field will exist. Makes perfect sense. Thanks On Sat, Dec 1, 2018 at 7:45 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Tom Glod wrote: > > > Can someone expla

Re: Setting hidden of lines very slow

2018-12-01 Thread Tom Glod via use-livecode
Can someone explain the seemingly extraordinary performance improvement in using apparently its "split second" vs "over a minute" set the hidden of line 1 to - 1 of field 1 to false vs. repeat with i = 1 the number of lines of fld 1 set the hidden of line i of fld 1 to false end repeat it

Re: Safari vs Browser Widget

2018-11-29 Thread Tom Glod via use-livecode
Dan would love to be kept up to date if you manage to find a workaround for this issue. Good luck and thanks. On Thu, Nov 29, 2018 at 9:02 PM hh via use-livecode < use-livecode@lists.runrev.com> wrote: > The getUserMedia() dialog doesn't work in the browser widget. > You could try to do that "as

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-28 Thread Tom Glod via use-livecode
I did a multi-core processing presentation with livecode at the global conference. running long shell commands is one of the use cases for such a setup. https://github.com/makeshyft-tom-g/livecode-multicore-library might be an option here. On Wed, Nov 28, 2018 at 5:20 PM Richard Gaskin via use-

Re: hhPDFViewer v0.8.0

2018-11-26 Thread Tom Glod via use-livecode
This is great, thank you! also a good learning tool for learning to interact with JS. On Mon, Nov 26, 2018 at 2:44 PM hh via use-livecode < use-livecode@lists.runrev.com> wrote: > Sometimes one wishes to have a unique PDF display, independent of the > user's current internet-plugin. Or one wishe

Re: How to extract an entire element from an HTML file?

2018-11-26 Thread Tom Glod via use-livecode
I've been thinking about a simple html parser as well to extract email addresses or urls from a page. Tools that might help 1. regular expressions 2. item delimiter and chunks. (set itemdelimiter to tag you are trying to extract) 3.replace command Good luck. On Mon, Nov 26, 2018 at 10:18 A

Re: LiveCode and Websockets

2018-11-22 Thread Tom Glod via use-livecode
ps > requires websocketd to go along with it. On Fri, Nov 23, 2018 at 1:46 AM Tom Glod wrote: > Todd, this was posted here a little while ago..haven't tested it, but > apparently its websockets for livecode. Let us know how it goes. > > https://github.com/samansjukur/wslc > > On Fri, Nov 23, 20

Re: LiveCode and Websockets

2018-11-22 Thread Tom Glod via use-livecode
Todd, this was posted here a little while ago..haven't tested it, but apparently its websockets for livecode. Let us know how it goes. https://github.com/samansjukur/wslc On Fri, Nov 23, 2018 at 1:10 AM Charles Warwick via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Todd, > > Depe

Re: Mac Standalone/Pkg Weirdness

2018-11-21 Thread Tom Glod via use-livecode
>> and it says it is 2.9mb in size so I’m assuming that is probably OK. >> >> Other ideas? >> >> Thanks, >> >> Rick >> >> > On Nov 21, 2018, at 2:00 PM, Tom Glod via use-livecode < >> use-livecode@lists.runrev.com> wrote: >&

Re: Mac Standalone/Pkg Weirdness

2018-11-21 Thread Tom Glod via use-livecode
om, > > I just checked the size of the icns icon in the resources folder, > and it says it is 2.9mb in size so I’m assuming that is probably OK. > > Other ideas? > > Thanks, > > Rick > > > On Nov 21, 2018, at 2:00 PM, Tom Glod via use-livecode < > use-liveco

Re: Max number of columns in a datagrid?

2018-11-21 Thread Tom Glod via use-livecode
hahaha!...It never occured to me that people would have such large numbers of columns ...it sounds like lots of fun. what is the data? alsowondering .if there is another way. would a graph database help? On Wed, Nov 21, 2018 at 4:39 PM dunbarxx via use-livecode < use-livecode@

Re: Mac Standalone/Pkg Weirdness

2018-11-21 Thread Tom Glod via use-livecode
I'm not sure if this applies fully to your case ..i remember building mac standalones and having to manually replace the standalone icns icon in the resources folder. u can tell which one needs replacing because the byte size of the icon is 0. but i used to set the application icon in the sta

Re: Accelerated Rendering -- When to use it, When not to use it

2018-11-21 Thread Tom Glod via use-livecode
Please be advised that at the moment, accelerate rendering only works on the first group layer, meaning that a control inside a group inside a group no longer gets 'accelerated rendering. Layer mode is important too. However, this is getting fixed ANY DAY now :) On Wed, Nov 21, 2018 at 9:23 AM S

Re: bignum math library

2018-11-18 Thread Tom Glod via use-livecode
very impressed ..thank you. On Sun, Nov 18, 2018 at 1:29 PM Geoff Canyon via use-livecode < use-livecode@lists.runrev.com> wrote: > I've created bignum libraries in the past, but never organized it or did > all four operators. So I started with earlier versions of some of the > functions, optimiz

Re: Bug in how LC handles sentences

2018-11-16 Thread Tom Glod via use-livecode
I just did a test "Sentence 1. Sentence 2. Sentence 3. 4 sentences are here." Recognizes only 3 sentences. ". " (period space) then should be recognized as a sentence delimiter. and 1 letter sentences could maybe be ignored as acronyms., and also we can read whether the period is preceded

Hide iconified stack from taskbar?

2018-11-16 Thread Tom Glod via use-livecode
Hi folks, is there any way to hide a stack that is iconified from the taskbar so that it only appears in the system tray? I've found the "modeless" method. but it really slows down the restoration of the window and actually creates a white header bar with the stack name on the bottom left

Re: [ANN] LiveCode Advanced Application Architecture book available

2018-11-15 Thread Tom Glod via use-livecode
Andre, well done!..I want to buy the book with paypal... pm me your address: t...@makeshyft.com. Thanks On Thu, Nov 15, 2018 at 2:45 PM Andre Alves Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Friends, > > I've just released a new LiveCode book in the wild. It is c

Re: [ANN] Release 9.0.2 RC-1

2018-11-09 Thread Tom Glod via use-livecode
yes! great job with the bug-fixes ... i can say that the engine is more solid and stable than ever. thank you all On Fri, Nov 9, 2018 at 2:55 PM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Paul, if you are on Sierra you need xcode 9.2 if I remember correctly

Re: [Hacktoberfest] Improving Hi-DPI support on Windows as a Community

2018-11-08 Thread Tom Glod via use-livecode
Thanks everyone for your efforts on this and other bugs. On Tue, Nov 6, 2018 at 12:10 PM, Trevor DeVore via use-livecode < use-livecode@lists.runrev.com> wrote: > On Mon, Nov 5, 2018 at 11:15 PM Trevor DeVore > wrote: > > > On Thu, Oct 11, 2018 at 10:40 AM Trevor DeVore < > li...@mangomultimedia

Re: How to tell if the page displayed in the Browser widget has scrolled

2018-11-08 Thread Tom Glod via use-livecode
Hermann you are a rockstar. I will use this method also. Thank you. On Thu, Nov 8, 2018 at 10:55 AM, hh via use-livecode < use-livecode@lists.runrev.com> wrote: > James. > > You are looking for difficulties that are not present. > > A. Do once: > > A1. put into widget's or card's script > (t

Re: Is this right? ColumnBehavior

2018-11-06 Thread Tom Glod via use-livecode
this is the default one on a stack 9.01 stable if you take out the OF it still compiles *on* ResetData *-- Sent when column data is being emptied because the control is no longer being used to display data* *set* the text of field 1 of me to empty *end* ResetData On Mon, Nov 5, 2018 at 11:15

Re: Mysteries of Me

2018-10-29 Thread Tom Glod via use-livecode
oh...didn't know that syntax would work first thing that jumped out at me thought maybe it was as simple as that. :) On Mon, Oct 29, 2018 at 8:15 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > @tom go card and go to card same thing. > > @ bob > > That's what I understand (as

Re: Mysteries of Me

2018-10-29 Thread Tom Glod via use-livecode
the first version said "go card" not "go to card" :) On Mon, Oct 29, 2018 at 11:14 AM, Sannyasin Brahmanathaswami via use-livecode wrote: > I thought I had a grip on "me" > > But in a script that is assigned to a stack, one assumes that "me" > refers to stack itself. > But the auto-suggestion on

Re: Will it ever be possible place controls over browser widget?

2018-10-28 Thread Tom Glod via use-livecode
excellent demo thank you..just out of curiosityis it just on my system ? or the right click grab of the widget doesn'twork? On Sun, Oct 28, 2018 at 8:51 PM, William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > Hermann: > You are sooo DARN CREATIVE! I’m awed. >

Re: Finding common words and phrases in a large block of text?

2018-10-25 Thread Tom Glod via use-livecode
rote: > On 26/10/2018 4:27 am, "use-livecode on behalf of Tom Glod via > use-livecode" use-livecode@lists.runrev.com> wrote: > > Hi Terry, glad you found a solution. > > I have a similar challenge. > > I did a word count, but would love to r

Re: Finding common words and phrases in a large block of text?

2018-10-25 Thread Tom Glod via use-livecode
Hi Terry, glad you found a solution. I have a similar challenge. I did a word count, but would love to recognize the same phrases. Did you just compare chunks? ... hash them? (probably redundant?) Are there any more hints you can drop about this? Thanks, Tom On Thu, Oct 25, 2018 at 4:27

Re: applescript in standalones?

2018-10-24 Thread Tom Glod via use-livecode
;t receive those > commands but that has been fixed. Patching the build scripts to include > the file/update the plist would be fairly easy but adding the check box for > the setting would require a binary stack update. > > Thanks, > Brian > > On Tue, Oct 23, 201

Re: applescript in standalones?

2018-10-23 Thread Tom Glod via use-livecode
ck and answer the right question this evening if someone else > doesn’t chime in. > > Thanks, > Brian > On Oct 23, 2018, 5:09 PM -0500, Tom Glod via use-livecode < > use-livecode@lists.runrev.com>, wrote: > > Can someone confirm for me whether "do as applescript"

Re: [ANN] Network Tracer

2018-10-23 Thread Tom Glod via use-livecode
great product Andre...I don't do mobile dev yet, but I can see the benefit of it to anyone who does. Wishing you lots of sales. Cheers On Tue, Oct 23, 2018 at 6:28 PM Andre Alves Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Everyone, > > It is with a lot of excitement th

applescript in standalones?

2018-10-23 Thread Tom Glod via use-livecode
Can someone confirm for me whether "do as applescript" works in standalones built by v9? ..I'm seeing a couple of discrepancies in this regards. We don't have a mac handy and i know some of you will know this off the top of your head. many thanks. seeing this in the requests for contributions ...

Re: regex url validator?

2018-10-23 Thread Tom Glod via use-livecode
thanks Sean and Alex for taking the lead on updating doc..Mark ..lots of examples is great idea. A whole new world has opened up. As a bonus from what I've read filtering using regular expressions are way faster than a repeat over an array. Thanks everyone for helping me out here an

Re: regex url validator?

2018-10-23 Thread Tom Glod via use-livecode
,5})?(?:[/?#]\S*)?$" > into tURLRegex > > // run filter against regex pattern and set result to true if it matches. > > filter tCC with regex pattern tURLRegex into tMatch > > if tMatch <> empty then > > return true > > else > > return false >

regex url validator?

2018-10-22 Thread Tom Glod via use-livecode
Hi peeps, I'm trying to use regex to validate a list of URLs I've tried 4 or 5 different "regular" expressions that supposedly work . but LC does not give me anything back. None of them work, Like for example ... this one. ^(?:http(s)?:\/\/)?[\w.-]+(?:\.[\w\.-]+)+[\w\-\._~:/?#[\]@!\$&'\(\)

Re: Widget baseClock_v100

2018-10-21 Thread Tom Glod via use-livecode
thanks hh for that explanation.I literally had no idea that people did this .. fascinating! Some days I feel like a total newb. ;) On Mon, Oct 15, 2018 at 2:15 PM hh via use-livecode < use-livecode@lists.runrev.com> wrote: > > Tom G. wrote: > > Its interestingWhat is the prob

Re: Widget baseClock_v100

2018-10-15 Thread Tom Glod via use-livecode
Hi, thanks for this Its a cool example of a widget... thanks for sharing your code. Its interestingWhat is the problem this invention solves? is there a use case for using such a time format? What did you use it for? On Sun, Oct 14, 2018 at 4:43 PM hh via use-livecode < use-livecode@li

Re: vbscript sendkeys()

2018-10-13 Thread Tom Glod via use-livecode
gt; > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of Tom Glod via use-livecode > Sent: Saturday, October 13, 2018 1:06 AM > To: How to use LiveCode > Cc: Tom Glod > Subject: Re: vbscript sendkeys() > > SOLVED. I spl

Re: vbscript sendkeys()

2018-10-12 Thread Tom Glod via use-livecode
se-livecode@lists.runrev.com> wrote: >> >>> Have you tried adding a delay? It could be that the sendkeys is >>> happening before the app is ready for input. (Have not tried from LC, but I >>> do something similar in a .vbs file.) >>> >>> Wsh.Ap

Re: vbscript sendkeys()

2018-10-12 Thread Tom Glod via use-livecode
ot;Notepad" : WScript.Sleep 500 >> >> Thanks, >> Brian >> On Oct 12, 2018, 4:38 PM -0500, Tom Glod via use-livecode < >> use-livecode@lists.runrev.com>, wrote: >> > Hey folks, is anyone currently successfully using "do as vbscript" and &

Re: vbscript sendkeys()

2018-10-12 Thread Tom Glod via use-livecode
ng similar in a .vbs file.) > > Wsh.AppActivate "Notepad" : WScript.Sleep 500 > > Thanks, > Brian > On Oct 12, 2018, 4:38 PM -0500, Tom Glod via use-livecode < > use-livecode@lists.runrev.com>, wrote: > > Hey folks, is anyone currently successfully using &quo

vbscript sendkeys()

2018-10-12 Thread Tom Glod via use-livecode
Hey folks, is anyone currently successfully using "do as vbscript" and sending keystrokes to other application windows? I have it set to work when i hit a hotkey this is my vb script: Dim Wsh Set Wsh = CreateObject("Wscript.Shell") Wsh.AppActivate "Notepad" Wsh.SendKeys "Test abc" it works

Re: "send" vs "dispatch"

2018-10-08 Thread Tom Glod via use-livecode
ever since I learned that you can pass a whole array using the send command the dispatch doesn't seem that much more convenient at all..i do alot of in time commands so this is very convenient to my needs / style send "mymessage myarray" to this stack for years I thought using this form 'myarray'

Re: Most Efficient Way To "Blink"

2018-10-06 Thread Tom Glod via use-livecode
does this code crash it all the time or just one time? On Sat, Oct 6, 2018 at 4:21 PM Sannyasin Brahmanathaswami via use-livecode < use-livecode@lists.runrev.com> wrote: > I just crashed 9.0.1. stable with the first recursion error I had in a > long time. > > I was playing with to "blinking" ani

Re: "send" vs "dispatch"

2018-10-05 Thread Tom Glod via use-livecode
cool That is very useful indeed. On Fri, Oct 5, 2018 at 6:16 PM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > There is a PR to change this: > https://github.com/livecode/livecode/pull/6479 > > Will add args to send and call. > > Thanks, > Brian > On Oct 5, 201

Re: "send" vs "dispatch"

2018-10-05 Thread Tom Glod via use-livecode
I've written over 30 000 lines of code in livecode. used dispatch once. :) On Fri, Oct 5, 2018 at 6:09 PM Geoff Canyon via use-livecode < use-livecode@lists.runrev.com> wrote: > A word to the wise (mostly for IDE and extension developers): this will > successfully compile: > >send "

Re: Will it ever be possible place controls over browser widget?

2018-10-05 Thread Tom Glod via use-livecode
Hi JIm, your suggestion could work but the floating window is quicker and does the job, thanks for giving it a whirl around. On Fri, Oct 5, 2018 at 5:32 PM Jim Lambert via use-livecode < use-livecode@lists.runrev.com> wrote: > > > Herman wrote: > > > > See my demo here: > > > > http://forums.live

Re: Will it ever be possible place controls over browser widget?

2018-10-04 Thread Tom Glod via use-livecode
HH that is the workaround I was going for.thanks for the demoproves my thesis and I feel great about going forward with that solution. On Thu, Oct 4, 2018 at 9:47 PM hh via use-livecode < use-livecode@lists.runrev.com> wrote: > > Bob S. wrote: > > I suspect all they did was tak

Re: Will it ever be possible place controls over browser widget?

2018-10-04 Thread Tom Glod via use-livecode
eb based Kiosk > app, that a hot-click could cancel, so we could get back to the desktop. I > never got it to work. Once the browser object had control, nothing else > would respond. > > Bob S > > > > On Oct 4, 2018, at 11:04 , Tom Glod via use-livecode < > u

Will it ever be possible place controls over browser widget?

2018-10-04 Thread Tom Glod via use-livecode
Hi, Ehh.Does anyone know if it will ever be possible to place controls on layers above a browser widget? Thanks, Tom ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

Re: OT our shipping software is finally finished

2018-10-03 Thread Tom Glod via use-livecode
Congratulations. Just wondering what the time frame was to start and complete this project? All the best and tons of sales. Cheers On Wed, Oct 3, 2018 at 8:07 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 10/03/2018 03:33 PM, Matthias Rebbe via use-livecode wro

Re: Thanks to Hermann Hoch...

2018-10-03 Thread Tom Glod via use-livecode
Though I haven't used them yet, I agree...its great for the community. Thanks Hermann On Wed, Oct 3, 2018 at 8:35 AM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > Couldn’t agree more. Lots of useful stacks and widgets that push the > envelope of what is possible. > > Than

Re: put URL blocking?

2018-09-30 Thread Tom Glod via use-livecode
the load command is non-blocking which can work well for a lot of use cases. hint: to get around the "one request per domain limit" add a # and unique number to the end of the URL. check this out i made it for the LC Global Conference last year a useful demo stack of asynchronous h

Re: [off] Do me a solid

2018-09-29 Thread Tom Glod via use-livecode
4 wordsIPFS. :D thats the future of a decentralized web :) IPFS is going to take off in the next 2 years like a bat out of hell, as more and more decentralized applications are developed on top of it and proven to work at scale. TBLee's tech will have to at least match IPFS or be way behind fr

Re: [ANN] animationEngine is free now

2018-09-28 Thread Tom Glod via use-livecode
John M. thanks for the in-depth explanation, really helps to put it in those terms. I understand. Richard, its the whole Toolbox issue with needing a custom CEF build to enable video sites to work correctly. I think I will launch the community version first and then figure it out from there.

Re: [ANN] animationEngine is free now

2018-09-28 Thread Tom Glod via use-livecode
> Copyright owner can relicense at will. That is why there are contributor > agreements that transfer copyright to the project in many cases. Someone > else can’t take GPL code and change the license. > > Thanks, > Brian > On Sep 28, 2018, 2:59 PM -0500, Tom Glod via use-livecode &

Re: [ANN] animationEngine is free now

2018-09-28 Thread Tom Glod via use-livecode
Hey Malte, Thanks for freeing your code and the contributions you have madeto the community. I was under the impression that once something is GPLed it is GPL forever, and it cannot really change. Is it just a matter of the fact that you yourself would never enforce the GPL license which is

Re: Script Editor Unusable on Windows

2018-09-26 Thread Tom Glod via use-livecode
On the topic of the SE acting up, I seem to have also produced the effect > where scrolling is not updating the line numbers properly. Anyone havin > slow > script editor issues check to see that the line numbers are in sync. It may > be related. > > Bob S > > > > On Sep

Re: Script Editor Unusable on Windows

2018-09-26 Thread Tom Glod via use-livecode
I've experienced this also a time or two since switching. I will join the effort to try to nail down the conditions that make the slowdown occur. On Wed, Sep 26, 2018 at 6:00 AM Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > While i can confirm the slowness under Windo

Re: (browser) focus hocus pocus broke us

2018-09-23 Thread Tom Glod via use-livecode
Just a hunch maybe you can quickly toggle visibility of the widget..after everything is loaded. maybe that will be enough to lose focus and not have to regain it? unlikely to work, but worth a try. On Sun, Sep 23, 2018 at 11:15 PM Monte Goulding via use-livecode < use-livecode@lists.ru

Re: (browser) focus hocus pocus broke us

2018-09-23 Thread Tom Glod via use-livecode
might be dumbbut what if istead of focus on nothing you focused on another control that passes the rawkey? On Sun, Sep 23, 2018 at 9:15 AM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > One additional note, Panos suggested that browserDocumentLoadFailed might > be firi

Re: editGroup message?

2018-09-18 Thread Tom Glod via use-livecode
rol 1 into tID > stop editing > put the long id of the owner of control id tID into tGroup > > later on, should be able to... > > start editing tGroup > > At least it works in the message box. > > Brian > > On Tue, Sep 18, 2018 at 10:26 PM Tom Glod via use-live

Re: editGroup message?

2018-09-18 Thread Tom Glod via use-livecode
’t find it at > the time. I could tell if the mode was enabled, but not which background > was being edited to restore afterwards. > > Thanks, > Brian > On Sep 18, 2018, 9:30 PM -0500, Tom Glod via use-livecode < > use-livecode@lists.runrev.com>, wrote: > > I don

Re: editGroup message?

2018-09-18 Thread Tom Glod via use-livecode
I don't think there is a msg but the editbg of stack "Mystack" = true when in editing mode. On Tue, Sep 18, 2018 at 7:18 PM doc hawk via use-livecode < use-livecode@lists.runrev.com> wrote: > When choosing "edit group" from the toolbar (or otherwise), is there an > "editGroup" or similar message

Re: Navigator 6.3 alpha 1 is out -- major awesomeness!

2018-09-18 Thread Tom Glod via use-livecode
hey geoff..i came on here to find the latest version of the navigator since i had just upgraded to the 901 stable. great timing. I'm working on undoing old habits and making new ones around your navigator tool. excited to do less clicking, cheers On Tue, Sep 18, 2018 at 4:26 PM Geoff Canyon via

Re: Waaay OT: SUBLEQ

2018-09-17 Thread Tom Glod via use-livecode
thats so awesome. i may never use it but to know its even possible. thanks for introducing me to this blog Mark. On Mon, Sep 17, 2018 at 3:29 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > Here's a Turing-complete language with one(!) instruction: > > http://esoteri

Re: Livecode's CEF Builds

2018-09-11 Thread Tom Glod via use-livecode
Mark, thanks for your in depth exploration of this issue ... Richard, the coded issue for me is to allow my users to view all youtube videos as well as any other streaming site that uses h264 ...youtube uses a different codec for their live stuff and a different one for the archived stuff. the

Re: Livecode's CEF Builds

2018-09-10 Thread Tom Glod via use-livecode
can satisfy yourself that you aren’t infringing the GPL > > > distributing the standalone with CEF built with proprietary codecs > enabled > > > then you should just be able to add some notes about that to include > with > > > your source like you would note that when distribute

Re: Livecode's CEF Builds

2018-09-10 Thread Tom Glod via use-livecode
ith proprietary codecs enabled > then you should just be able to add some notes about that to include with > your source like you would note that when distributed as a standalone it > includes the LiveCode engine and where to find the source and build > instructions for that etc… although

Re: Livecode's CEF Builds

2018-09-10 Thread Tom Glod via use-livecode
So I got a msg back and they are totally down with me shipping the codec as long as I pay the fees for the # of licenses I sell past 100,000 Correct me if I am wrong, can I not put the code of my application on github as GPL 3? and build my standalones using LC with the modified CEF files ? If s

Re: Livecode's CEF Builds

2018-09-10 Thread Tom Glod via use-livecode
reciate > > Mark - can you find fault in my logic? And if not then if it is put into LC > it would have a setting for include/exclude as with the other libraries. > > I'm sure if i sold 100,000 of anything at $499 - $25,000 would be petty > cash. > > > Regards Lagi >

Re: Livecode's CEF Builds

2018-09-09 Thread Tom Glod via use-livecode
n Sun, Sep 9, 2018 at 6:35 PM Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > > > > On 10 Sep 2018, at 4:02 am, Tom Glod via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > If I do that . I then have to make my own

Re: Livecode's CEF Builds

2018-09-09 Thread Tom Glod via use-livecode
f-bomb! ty for those resources Richard. On Sun, Sep 9, 2018 at 3:48 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Tom Glod wrote: > > > On Sun, Sep 9, 2018 at 1:36 PM Mark Waddingham wrote: > > > >> H264 is patent encumbered - in order to distribute software > >

Re: Livecode's CEF Builds

2018-09-09 Thread Tom Glod via use-livecode
he flag enabled. > > Warmest Regards, > > Mark. > > Sent from my iPhone > > > On 9 Sep 2018, at 18:04, Tom Glod via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Hi Everyone, I am wondering if any of you can shed light as to why t

Livecode's CEF Builds

2018-09-09 Thread Tom Glod via use-livecode
Hi Everyone, I am wondering if any of you can shed light as to why the Chrome Embedded Framework that Livecode uses cannot be built with the h264 and MSE (and maybe other codecs?)... is there no way to notify the user of the license exception? .. or does it even matter? because no one

<    1   2   3   4   5   6   7   8   9   10   >