Search found 14 matches

by msellke
Fri Apr 01, 2016 11:14 pm
Forum: Talking LiveCode
Topic: Limiting a field to 2 decimal places
Replies: 21
Views: 10449

Re: Limiting a field to 2 decimal places

Why not try adding the same validation methods to a close field or exit field handler
by msellke
Mon Feb 01, 2016 11:01 pm
Forum: iOS Deployment
Topic: Xcode 7.2 - can't build
Replies: 13
Views: 9171

Re: Xcode 7.2 - can't build

One of the main problems with Livecode is that it always lags behind in updates to use the latest versions of Xcode. Xcode 7.2 was released on the 8th of December and here we are now in February and still no compatible version of livecode for Xcode 7.2 yet. I love using Livecode but this is one area...
by msellke
Fri Dec 18, 2015 11:29 pm
Forum: Calculator
Topic: My Calculator app doesn't work
Replies: 2
Views: 6007

Re: My Calculator app doesn't work

If you zip your livecode stack up first you should then be able to upload the zipped version of your stack.
by msellke
Sun Sep 06, 2015 3:13 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Drag-Drop for Datagrids
Replies: 4
Views: 3554

Re: Drag-Drop for Datagrids

Hi Larry,
It is possible and I have a stack example I found somewhere that shows drag & drop between Datagrids. I will find it & post it later today for you.

Cheers,
Matt
by msellke
Wed Sep 02, 2015 8:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data grid sorting
Replies: 3
Views: 2736

Re: Data grid sorting

Hi Shalu,
There are a number of ways to sort the datagrid.
If you are only new to Livecode and therefore new to Datagrids can I suggest you look at a plugin called Datagrid Helper.
It is very handy when it comes to formatting the datagrid.

Cheers,
Matt
by msellke
Thu Aug 13, 2015 12:41 pm
Forum: iOS Deployment
Topic: Upload to iphone
Replies: 5
Views: 4071

Re: Upload to iphone

Hi Edd,
I saw you posted about this on another thread.
I assume it is all sorted now?

Cheers,
Matt
by msellke
Tue Aug 11, 2015 9:26 pm
Forum: iOS Deployment
Topic: Upload to iphone
Replies: 5
Views: 4071

Re: Upload to iphone

Hi Pistris, I assume you already have the provisioning profile installed on your iPhone. If so there are many options available. There are 3rd Party plugins such as AirLaunch & mergDeploy. Or you can simply drop the created .app file into iTunes & sync your phone with iTunes. You can also do it with...
by msellke
Mon Aug 10, 2015 9:58 am
Forum: iOS Deployment
Topic: Livecode 6.7.3 and XCode 6.4
Replies: 6
Views: 4679

Re: Livecode 6.7.3 and XCode 6.4

You really want xCode 6.3 which is available here https://developer.apple.com/downloads/
This works with the current stable versions of 7.06 & 6.7.6 of livecode.

Cheers,
Matt
by msellke
Mon Jul 27, 2015 8:17 am
Forum: iOS Deployment
Topic: what is the path for iOS 8.0 sdk with OS X Yosemite?
Replies: 4
Views: 3900

Re: what is the path for iOS 8.0 sdk with OS X Yosemite?

Hi Fanfix,

Just check out this post to find out the details your looking for. http://forums.livecode.com/phpBB2/viewt ... 49&t=24771

Cheers,
Matt
by msellke
Mon Jul 06, 2015 1:52 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using FontAwesome in LiveCode
Replies: 4
Views: 4567

Re: Using FontAwesome in LiveCode

Hi Scott,

I was the one who asked the question.
And I really appreciate you taking the time to post this.
Thank you it has helped me immensely.
by msellke
Tue Jun 09, 2015 11:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Adding Objects To Groups
Replies: 14
Views: 9621

Re: Adding Objects To Groups

If you want to add it to a group whilst creating the object it's quite simple.
Fore example creating a button in group test using script as per below.

on mouseUp
create button "button_name" in grp "test"
end mouseUp
by msellke
Tue Jun 09, 2015 10:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Adding Objects To Groups
Replies: 14
Views: 9621

Re: Adding Objects To Groups

It can certainly be done.
There are many ways to do it.
You can use the project browser and drag & drop the object into the required group for one method.
You can also add an object to group via script.
by msellke
Fri Apr 03, 2015 11:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Do something when any button is clicked
Replies: 8
Views: 4839

Re: Do something when any button is clicked

Hi crovio,

Have you tried putting pass mouseUp into your mouseUp handler in the button.
I am still learning much of livecode myself but I believe this will allow the message to pass along the message path.
by msellke
Mon Oct 21, 2013 3:02 am
Forum: iOS Deployment
Topic: mergDataGridScroller / SOT DropTool and LC Community
Replies: 4
Views: 3820

Re: mergDataGridScroller / SOT DropTool and LC Community

Is there anyway I can get a copy of droptools for Livecode Community as well Ken.
As I have also purchased mergdatagrid not finding this post until afterwards that I need droptools to use it.

Thanks

Go to advanced search