Re: Widget TurnImage89_v100

2019-02-07 Thread William Prothero via use-livecode
Hermann: I just downloaded the sample stack for the first time yesterday. But I’ll try this: > ** And before going to "Sample Stacks" please clear the revonline > cache in the LC preferences. ** Thanks, Bill > On Feb 7, 2019, at 5:36 PM, hh via use-livecode > wrote: > > Bill, > > the

Re: Widget TurnImage89_v100

2019-02-07 Thread hh via use-livecode
Bill, the installer button should work, did you use an earlier stack? The widget is not downloaded by the installer button but is a custom property of the downloaded stack: ** You have to download the sample stack for each new version. ** Sorry, as soon as the "widgets store" works I'll use that.

Re: Windows notifications

2019-02-07 Thread Mark Wieder via use-livecode
On 2/7/19 4:21 PM, Tom Glod via use-livecode wrote: doesn't the livecode updater display a normal windows notification? how do they do it?.. i have a similar challange right now.so this is very interesting. my only workaround so far is to open a stack with what i need and snap it to the

Re: Windows notifications

2019-02-07 Thread Tom Glod via use-livecode
doesn't the livecode updater display a normal windows notification? how do they do it?.. i have a similar challange right now.so this is very interesting. my only workaround so far is to open a stack with what i need and snap it to the bottom right and make it look like it came from the

Re: Windows notifications

2019-02-07 Thread Bob Sneidar via use-livecode
Create a standalone with socket communications and send commands to it to show, hide and anything else you need the stack to do. The real trick is to build it so that it doesn't show up in the taskbar, else people will close it. When your app opens, launch the executable with the stack hidden.

Devolution Problem

2019-02-07 Thread William Prothero via use-livecode
Richard: Hi, I am having a problem getting Devolution to save new projects in the project browser. I enter a new project, it shows up and opens normally, but if I quit Livecode, it doesn’t save the most recent project I entered, although previously entered projects continue to be listed. I

Re: Widget TurnImage89_v100

2019-02-07 Thread William Prothero via use-livecode
Hermann: I’m trying to install your turnImage sample stack. When I click on the “Install the turnImage widget for LC 8+9” button, I get an error message: “extension missing from “…/community.livecode.hermann.turnimage.1.0.0” So, I can’t install the widget. I’m on MacOS, 10.14.2, LC 9.0.2. I

Windows notifications

2019-02-07 Thread Andrew Bell via use-livecode
I am trying to modify a Windows stack to alert the user when a particular event happens while the app is in the background or minimized. Something like mergNotify, but for Windows, would be ideal. My first thought was to change the taskbar icon, like Outlook does when I have a new email or

Re: Widget TurnImage89_v100

2019-02-07 Thread hh via use-livecode
The widget has a huge background or transparency, needed for the turns and rotation. So I added a "clickedInTransparency" message that you can use, see tab "Custom" of the property inspector for an example script. Deinstall the old version and download version 1.1.0 from the sample stack, still

Re: LiveCode Builder language Library Tutorials

2019-02-07 Thread hh via use-livecode
> Al wrote: > Where could I find Tutorials for creating LCB Libraries > (not widgets)? https://livecode.com/topic/creating-an-lcb-library/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

LiveCode Builder language Library Tutorials

2019-02-07 Thread Alejandro Tejada via use-livecode
Hi All, Where could I find Tutorials for creating LCB Libraries (not widgets)? Thanks in advance! Al ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Mac Desktop App - No Longer Save to the Engine/Resourses Folder?

2019-02-07 Thread Bob Sneidar via use-livecode
It's my understanding that permissions to files in the package of a standalone are read only for the user, the admin group and the everyone group. The stack will work in memory, but you cannot save it without write permissions. What you might consider is a terminal script you run on your

Re: Load Images Into Memory

2019-02-07 Thread Rick Harrison via use-livecode
Hi Sannyasin, I just woke up and I’m not sure I am following what you are trying to do at all, except that you are wanting images to be preloaded into your stack. Are you doing Import As Control —> Image File That should load preload the image into memory into your stack so you don’t experience

Re: Load Images Into Memory

2019-02-07 Thread Klaus major-k via use-livecode
Hi Swami, > Am 07.02.2019 um 15:48 schrieb Sannyasin Brahmanathaswami via use-livecode > : > > On mobile, you need one stack always open. > > Which is typically is the standalone, including init all libs, models, > livecodescript stacks etc. I call it the > BootStack > You hide it right

Load Images Into Memory

2019-02-07 Thread Sannyasin Brahmanathaswami via use-livecode
On mobile, you need one stack always open. Which is typically is the standalone, including init all libs, models, livecodescript stacks etc. I call it the BootStack You hide it right away. Additionally on Cards 2,3,4,5 etc. of the boot stack, I’ll keep images which we use anywhere in the