Re: Sets props of multiple objects from msg box
On 2/21/17 8:46 PM, Sannyasin Brahmanathaswami via use-livecode wrote: select three fields enter in msg box: set the margins of the selectedObjects to 10,10,10,10 Expected: margins of all three fields should change observed: only the first one registers a change in margins the other two do not. Is this a bug? I don't think so, you need to get the selectedObjects and run a loop. I think that's how the property inspector does it too. In fact, if this is just for development, it's easier to do it in the PI. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ 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
SVG To PNG v04
Hi Jonathan, > If you get a chance, please check out version 3 of > the LC to JS stack. I loaded it up a few days ago. > In version 2, it took 230 milliseconds to get > the first 10,000 digits of pi from an LC field and > into a variable in Javascript. In version 3, it takes > 8 milliseconds. Yes, I checked this and your previous stacks. Many, many thanks for sharing your expertise will all developers in this platform. :D I encourage you to keep publishing your very useful demos and tools that explains LC-JS interaction. > I am glad folks are starting to realize how much potential > the browser widget provides - apparently including converting > SVG to PNG :) We started more than 10 years ago, using altBrowser external from Altuit (Chipp Walters). Back then, altBrowser allowed to choose between Internet Explorer and Firefox as web browser engine. Today, Chromium Embedded Framework is a better choice. :) Ideally, we should be able to use the widget browser to run many useful libraries and (why not?) virtual machines from other programming languages: https://lansley.com/2016/09/27/javascript-my-web-browser-runs-python-and-basic-and/ Al ___ 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
Reveal in Find on Windows
for in house production tools I use an apples script or shell script to reveal a file in the finder how do we do this on windows? BR ___ 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: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)
I'm not what you would call a power user, nor do I need an editor that handles multiple languages and syntax coloring variations. I like the truly integrated LC editor just fine. It is great to see users providing options for those who need more than that. ~Roger On Feb 21, 2017 9:28 PM, "Richard Gaskin via use-livecode" < use-livecode@lists.runrev.com> wrote: > It's always exciting to see new ground explored with inter-app > communications, but with script editors I find myself wondering: > > Why not use LC's? > > If it's not on par with alternatives and for some reason can't be made to > be on par, why don't we just ship LC with an appropriately-licensed editor, > allow hooks like the ones discussed here for any other editor folks might > want, and spend the development time we used to spend on LC's editor on > other things? > > -- > Richard Gaskin > Fourth World Systems > > ___ > 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 > ___ 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
Sets props of multiple objects from msg box
select three fields enter in msg box: set the margins of the selectedObjects to 10,10,10,10 Expected: margins of all three fields should change observed: only the first one registers a change in margins the other two do not. Is this a bug? ___ 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: on-rev "HTTP_UPGRADE_INSECURE_REQUESTS"
WHAT JUST HAPPENED? The desktop app I mentioned earlier is now (around 6:15 PM Pacific time) suddenly no longer blowing up during login, and its normal speed has been restored. I suspect someone at Command Central changed a server setting... but I see my 'HTTP_UPGRADE_INSECURE_REQUESTS' is still turned on. Whatever magical thing happened, I'm very grateful. But I sure would like to know what it was so I can tell my client. Thanks - Phil On 2/21/17 3:07 PM, Phil Davis via use-livecode wrote: Thanks Bob - at least there are plenty of straws to go around. Guess I'll stop guessing and start digging. Phil On 2/21/17 2:53 PM, Bob Sneidar via use-livecode wrote: Well if it's straws you are grasping at, I can tell you we had a customer last week who has 2 copiers which suddently began failing scan to SMB share, and nothing we could do would get it to talk to the server. I had another customer call this morning with the same problem. I'm a little concerned that Microsoft "expired" (forced) an update or patch out that may be causing an issue. Bob S On Feb 21, 2017, at 14:33 , Phil Davis via use-livecodewrote: Hi folks, Today I got back to my office after a long weekend to find that a desktop app I support, which was working fine last week, is blowing up during a server login process. It's trying to log into a system that runs on an on-rev server. Looking at the server globals, I notice this one: $_SERVER[HTTP_UPGRADE_INSECURE_REQUESTS] = 1 Does anyone know if this was recently changed? (grasping at straws here) Thanks - Phil Davis ___ 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 -- Phil Davis ___ 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
Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)
It's always exciting to see new ground explored with inter-app communications, but with script editors I find myself wondering: Why not use LC's? If it's not on par with alternatives and for some reason can't be made to be on par, why don't we just ship LC with an appropriately-licensed editor, allow hooks like the ones discussed here for any other editor folks might want, and spend the development time we used to spend on LC's editor on other things? -- Richard Gaskin Fourth World Systems ___ 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: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks
On Tue, Feb 21, 2017 at 6:00 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks Trevor. Just one more question. Do I copy JUST the executable, or > the whole folder including Drivers folder etc Just the executable. -- Trevor DeVore > ___ 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: SVG To PNG v04
Thanks, Alejandro. If you get a chance, please check out version 3 of the LC to JS stack. I loaded it up a few days ago. In version 2, it took 230 milliseconds to get the first 10,000 digits of pi from an LC field and into a variable in Javascript. In version 3, it takes 8 milliseconds. I am glad folks are starting to realize how much potential the browser widget provides - apparently including converting SVG to PNG :) On Tue, Feb 21, 2017 at 2:19 PM, Alejandro Tejada via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi All, > > Download a new version of this utility stack (Draft 04) > In this version the svg file is converted to a png image > and is copied automatically from the Widget Browser > and pasted within the stack in a new png image. > > Requires LiveCode 8.1.3 or later. > > In next versions, I will include an interface for > applying scaling, clipping, grouping, svg filters, > svg transforms, etc... to imported svg. > > Many thanks again to Peter Brett and Jonathan Lynch > for posting their stacks and demonstrate how to pass > data from the Browser Widget to Livecode. > > Download the latest version of this compressed stack > from this forum thread: > http://forums.livecode.com/viewtopic.php?f=11=28384=151620#p151620 > > Al > ___ > 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 > -- Do all things with love ___ 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: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks
Thanks Trevor. Just one more question. Do I copy JUST the executable, or the whole folder including Drivers folder etc. Bob S > On Feb 21, 2017, at 15:02 , Trevor DeVore via use-livecode >wrote: > > Your are probably thinking about the linter which checks your code for > errors while you type. The LC server executable is installed locally if > you want Sublime Text to check your code for errors The linter that uses > the server executable is available here: > > https://github.com/trevordevore/sublimelinter-contrib-livecodelint > > -- > Trevor DeVore ___ 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: on-rev "HTTP_UPGRADE_INSECURE_REQUESTS"
Thanks Bob - at least there are plenty of straws to go around. Guess I'll stop guessing and start digging. Phil On 2/21/17 2:53 PM, Bob Sneidar via use-livecode wrote: Well if it's straws you are grasping at, I can tell you we had a customer last week who has 2 copiers which suddently began failing scan to SMB share, and nothing we could do would get it to talk to the server. I had another customer call this morning with the same problem. I'm a little concerned that Microsoft "expired" (forced) an update or patch out that may be causing an issue. Bob S On Feb 21, 2017, at 14:33 , Phil Davis via use-livecodewrote: Hi folks, Today I got back to my office after a long weekend to find that a desktop app I support, which was working fine last week, is blowing up during a server login process. It's trying to log into a system that runs on an on-rev server. Looking at the server globals, I notice this one: $_SERVER[HTTP_UPGRADE_INSECURE_REQUESTS] = 1 Does anyone know if this was recently changed? (grasping at straws here) Thanks - Phil Davis ___ 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 -- Phil Davis ___ 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: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks
Your are probably thinking about the linter which checks your code for errors while you type. The LC server executable is installed locally if you want Sublime Text to check your code for errors The linter that uses the server executable is available here: https://github.com/trevordevore/sublimelinter-contrib-livecodelint -- Trevor DeVore On Tue, Feb 21, 2017 at 4:29 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Oh IC! I was thinking I had to install LC Server! That helps a lot. > > Bob S > > > > On Feb 21, 2017, at 10:15 , Trevor DeVore via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > You're welcome Bob. > > > > The "server" is running locally. It is a stack in the LiveCode IDE > > listening for requests from Sublime Text (of any other editor I suppose). > > The stack is included in the Levure framework source files. Some > > enterprising soul could create a plugin for LiveCode that performs the > same > > function more generally. > > > > -- > > Trevor DeVore > > > ___ > 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 > ___ 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: on-rev "HTTP_UPGRADE_INSECURE_REQUESTS"
Well if it's straws you are grasping at, I can tell you we had a customer last week who has 2 copiers which suddently began failing scan to SMB share, and nothing we could do would get it to talk to the server. I had another customer call this morning with the same problem. I'm a little concerned that Microsoft "expired" (forced) an update or patch out that may be causing an issue. Bob S > On Feb 21, 2017, at 14:33 , Phil Davis via use-livecode >wrote: > > Hi folks, > > Today I got back to my office after a long weekend to find that a desktop app > I support, which was working fine last week, is blowing up during a server > login process. It's trying to log into a system that runs on an on-rev server. > > Looking at the server globals, I notice this one: > > $_SERVER[HTTP_UPGRADE_INSECURE_REQUESTS] = 1 > > Does anyone know if this was recently changed? > > (grasping at straws here) > > Thanks - > Phil Davis ___ 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
on-rev "HTTP_UPGRADE_INSECURE_REQUESTS"
Hi folks, Today I got back to my office after a long weekend to find that a desktop app I support, which was working fine last week, is blowing up during a server login process. It's trying to log into a system that runs on an on-rev server. Looking at the server globals, I notice this one: $_SERVER[HTTP_UPGRADE_INSECURE_REQUESTS] = 1 Does anyone know if this was recently changed? (grasping at straws here) Thanks - Phil Davis -- Phil Davis ___ 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: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks
Oh IC! I was thinking I had to install LC Server! That helps a lot. Bob S > On Feb 21, 2017, at 10:15 , Trevor DeVore via use-livecode >wrote: > > You're welcome Bob. > > The "server" is running locally. It is a stack in the LiveCode IDE > listening for requests from Sublime Text (of any other editor I suppose). > The stack is included in the Levure framework source files. Some > enterprising soul could create a plugin for LiveCode that performs the same > function more generally. > > -- > Trevor DeVore ___ 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
SVG To PNG v04
Hi All, Download a new version of this utility stack (Draft 04) In this version the svg file is converted to a png image and is copied automatically from the Widget Browser and pasted within the stack in a new png image. Requires LiveCode 8.1.3 or later. In next versions, I will include an interface for applying scaling, clipping, grouping, svg filters, svg transforms, etc... to imported svg. Many thanks again to Peter Brett and Jonathan Lynch for posting their stacks and demonstrate how to pass data from the Browser Widget to Livecode. Download the latest version of this compressed stack from this forum thread: http://forums.livecode.com/viewtopic.php?f=11=28384=151620#p151620 Al ___ 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: Inclusions on Android (was Re: Are SVG icons supposed to work on Android?)
Hi Ali (and Jacque) - thanks for responding. Here's what I'm seeing: A very simple stack with a field and a segemented widget (I've concentrated on this stack because it's an easier test for me than the SVG icon, but I think it's the same thing). Standalone settings for both Android and iOS. 1. Start with manually selected inclusions: segmented control widget checked. - App has the widget on both Android and iOS. 2. Now switch to 'search for inclusions', build new apps. - App has the widget on both Android and iOS. 3. Now switch to 'select inclusions', uncheck the segmented control widget; switch back to 'search for inclusions'. Build new apps. - App on iOS has the widget, but app on Android doesn't. In other words, it seems that the standalone builder for Android always works from the manually selected inclusions, ignoring the result of the 'search for required inclusions'. (BTW in case it turns out to make a difference to reproduce this - I'm too lazy to use Xcode and APK directly, so although in my tests both apps were being built each time, I was actually checking the results by switching the "Test Target" between an Android and an iOS device, and using "Test" - so actually building both apps twice for each condition.) Ben On 21/02/2017 18:09, Ali Lloyd via use-livecode wrote: Not as far as I know- if the search for inclusions wasn't working I would expect it to be an ide bug... does it work in a desktop standalone? On Tue, 21 Feb 2017 at 17:32, Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote: Immediately after sending the below, I decide to put that project on hold and try another one on Android - and found that a segmented control widget was missing. I switched to manually-selected inclusions, and was then able to see the segmented control widget on Android; and then went back to the previous project, manually selected SVG icons, and found thqt worked too. So, forget the question about SVG working on Android; but is there a known issue with the inclusion search not working for Android builds? TIA, Ben On 21/02/2017 17:13, Ben Rubinstein wrote: per the subject really - I added some snazzy SVG icons into my app, for no better reason than that I could - but when I built to Android, one of them didn't appear at all, and when the other is supposed to briefly fade in and out again, instead a square of approximately the same size does so. Is this a known issue? (I couldn't find any reference to it, in user guide, or QCC. Then again, the only reference to SVG in the - 8.1.3 - user guide is to say that there is a third-party library to import and export.) TIA, Ben ___ 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 ___ 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 ___ 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: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks
You're welcome Bob. The "server" is running locally. It is a stack in the LiveCode IDE listening for requests from Sublime Text (of any other editor I suppose). The stack is included in the Levure framework source files. Some enterprising soul could create a plugin for LiveCode that performs the same function more generally. -- Trevor DeVore On Tue, Feb 21, 2017 at 9:53 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Nice. Thanks for all this work Trevor. I am looking forward to using > Sublime Text as my defacto script editor. I hesitate to install a web > server only because I don't feel comfortable exposing another web server to > the internet from my employer's network. I would eventually have to explain > why I did it, which would not make the least bit of sense to the owners. > > Otherwise I will have to set this up at home. > > Bob S > > > > On Feb 20, 2017, at 12:03 , Trevor DeVore via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Hi List, > > > > I added a screencast showing how to configure a Sublime Text project to a > > notify a Levure application running in the IDE about updates to script > only > > stacks. This allows you to edit script only stacks in Sublime Text and > have > > the stack script updated in the IDE. > > > > https://www.youtube.com/watch?v=gkVo35Tb3ck > > > > -- > > Trevor DeVore > > > ___ > 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 > ___ 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: Inclusions on Android (was Re: Are SVG icons supposed to work on Android?)
Not as far as I know- if the search for inclusions wasn't working I would expect it to be an ide bug... does it work in a desktop standalone? On Tue, 21 Feb 2017 at 17:32, Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote: > Immediately after sending the below, I decide to put that project on hold > and > try another one on Android - and found that a segmented control widget was > missing. > > I switched to manually-selected inclusions, and was then able to see the > segmented control widget on Android; and then went back to the previous > project, manually selected SVG icons, and found thqt worked too. > > So, forget the question about SVG working on Android; but is there a known > issue with the inclusion search not working for Android builds? > > TIA, > > Ben > > On 21/02/2017 17:13, Ben Rubinstein wrote: > > per the subject really - I added some snazzy SVG icons into my app, for > no > > better reason than that I could - but when I built to Android, one of > them > > didn't appear at all, and when the other is supposed to briefly fade in > and > > out again, instead a square of approximately the same size does so. > > > > Is this a known issue? (I couldn't find any reference to it, in user > guide, or > > QCC. Then again, the only reference to SVG in the - 8.1.3 - user guide > is to > > say that there is a third-party library to import and export.) > > > > TIA, > > > > Ben > > ___ > 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 > ___ 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: Are SVG icons supposed to work on Android?
I'm using svg in a couple of Android apps and they work fine. You do need to make sure that SVG is selected in the Inclusions pane of the standalone settings. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On February 21, 2017 11:47:35 AM Ben Rubinstein via use-livecodewrote: per the subject really - I added some snazzy SVG icons into my app, for no better reason than that I could - but when I built to Android, one of them didn't appear at all, and when the other is supposed to briefly fade in and out again, instead a square of approximately the same size does so. Is this a known issue? (I couldn't find any reference to it, in user guide, or QCC. Then again, the only reference to SVG in the - 8.1.3 - user guide is to say that there is a third-party library to import and export.) TIA, Ben ___ 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 ___ 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
Are SVG icons supposed to work on Android?
per the subject really - I added some snazzy SVG icons into my app, for no better reason than that I could - but when I built to Android, one of them didn't appear at all, and when the other is supposed to briefly fade in and out again, instead a square of approximately the same size does so. Is this a known issue? (I couldn't find any reference to it, in user guide, or QCC. Then again, the only reference to SVG in the - 8.1.3 - user guide is to say that there is a third-party library to import and export.) TIA, Ben ___ 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
Inclusions on Android (was Re: Are SVG icons supposed to work on Android?)
Immediately after sending the below, I decide to put that project on hold and try another one on Android - and found that a segmented control widget was missing. I switched to manually-selected inclusions, and was then able to see the segmented control widget on Android; and then went back to the previous project, manually selected SVG icons, and found thqt worked too. So, forget the question about SVG working on Android; but is there a known issue with the inclusion search not working for Android builds? TIA, Ben On 21/02/2017 17:13, Ben Rubinstein wrote: per the subject really - I added some snazzy SVG icons into my app, for no better reason than that I could - but when I built to Android, one of them didn't appear at all, and when the other is supposed to briefly fade in and out again, instead a square of approximately the same size does so. Is this a known issue? (I couldn't find any reference to it, in user guide, or QCC. Then again, the only reference to SVG in the - 8.1.3 - user guide is to say that there is a third-party library to import and export.) TIA, Ben ___ 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: IconGravity vs Margins in Buttons
Hi Bob, Thanks for the response… I’ve messed with the margin settings. For example, 0,12,0,0 does move the text down realtive to the top of the button, but it also moves the icon down… I really need to just adjust the text…. I’d like to be able to set something like “textHeight” in a field for buttons. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Feb 21, 2017, at 9:57 AM, Bob Sneidar via use-livecode >wrote: > > Sounds like there are margins set. Try playing with those. > > Bob S > > >> On Feb 20, 2017, at 08:42 , Randy Hengst via use-livecode >> wrote: >> >> Hi All, >> >> I’ve been messing with using a variety of fonts in buttons coupled with a >> round icon. >> >> It’s handy to set the iconGravity of the button to “center” and have the >> text of the button line up nicely with the icon. However, I’ve noticed that >> some fonts don’t line up in the center of the icon. >> >> I’ve set the textAlign of the button to “center” >> I’ve set the iconGravity of the button to “center” >> >> Is there a way besides using textAlign to adjust only the placement of the >> text of the button separately from the icon? I’m thinking of something like >> in spreadsheet cells that have the left, right, center and top, middle, >> bottom settings. >> >> In this case, I’d like to move the text down relative to the button icon… >> the textAlign will move the text left or right without moving the icon. Is >> there a way to move the text down without moving the icon down? >> >> I’ve tried messing with “margins,” but changing those settings moves the >> text and the icon. >> >> I’m using LC 8.1.2 >> Mac OS 10.11.6 >> >> Thanks for any thoughts. >> >> be well, >> randy >> ___ >> 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 > > ___ > 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 ___ 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
Fwd: playloudness of audioclip ignored on Windows?
This is still driving me nuts. I tried setting the overall playloudness, and displaying that value in a field in the standalone. On Windows it reports 0, but still plays the click at the pre set play loudness level. Has no one else encountered this or similar? > Begin forwarded message: > > From: David V Glasgow> Subject: playloudness of audioclip ignored on Windows? > Date: 18 February 2017 12:20:03 pm GMT > To: How to use LiveCode > > I have a ‘click' audio clip that typically is played once only in any one use > of the software, as a sort of 'captured data’ indicator in response to an on > screen button. That meant that the slight delay in first playing an audio > clip was always noticeable for users. > > To get around this, I used this script to play silently once on opencard, and > then the ‘real’ click would not be laggy. > > On opencard > set the playloudness of audioclip “click.aiff” to zero > play audioclip “click.aiff” > set the playloudness of audioclip “click.aiff” to 50 > –– not sure this setting is retained, but hey ho. > end opencard > > This works fine in the ide and in Mac standadalone. No click, and no lag > when the click is needed for real. > > On Windows (10 and Vista tested so far) standalone the click is not muted, > but plays at the OS volume setting. > > I have looked through the docs and forums, but can’t see anything relevant. > Any ideas? > > Developing on Mac OS 10.12, LC 7.1.3 > > > Best wishes, > > David Glasgow ___ 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: IconGravity vs Margins in Buttons
Sounds like there are margins set. Try playing with those. Bob S > On Feb 20, 2017, at 08:42 , Randy Hengst via use-livecode >wrote: > > Hi All, > > I’ve been messing with using a variety of fonts in buttons coupled with a > round icon. > > It’s handy to set the iconGravity of the button to “center” and have the text > of the button line up nicely with the icon. However, I’ve noticed that some > fonts don’t line up in the center of the icon. > > I’ve set the textAlign of the button to “center” > I’ve set the iconGravity of the button to “center” > > Is there a way besides using textAlign to adjust only the placement of the > text of the button separately from the icon? I’m thinking of something like > in spreadsheet cells that have the left, right, center and top, middle, > bottom settings. > > In this case, I’d like to move the text down relative to the button icon… the > textAlign will move the text left or right without moving the icon. Is there > a way to move the text down without moving the icon down? > > I’ve tried messing with “margins,” but changing those settings moves the text > and the icon. > > I’m using LC 8.1.2 > Mac OS 10.11.6 > > Thanks for any thoughts. > > be well, > randy > ___ > 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 ___ 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: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks
Nice. Thanks for all this work Trevor. I am looking forward to using Sublime Text as my defacto script editor. I hesitate to install a web server only because I don't feel comfortable exposing another web server to the internet from my employer's network. I would eventually have to explain why I did it, which would not make the least bit of sense to the owners. Otherwise I will have to set this up at home. Bob S > On Feb 20, 2017, at 12:03 , Trevor DeVore via use-livecode >wrote: > > Hi List, > > I added a screencast showing how to configure a Sublime Text project to a > notify a Levure application running in the IDE about updates to script only > stacks. This allows you to edit script only stacks in Sublime Text and have > the stack script updated in the IDE. > > https://www.youtube.com/watch?v=gkVo35Tb3ck > > -- > Trevor DeVore ___ 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
[ANN] Conference - book your hotel
Dear conference participants, I would like to thank all early birds for registering for the eHUG International Mini Confernece on LiveCode. Some of you may have ordered a hotel already, while others are still contemplating what to do. Because I have received a few questions about this, here is a little information about hotels. First of all, the location of the conference is the Ibis hotel, Meistraat 9 in Antwerp, Belgium. A room in this hotel costs approximately 90 euro. More info about the hotel is available here http://tinyurl.com/za4o9ou If you want a little more luxury, you might prefer the Leonardo hotel, which is close enough to the conference location to go there on foot. The price difference between the hotels is very small. More info: http://leonardo-antwerpen.hotels-antwerpen.net/nl/#rooms Please note: registration for the conference closes tomorrow. Please, make sure to register on time. Tickets are still available at http://economy-x-talk.com/conf/ If you prefer not to use PayPal or a credit card to book your conference ticket, just contact me and we'll try to find an alternative that works 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 ___ 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: [ANN] Release 8.1.3
Congratulations! Richmond. On 2/21/17 11:57 am, panagiotis merakos via use-livecode wrote: Dear List Members, We are pleased to announce the release of LiveCode 8.1.3 Stable. By "Stable", we mean that no reported regressions have been introduced in 8.1.3, compared to the previous Stable release. LiveCode 8.1.3 contains 90 extra bug fixes and new features, compared to LiveCode 8.1.2. *Getting the Release* You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. *Feedback* Please report any bugs encountered on our BugZilla at http://quality.livecode.com/ Warmest regards, The LiveCode Team -- ___ 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 ___ 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
[ANN] Release 8.1.3
Dear List Members, We are pleased to announce the release of LiveCode 8.1.3 Stable. By "Stable", we mean that no reported regressions have been introduced in 8.1.3, compared to the previous Stable release. LiveCode 8.1.3 contains 90 extra bug fixes and new features, compared to LiveCode 8.1.2. *Getting the Release* You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. *Feedback* Please report any bugs encountered on our BugZilla at http://quality.livecode.com/ Warmest regards, The LiveCode Team -- ___ 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