Search found 16 matches

by ali yehia
Tue Oct 20, 2015 10:51 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Error in saving standalone
Replies: 4
Views: 3429

Re: Error in saving standalone

Ok, thanks I submitted and get this email: Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notific...
by ali yehia
Mon Oct 19, 2015 2:17 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Error in saving standalone
Replies: 4
Views: 3429

Re: Error in saving standalone

Thanks
I build with version 7.1 and save standalone.
But I get error when Upload application. I use application loader 3.0
Screen Shot 1437-01-06 at 4.05.27 PM.png
by ali yehia
Sat Oct 17, 2015 2:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Error in saving standalone
Replies: 4
Views: 3429

Error in saving standalone

I get this error when I save standalone project.
Screen Shot 1437-01-04 at 12.33.10 PM.png
My live code 7.1.0 rc-1 build 10040
Xcode 6.4
by ali yehia
Tue Sep 08, 2015 7:34 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Including library to my project
Replies: 18
Views: 11862

Re: Including library to my project

I setup application on facebook developer and get ID
When I use ID, I get error "domain must be a sub domain of one of the app's domains".
I am running application on mobile.

Any one see this error before.
by ali yehia
Mon Sep 07, 2015 11:26 am
Forum: Building Externals
Topic: face book ID error
Replies: 0
Views: 7665

face book ID error

Hi

I used tool to shared on facebook. I make application on facebook developer and get ID.
When I use ID, I get error "domain must be a sub domain of one of the app's domains".
I am running application on mobile.

Any one see this error before.
by ali yehia
Sat Aug 15, 2015 5:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Including library to my project
Replies: 18
Views: 11862

Re: Including library to my project

Hi All


Could you give me a link about "start using command"

The library does not work.
by ali yehia
Thu Aug 13, 2015 12:02 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Including library to my project
Replies: 18
Views: 11862

Re: Including library to my project

Thanks Klaus

I did that.
by ali yehia
Thu Aug 13, 2015 9:15 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Including library to my project
Replies: 18
Views: 11862

Re: Including library to my project

Thanks Simon

It is like any project.
by ali yehia
Wed Aug 12, 2015 7:41 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Including library to my project
Replies: 18
Views: 11862

Re: Including library to my project

Hi Simon

I make it sub stack by copy codes in sub stack.

Is there away to import stack to your project?
by ali yehia
Tue Aug 11, 2015 6:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Hide field on preopenstack
Replies: 4
Views: 3374

Re: Hide field on preopenstack

Thanks all

It is working
by ali yehia
Tue Aug 11, 2015 4:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Including library to my project
Replies: 18
Views: 11862

Re: Including library to my project

Hi Simon

see it andregarzia.com/pages/en/facebooklib/
by ali yehia
Tue Aug 11, 2015 11:56 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Including library to my project
Replies: 18
Views: 11862

Including library to my project

Hi All

I purchase library to share on facebook.

facebooklib

How can I include this library to my project to use functions of it?
by ali yehia
Tue Aug 11, 2015 11:50 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Hide field on preopenstack
Replies: 4
Views: 3374

Hide field on preopenstack

I made stack and card inside it. the card has many fields. I need hide some fields and show it in certain event.

I write code

preOpenStack

hide field "t98"

end preOpenStack


But still t98 appears

What do I do?
by ali yehia
Mon Aug 10, 2015 4:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Search in more than text field
Replies: 4
Views: 3295

Re: Search in more than text field

Thanks Klaus
Thanks all
It is working.
by ali yehia
Sat Aug 08, 2015 12:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Search in more than text field
Replies: 4
Views: 3295

Re: Search in more than text field

Thanks for your reply.

I use find function.

put the field "stext" into ttsearch
find ttsearch in the field "t98"

When find get the word, I show box around the word.
When find does not get the word, nothing.

How can I get the result of find in variable? or at least true/false?

Go to advanced search