Re: Does Version 7.0.4 work with Xcode 6.3.1?

2015-04-26 Thread Dave Kilroy
Thank you for the background info Mark Mark Waddingham-2 wrote There are three factors here - technical, legal and resource. - The difference between genius and stupidity is; genius has its limits. - Albert Einstein -- View this message in context:

Print Card on Mac

2015-04-26 Thread Terence Heaford
When using Print Card form the IDE on a Mac should I see the menubar at the top of the window? If the answer is no then is there a setting somewhere? Please see this image: https://dl.dropboxusercontent.com/u/98788898/LiveCode/Screen%20Shot.png

Re: Does Version 7.0.4 work with Xcode 6.3.1?

2015-04-26 Thread Mark Waddingham
I should perhaps point out that 6.7.5 and 7.0.5 will both still support Xcode 6.2 and building against the iOS 8.2 SDK. Apple dropped support for Mavericks with Xcode 6.3, but have yet to bar apps built against the iOS 8.2 SDK from the appstore, so we have to support both Xcode 6.2 and Xcode

Re: Does Version 7.0.4 work with Xcode 6.3.1?

2015-04-26 Thread Richmond
On 26/04/15 01:42, Peter M. Brigham wrote: Never try to argue with people who buy ink by the gallon. I buy ink by the litre, and people are always picking fights with me. Obviously time to abandon metric units . . . LOL. And there is where the rub is: compatibility between different types of

Re: Print Card on Mac

2015-04-26 Thread Terence Heaford
On 26 Apr 2015, at 08:43, Mark Schonewille m.schonewi...@economy-x-talk.com wrote: print card from 0,22 to the bottomRight of this cd Thanks Mark, I am aware of this solution but…. Is what I am seeing correct/expected or is it a bug? Thanks Terry

Command-F in My menu - Mac

2015-04-26 Thread Terence Heaford
I have my own menu in which I have a Find… menu item. I have applied a shortcut command-F to the menu item. When I select the menu item with the mouse the script works but when I command-F the menu flashes but nothing happens. Here is the script. on menuPick pItemName switch pItemName

Re: Print Card on Mac

2015-04-26 Thread Mark Schonewille
It looks like the print card command prints the part that was hidden by setting the vscroll to 20 (or is it 22). Try printing only an area of the card print card from 0,22 to the bottomRight of this cd -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the

Re: Does Version 7.0.4 work with Xcode 6.3.1?

2015-04-26 Thread Matthias Rebbe | M-R-D
Mark, maybe a dumb question, but.. How is the 8.2 SDK selected when building an iOS standalone? Do i have to have only Xcode 6.2 added to the „Mobile Support“ section in LC prefs without having Xcode 6.3 added? I still have no clue how the „Build for“ in standalone settings does work or what

[OT] Endless OS

2015-04-26 Thread Richmond
I wonder if this is a plastic bath-toy or something that might get a semi-respectable market share: https://endlessm.com/ The computer is pitched at the 'poor' end of the spectrum, yet it costs $169 when I bought a proper second hand DELL for $50. Mind you the design tells me that the

Re: Print Card on Mac

2015-04-26 Thread Mark Schonewille
I wouldn't know, Terry. If you expect the entire card to be printed, not; if you expect visible parts to be printed only, then not. Suppose it were a bug and you want to print the scrolled part of the card. If the bug were fixed, you'd have to find a workaround for that. I think it doesn't

Re: Does Version 7.0.4 work with Xcode 6.3.1?

2015-04-26 Thread Matthias Rebbe | M-R-D
Monte, i know. My comment was not a complaint. For RunRev and externals devs like you It´s like a chase when a new xCode or SDK comes out. Matthias Am 26.04.2015 um 05:12 schrieb Monte Goulding mo...@sweattechnologies.com: Unfortunately I'm one step further down the food chain so I wait

Re: Print Card on Mac

2015-04-26 Thread Mark Waddingham
I'd say not a bug. If print this card took into account the vscroll due to menus on a Mac, then the same code would have a different effect on Windows where the menu objects are not scrolled away. Mark Sent from my iPhone On 26 Apr 2015, at 08:48, Terence Heaford t.heaf...@icloud.com wrote:

Re: Does Version 7.0.4 work with Xcode 6.3.1?

2015-04-26 Thread Ralph DiMola
So does this mean that I have to upgrade to Mavericks to use the next release for iOS builds? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net div Original message /divdivFrom: Mark Waddingham m...@livecode.com /divdivDate:04/26/2015 03:47

Re: Can livecode do this?

2015-04-26 Thread William Prothero
I have 3 players playing sounds with a looping background in two players, to create a continuous background sound. It works very well. Now I’m wondering if the player that is dragged from the IDE palette is the AV Foundation player, or the old one that uses Quicktime. Do I have to do anything

Re: Can livecode do this?

2015-04-26 Thread William Prothero
You can ignore my question about the AVFoundation player. It is in current versions of livecode.. One thing to note is that the livecode LESSONS on their site is for the old player. Confusing for folks who are just now starting to use the player. Regards, Bill William A. Prothero

Re: Does Version 7.0.4 work with Xcode 6.3.1?

2015-04-26 Thread Mark Waddingham
At some point Apple will no doubt stop accepting apps built against the 8.2 SDK which means that you will need, at that point, you will need 10.10 (Yosemite) so you can install Xcode 6.3 and build against the 8.3 (or higher) iOS SDK. Mark Sent from my iPhone On 26 Apr 2015, at 15:27, Ralph

Re: Does Version 7.0.4 work with Xcode 6.3.1?

2015-04-26 Thread Mark Waddingham
I believe it checks each listed Xcode for the iOS sdk in order and uses the first which contains the sdk it needs for that sdk. So if you have 6.2 and 6.3 listed, it should pick up the 8.2 SDK from Xcode 6.2, as Xcode 6.3 does not contain the iOS 8.3 SDK. Sent from my iPhone On 26 Apr 2015,

Re: Command-F in My menu - Mac

2015-04-26 Thread Terence Heaford
On 26 Apr 2015, at 10:36, Terence Heaford t.heaf...@icloud.com wrote: There appears to be something awry somewhere? Here is a screenshot of Menu Builder: https://dl.dropboxusercontent.com/u/98788898/LiveCode/MenuBuilder.png

Re: Command-F in My menu - Mac

2015-04-26 Thread Terence Heaford
I have others set up and this is the situation: New… command-N (works) Open… command-O (works) Close… command-W (does not work) (but does work with a mouse) There appears to be something awry somewhere? All the best Terry On 26 Apr 2015, at 10:17, Terence Heaford t.heaf...@icloud.com

Re: struggling with player

2015-04-26 Thread Klaus major-k
Hi Bill, Am 27.04.2015 um 00:04 schrieb William Prothero proth...@earthednet.org: Klaus: Yeah, just as I posted this, I noticed in the user guide that it was the playLoudness. I used that and it did change the loudness. However, I’m still having trouble getting the players to play

Re: [OT] Endless OS

2015-04-26 Thread Roger Eller
This is also $169, but available NOW, sans style, and has both HDMI and VGA. http://www.amazon.com/dp/B00SCBWF52?psc=1 https https://www.youtube.com/watch?v=1GBo8y9IZcM:// https://www.youtube.com/watch?v=1GBo8y9IZcMwww.youtube.com https://www.youtube.com/watch?v=1GBo8y9IZcM/watch?v=1GBo8y9IZcM

Re: struggling with player

2015-04-26 Thread William Prothero
Klaus: Yeah, just as I posted this, I noticed in the user guide that it was the playLoudness. I used that and it did change the loudness. However, I’m still having trouble getting the players to play continuously when I drag the loudness scroller. I have 3 players going simultaneously and I’m

Re: Android Intents/iOS Extensions?

2015-04-26 Thread Monte Goulding
On 25 Apr 2015, at 5:42 am, J. Landman Gay jac...@hyperactivesw.com wrote: I'm still trying to figure out why my manifest isn't working but yours does. Do you think line endings matter? I've got mine set up with Linux endings. I'm not sure... I think what you need to do is set a breakpoint

struggling with player

2015-04-26 Thread William Prothero
Folks: I’m trying to make an audio player that has a background sound, then various sounds playing at specific times, with the background sound continuing. Playing both sounds at the same time works well. However, I can’t get the loudness to change and can’t get the loudness to change

Enabling/Disabling MenuItems in LC

2015-04-26 Thread Terence Heaford
I have implemented the following script in the menubar to enable/disable menuItems. Is this the normal way of doing this or is there another way as I am getting strange behaviour. The shortcut keys I have set do not work for these items. menuItem 3 of menu File — close menuItem 1 of menu

RE: Does Version 7.0.4 work with Xcode 6.3.1?

2015-04-26 Thread Ralph DiMola
Mark, Thanks for the help! What I was saying is that I will need to use the next version of LC because of the iOS hard crashes. This new release will be linked against Xcode 6.3. This will require me to use Xcode 6.3.1. That will require me to upgrade to OS X 10.10. Correct? If so I will start

Re: struggling with player

2015-04-26 Thread Klaus major-k
Hi Bill, Am 26.04.2015 um 23:38 schrieb William Prothero proth...@earthednet.org: Folks: I’m trying to make an audio player that has a background sound, then various sounds playing at specific times, with the background sound continuing. Playing both sounds at the same time works well.

Re: Does Version 7.0.4 work with Xcode 6.3.1?

2015-04-26 Thread Mark Waddingham
Oops - perhaps not as clear as I should have been. The next .5 releases will support both 8.2 and 8.3. We'll continue to build for 8.2 until Apple stops accepting apps linked against it in the App Store. Mark. Sent from my iPhone On 26 Apr 2015, at 20:23, Ralph DiMola

Re: [OT] Endless OS

2015-04-26 Thread Colin Holgate
I have emailed them to ask if they intend to have an app store, and if so what tools developers would need to use. As for the price, don’t forget that it comes with dozens of applications, and can be used without Internet. I did put my name down for the 500 GB version. It will no doubt ship

Re: Command-F in My menu - Mac

2015-04-26 Thread J. Landman Gay
On 4/26/2015 12:56 PM, Terence Heaford wrote: Just tried this code snippet put the text of menu Actions into tText put Find.../cmd F into line 2 of tText set the text of menu Actions to tText The menu works by mouse but command-F highlights the menubar but does not call the

Re: [OT] Endless OS

2015-04-26 Thread Richard Gaskin
Richmond wrote: I wonder if this is a plastic bath-toy or something that might get a semi-respectable market share: https://endlessm.com/ The computer is pitched at the 'poor' end of the spectrum, yet it costs $169 when I bought a proper second hand DELL for $50. The cost isn't bad, but

Re: Command-F in My menu - Mac

2015-04-26 Thread Terence Heaford
I believe there is a bug in LiveCode. Can someone please confirm this? Just tried this code snippet put the text of menu Actions into tText put Find.../cmd F into line 2 of tText set the text of menu Actions to tText The menu works by mouse but command-F highlights the menubar but

Re: [OT] Endless OS

2015-04-26 Thread Roger Eller
For those of us that use Windows, and LiveCode on Windows, it's not really a selling point. Smaller, almost embeddable PCs that include Windows, running on an Intel platform that isn't an underpowered Celeron, that gets my attention. I'm sure Endless OS is simply a customized Linux variant.

Re: [OT] Endless OS

2015-04-26 Thread Colin Holgate
For the Endless folk, NOT being Windows is one of their selling points. It also includes a lot of software that may not be in that Windows version. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: struggling with player

2015-04-26 Thread William Prothero
Klaus: Ok, it makes sense. I think I’ve got it working now. The slider adjusts the volume and all seems ok. One thing is, the 3rd audio clip stops when I adjust the slider, but the control still shows it’s running. I then check the playRate, even though it isn’t playing and if it is 1 (even in