Textcolor on mobile

2015-01-05 Thread Ludovic THEBAULT
Hello Strange problem here : I’ve two scrolling list fields on two differents cards, with the same settings, especially the colors. On the iOS simulator, when i select a line, the hilitecolor is fine, but for one field the text color become white whatever the setting i choose for the textcolor

Re: Moving a Group Smoothly

2015-01-05 Thread J. Landman Gay
On 1/5/2015 5:55 PM, Mike Bonner wrote: Don't know if it will help, but have you set the layermode of the group to dynamic, and set the acceleratedrendering of the stack to true prior to the move? That's what I was going to suggest too. It's necessary. Also, only the group should be dynamic; e

Re: Code repository

2015-01-05 Thread Mark Wieder
Ethan- Monday, January 5, 2015, 5:47:12 PM, you wrote: > What LiveCode and LiveCode related code repositories are publicly open ? > I see these on GitHub: > https://github.com/runrevmichael/livecode.git > https://github.com/runrevali/livecode.git > https://github.com/runrevfraser/livecode.git >

Re: Licensing

2015-01-05 Thread Bill Vlahos
In this case the software in question (like my lcTaskList) is a tool for use in the IDE not a library or object that would be included in a product made with LiveCode. There is no way to tell if this software is written in the Community Edition vs. the Commercial Edition. If the program was pas

Re: Project Browser vs App Browser (was "script scope variables inexplicably becoming unset")

2015-01-05 Thread Mark Wieder
Pete- Monday, January 5, 2015, 10:23:45 AM, you wrote: > Thanks for that clear explanation Mark. Your method sounds like exactly > what I'm looking for. As far as the license, should I start by checking > out the Creative Commons license? For some reason unclear to me (IANAL) Creative Commons

Code repository

2015-01-05 Thread Ethan Lish
What LiveCode and LiveCode related code repositories are publicly open ? I see these on GitHub: https://github.com/runrevmichael/livecode.git https://github.com/runrevali/livecode.git https://github.com/runrevfraser/livecode.git https://github.com/runrevsebastien/livecode.git https://github.com/ru

Re: Licensing

2015-01-05 Thread Andrew Kluthe
No, I think it would have to use the same license as livecode in this situation as all applications made with community edition are required to comply as well. Unless, runrev makes an exception and allows you to run non-gpl plugins in their gpl ide (stacks made by commercial version but used in the

Re: [ANN] New Version of the MasterLibrary is available

2015-01-05 Thread Magicgate Software - Skip Kimpel
Never mind. I didn't realize you had to "check" the box next to the function you wanted to insert. I thought by clicking on it and loading it into the examples / notes screen was good enough. So in short, I was able to make it work. Sorry for the confusion! SKIP On Mon, Jan 5, 2015 at 8:16 PM

Re: [ANN] New Version of the MasterLibrary is available

2015-01-05 Thread Magicgate Software - Skip Kimpel
Question: When I try to "insert script" after choosing the target stack I always get "Do you really want to set the Library Scripts of stack Untitled 1 to empty" After I choose Yes, the dialog box goes away nothing appears to have happened. Obviously my test stack is "Untitled 1" but I am assumin

Re: [ANN] New Version of the MasterLibrary is available

2015-01-05 Thread William Prothero
Michael: This looks very interesting and it should be useful when casting around for code when the lc function names and properties don’t seem obvious. Thanks! Bill > On Jan 5, 2015, at 11:52 AM, Michael Doub wrote: > > I just made available the latest version of the MasterLibrary. I added a

iconGravity

2015-01-05 Thread Eric Corbett
Cool new button property I discovered finally (new to me anyway). Any way to set the iconGravity to left, the textAlign to left and have the label start next to the icon without having to add spaces in front of the label? Thanks, - Eric ___ use-live

Re: Moving a Group Smoothly

2015-01-05 Thread Mike Bonner
Don't know if it will help, but have you set the layermode of the group to dynamic, and set the acceleratedrendering of the stack to true prior to the move? Also, since I assume you don't want the user to do anything else while the move is going on, you might try a tight loop, and slide the group

Re: building cross-platform Windows and Mac

2015-01-05 Thread Devin Asay
On Jan 5, 2015, at 3:53 PM, william humphrey wrote: > I noticed that √ which is a checkmark on Mac-OS is | a pipe symbol on Windows. > > Is there a font I can choose on my design that will work the same on > Windows and Mac? > > I hope I don't have to put a bunch of "check which platform and d

Re: Moving a Group Smoothly

2015-01-05 Thread BNig
You could try to set the syncRate to e.g. 8 and see if that helps enough. Often it smoothes movements sufficiently. Default is 20, contrary to the dictionary a lower syncRate speeds up screen redraws whereas a higher syncRate slows down the screen redraws and increases "stutter" You might want to

Re: Licensing

2015-01-05 Thread Vaughn Clement
Hi Pete Did you ever get the solution for the Beta from LiveCode? I am still waiting to hear back from you when it is solved? Thank you Vaughn Clement On Target Solutions LLC (Support) On Target Solutions LLC Website: http://www.ontargetsolutions.biz Email: ontargetsoluti...@yahoo.com Skype: va

Re: building cross-platform Windows and Mac

2015-01-05 Thread Paul Dupuis
On 1/5/2015 5:53 PM, william humphrey wrote: > I noticed that √ which is a checkmark on Mac-OS is | a pipe symbol on Windows. > > Is there a font I can choose on my design that will work the same on > Windows and Mac? > > I hope I don't have to put a bunch of "check which platform and do > this or

building cross-platform Windows and Mac

2015-01-05 Thread william humphrey
I noticed that √ which is a checkmark on Mac-OS is | a pipe symbol on Windows. Is there a font I can choose on my design that will work the same on Windows and Mac? I hope I don't have to put a bunch of "check which platform and do this or that". I assumed the font characters were the same and I

Re: Moving a Group Smoothly

2015-01-05 Thread Colin Holgate
I did a test, and at first the movement seemed smooth, more so in v7.0.1 than in v6.6.4. Then I tried making the group more complicated, and things were less smooth. So then I made a ridiculously complex group, and tried this test: on mouseUp if the shiftkey is down then move group 1 t

Re: Licensing

2015-01-05 Thread Charles E Buchwald
I'd be very curious about this myself. I have some newer versions of some of tools which I have given away in the past, and I would like to release some kind of paid versions - Charles > On 05 Jan 2015, at 2:28 PM, Peter Haworth wrote: > > I'm still highly confused about how to license lcS

Re: Moving a Group Smoothly

2015-01-05 Thread Roger Guay
True enough on the longer distances! Have you tried any version 6 of LC? If so, does it do better? Cheers, Roger > On Jan 5, 2015, at 12:19 PM, Brahmanathaswami wrote: > > Given that, e.g. settingDialog group is offset from this location by, say a > "long" distance of 500 pixels. > > if y

Licensing

2015-01-05 Thread Peter Haworth
I'm still highly confused about how to license lcStackBrowser in a way that allows it to be run in the Community Edition. >From the programing perspective, it's a couple of minutes work to remove the password protection. There will still be a charge for a license. The major issue I have if I unde

[ANN] New Version of the MasterLibrary is available

2015-01-05 Thread Michael Doub
I just made available the latest version of the MasterLibrary. I added a reference to a standalone library that can be used to generate test data. Below you can see what has been added in the last few releases. Enjoy... https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=

Re: group id exists but yet not . . .

2015-01-05 Thread J. Landman Gay
On 1/4/2015 7:20 PM, Dr. Hawkins wrote: What's confusing me here is not whether or not it*should* work (which is its own set of issues), but that there is a difference between these two. They were: put exists(group id 1004 of group id of card id 1016 of stack "nv") && exists(group id 1

Re: Moving a Group Smoothly

2015-01-05 Thread Brahmanathaswami
This works, but if you use any slow option Given that, e.g. settingDialog group is offset from this location by, say a "long" distance of 500 pixels. if you move to the new location over one second.. it still "stutters" across the screen. move group "SettingsDialog" to 291,351 in 1 seconds

Re: Project Browser vs App Browser (was "script scope variables inexplicably becoming unset")

2015-01-05 Thread Peter Haworth
On Mon, Jan 5, 2015 at 12:44 AM, FlexibleLearning.com < ad...@flexiblelearning.com> wrote: > I think most folks are only interested in whether it actually works, > whether > it suits their workflow, and whether it does what they need. > I agree with that. My own personal approach to that is that

Re: Project Browser vs App Browser (was "script scope variables inexplicably becoming unset")

2015-01-05 Thread Peter Haworth
Thanks for that clear explanation Mark. Your method sounds like exactly what I'm looking for. As far as the license, should I start by checking out the Creative Commons license? Pete lcSQL Software Home of lcStackBrowser and SQLit

Re: Editing datagrid cells

2015-01-05 Thread Peter Haworth
Thanks Simon. I found a slightly different solution to my original problems which might be of use to you. To recap, they were: how to popup a contextual menu in the field editor and how to recognize that the user has changed the data in the field editor but not escaped/tabbed out of it. The latt

Re: put URL error

2015-01-05 Thread Peter Haworth
Thanks Dave. I'm running the app as administrator and I did "answer" the URL right before it's used and it looks fine. I'll check the permissions but I think a problem there would have caused the same error on OSX. Good idea to try another url, probably two actually, one on the same host and one

Re: Is there a way to replace a built-in function?

2015-01-05 Thread dunbarx
Graham. Ah, I see. The user can actually write the function. Your interception gadget is very interesting. Sort of like a spell-check, but does not change the visible text, it just "corrects" it internally. I never needed to to that. Cool. Craig -Original Message- From: Graham Sa

Re: Debugging plugins

2015-01-05 Thread Bjoernke von Gierke
I think your question is a bit vague? Here's two possible answers: 1. There's a way to insert your own breakpoints without using the script editor GUI. there's a 'breakpoint command', I suggest to look it up in the dictionary. 2. If you disabled debugging mode in the script editor, then you can'

Re: Is there a way to replace a built-in function?

2015-01-05 Thread Graham Samuel
Hi Craig - thanks for the reply. Yes, that’s what I’m having to do - but since my app allows the user to write formulae directly, I need to cheat so the user writes ln(x) and I intervene and redirect this to my adjusted version of the function, myLn. Luckily at the heart of the my app is a par

Re: Debugging plugins

2015-01-05 Thread Mark Wieder
Geoff- Monday, January 5, 2015, 8:16:44 AM, you wrote: > I have a vague recollection of there being a way to get breakpoints to work > in "rev" stacks. I thought it was a preference setting, but I don't see it. > Anyone know what the setting/property is for that? global gRevDevelopment;put true

Debugging plugins

2015-01-05 Thread Geoff Canyon
I have a vague recollection of there being a way to get breakpoints to work in "rev" stacks. I thought it was a preference setting, but I don't see it. Anyone know what the setting/property is for that? ___ use-livecode mailing list use-livecode@lists.run

Re: LC 7.0.1 RC4/Windows 7 - Dictionary disappears

2015-01-05 Thread Bernard Devlin
Brilliant. Thanks Bjoernke! Now that you tell me, I do remember seeing that happen years ago (probably with the dictionary then too). I do love it when you gurus answer a question, as I'm 99% sure the answer is going to be right before anyone even attempts to try the solution. I'll bet it's the

Re: Is there a way to replace a built-in function?

2015-01-05 Thread dunbarx
Graham I thought the ability of HC to allow this was a plus. The best example was the "round" function, which, with a ".5" in the decimal portion of an argument, alternately rounded the integer portion up or down depending on whether that integer was odd or even. Most people, like me, interc

Re: LC 7.0.1 RC4/Windows 7 - Dictionary disappears

2015-01-05 Thread Bjoernke von Gierke
Never seen that. But usually when that happens to IDE stuff, the stack was set to a weird location, like -1292934,2234234 probably by the geometry manager. And then the IDE goes on to save the position in the preference stack. If this is the problem here, then try to set the location to a sensib

LC 7.0.1 RC4/Windows 7 - Dictionary disappears

2015-01-05 Thread Bernard Devlin
Sometimes the dictionary will not appear, even though it's listed as open in the IDE. According to the openStacks() it is open, and querying the visible of it returns "true". I can see it listed in the Windows of the IDE. I can bring it up in the Application Browser and inspect its properties.

Re: put URL error

2015-01-05 Thread Dave Kilroy
Hi Pete What permissions do you have on that file and containing folder? Can your app on win8 do a 'put' with other files/locations? What happens if you run your app on win8 'as administrator'? Could your win8 AV be interfering? The final straw to grasp I can think of for now is to do an Answer of

Is there a way to replace a built-in function?

2015-01-05 Thread Graham Samuel
On the face of it, it’s impossible to replace a built-in function in LC. For example, take the function ln(x) - that’s natural logarithm. I’d like to redefine ln(x), but I can’t because the compiler won’t let me use a reserved word in a function definition. I wonder if anyone can suggest a tric

7.0.1 Windows Community Installer

2015-01-05 Thread Fraser Gordon
The 7.0.1 Community installer for Windows has now been re-uploaded. Looks like something went wrong during the original upload process. Regards, Fraser ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, uns

Re: Editing datagrid cells

2015-01-05 Thread Simon Knight
I added a custom prop to store the name of the field being edited following a suggestion made on the Livecode forum. I added this line to the EditValue handler in the Row Behavior script : set the cFieldName of grp "DgNotes" to pKey -- store this for use in the custom field editor. Code in the

Re: Standalone on Raspberry Pi

2015-01-05 Thread Peter W A Wood
Hi Fraser On Monday, 5 January 2015, Fraser Gordon wrote: > On 03/01/2015 23:46, Peter W A Wood wrote: > > Hi Kenji > > > > As I understand the Linux option in the Standalone Settings creates a > standalone for an Intel-based computer. At the moment, there isn’t an > option to create a standalon

Re: Project Browser vs App Browser (was "script scope variables inexplicably becoming unset")

2015-01-05 Thread FlexibleLearning.com
Like Bill, I faced the same issue with ControlManager. I also decided to release it as Community Compatible so it works on all versions of LiveCode and included a video... www.FlexibleLearning.com/controlmanager www.youtube.com/watch?v=QtrhtSXCsfk I think most folks are only interested in whethe