Re: can't open file on web server

2017-01-26 Thread Malte Brill via use-livecode
Hi Tiemo, did you try the URL directly without using the binfile keyword? put URL „http://www.somServer/someImage.jpg “ into img „myImage“ ? This works here. If you are using either the file or binfile keyword you are indicating file access to the engine,

Re: Run processes/effects simultaneously with a visual effect ?

2017-01-26 Thread Klaus major-k via use-livecode
Hi Swami, > Am 26.01.2017 um 19:09 schrieb Sannyasin Brahmanathaswami via use-livecode > : > > I'm looking to "dress" up our new app with more elegant visuals. > I was using send in time to a handle that changes the blendlevel of small > objects… this works well

Re: Delete element from array

2017-01-26 Thread Sannyasin Brahmanathaswami via use-livecode
Thank. Yes.. it is there in the dictionary but I glossed over it somehow. Not sure the new dictionary is an improvement of the one we had all these years… @Bernd: is your dictionary plug in working in the latest 8+ versions of LC? On 1/24/17, 5:04 PM, "use-livecode on behalf of Phil Davis

Run processes/effects simultaneously with a visual effect ?

2017-01-26 Thread Sannyasin Brahmanathaswami via use-livecode
I'm looking to "dress" up our new app with more elegant visuals. I was using send in time to a handle that changes the blendlevel of small objects… this works well and is none blocking. But someone asked "Why don't you just use dissolve?" Duh.. the dictionary doesn't give the platforms that

Re: copyKey

2017-01-26 Thread Richmond Mathewson via use-livecode
Thank you, Klaus! On 1/26/17 9:51 pm, Klaus major-k via use-livecode wrote: Hi Richmond, Am 26.01.2017 um 20:46 schrieb Richmond Mathewson via use-livecode : I'm trying to disable copying from textFields throughout a stack and tried this in the stackScript:

Script editor chops "end handler" to "nd handler"

2017-01-26 Thread Sannyasin Brahmanathaswami via use-livecode
I have a bug report on this but HQ says they cannot replicate it. Today I think I have a definitive recipe. Can you try and confirm? Symptom: the "e" at the beginning of the last line end of handlers is getting chopped off on closeStack if the environment is "mobile" then scroller_Delete

Snippet to show status bar on mobile

2017-01-26 Thread Sannyasin Brahmanathaswami via use-livecode
Do we have control over the layer of the native device top status status bar? is it always on topmost layer? if so then we have to dynamically hide and show it if we want to occupy the whole screen OR is it always on the background layer if so then we simply have some objects on higher top

Re: copyKey

2017-01-26 Thread Peter Bogdanoff via use-livecode
I think you don’t want to pass copyKey, but trap it. > On Jan 26, 2017, at 2:46 PM, Richmond Mathewson via use-livecode > wrote: > > I'm trying to disable copying from textFields throughout a stack and tried > this in > the stackScript: > > on copyKey >

Re: copyKey

2017-01-26 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 26.01.2017 um 20:51 schrieb Klaus major-k via use-livecode > : > > Hi Richmond, > >> Am 26.01.2017 um 20:46 schrieb Richmond Mathewson via use-livecode >> : >> >> I'm trying to disable copying from textFields

modTableField mobile

2017-01-26 Thread Mike Kerner via use-livecode
Has anyone messed around with modTableField on mobile? I've always used DG's with scrollers, but the performance is sketchy. -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours,

copyKey

2017-01-26 Thread Richmond Mathewson via use-livecode
I'm trying to disable copying from textFields throughout a stack and tried this in the stackScript: on copyKey answer "Hard Cheese, Buster; this is a Demo!" pass copyKey end copyKey copying of selectedText in a field still occurred . . . I tried it in a cardScript . . . nix and I tried

Re: Dumb deployment question

2017-01-26 Thread Malte Brill via use-livecode
Hey Trevor, https://github.com/trevordevore/levure this is looking like a potential winner. I would love to see how involved it is to move an existing application over to the framework. I have a rather big application that uses a couple of substacks

Re: copyKey

2017-01-26 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 26.01.2017 um 20:46 schrieb Richmond Mathewson via use-livecode > : > > I'm trying to disable copying from textFields throughout a stack and tried > this in > the stackScript: > > on copyKey > answer "Hard Cheese, Buster; this is a Demo!" >

Re: 8.1.3 (RC1) Invoking Script Editor Failing Everywhere

2017-01-26 Thread Sannyasin Brahmanathaswami via use-livecode
Turns out it was one of my plug ins… you can see the bug report where the problem was attributed to the DataGrid Helper… but I don't use the DGH and I had problems with an old old stack I've had for 15 years called "Favorites.livecode" build circa 2000 or earlier and migrating forward over

Re: Delete element from array

2017-01-26 Thread Sannyasin Brahmanathaswami via use-livecode
Others can please chime in here… I'm not sure exactly why the new dictionary is "irritating" but it is. let's say I want to see all the properties for buttons. I think the old dictionary gave us that option. Now if I click on "association "button" and click type "properties" I get the

Re: Run processes/effects simultaneously with a visual effect ?

2017-01-26 Thread Sannyasin Brahmanathaswami via use-livecode
Ha! Klaus.. Jai Ganesha! Awesome this works (yet to test on mobile) on mouseUp set the effectrate to 500 lock screen for visual effect put the long Id of image "stone" into pHiddenImage put the long Id of image "night" into pVisibleImage show tHiddenImage hide

can't open file on web server

2017-01-26 Thread Tiemo Hollmann TB via use-livecode
Hello, I have a field "MediaFileLink", the content is a URL to an image on a web server like "http://myServer/myPath/myImage.jpg; this works in IDE: *set the filename of img "productimage" to field "MediaFileLink"* This works not in IDE: *put URL ("binfile:" & field "MediaFileLink) into image

RE: Dumb deployment question

2017-01-26 Thread Erik Beugelaar via use-livecode
The Levure framework will be a big step forward for starters building LiveCode apps in a structured way. It also explains the Message Path filosophy in the current framework just by reading the code. Trevor, you have my vote to publish an article of it in the next blog post on the website of

Re: Delete element from array

2017-01-26 Thread BNig via use-livecode
> @Bernd: is your dictionary plug in working in the latest 8+ versions of > LC? That is Björnke who did the plug in. Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Delete-element-from-array-tp4711916p4711957.html Sent from the Revolution

Re: Delete element from array

2017-01-26 Thread Ali Lloyd via use-livecode
Hi Brahma, Goes without saying perhaps but it would be extremely helpful if you could articulate *why* you find this information harder to come by in the current dictionary. Thanks! On Thu, 26 Jan 2017 at 20:37, BNig via use-livecode < use-livecode@lists.runrev.com> wrote: > @Bernd: is your

Re: SubMenu

2017-01-26 Thread J. Landman Gay via use-livecode
I don't see a way to add submenus to the left-hand list. That might be the problem. Only the menu items on the right side allow that. If you want to create submenus in the main menus on the left, I think you have to do it manually in the property inspector by adding tabs in front of submenu