Search found 10 matches

by wimpykid1570
Fri Jun 13, 2014 4:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Some LiveCode Snippets
Replies: 0
Views: 2215

Some LiveCode Snippets

Hi,

I have gathered together what I learnt so far on LiveCode and put all of the snippets I created on my website, hopefully they become helpful to someone trying to learn LiveCode with less paintful as I did.

Below is the link:
http://toanscodes.net/livecode/


Your comments are always welcome ...
by wimpykid1570
Fri Jun 13, 2014 3:27 pm
Forum: Talking LiveCode
Topic: Sign In Dropbox using oAuth 2
Replies: 9
Views: 9995

Re: Sign In Dropbox using oAuth 2

Thanks for the suggestion.

But now it drills down to the browser itself not working consistently. I just posted a new topic for that matter at http://forums.livecode.com/viewtopic.php?f=8&t=20762.
by wimpykid1570
Fri Jun 13, 2014 3:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Browser not Working Consistently
Replies: 1
Views: 2904

Browser not Working Consistently

Hi,

I don't know why the browser does not work consistently in the following codes. When I navigate to some links after a search on google.com, sometimes the browser becomes invisible. Please help.

(the codes should be in a card script section; the card needs an Image control named Image1 ...
by wimpykid1570
Mon Jun 02, 2014 5:20 pm
Forum: Talking LiveCode
Topic: Sign In Dropbox using oAuth 2
Replies: 9
Views: 9995

Re: Sign In Dropbox using oAuth 2

Thanks Dave,

Actually, I am not that concerned about oAuth 2 since I know how to do that part ouside of LiveCode. I can do that in ASP.NET or cUrl.

I just want to know how to solve #2. Why doesnt' browserBeforeNavigate work? It does not detect an URL change after I signed in Dropbox. If you or ...
by wimpykid1570
Mon Jun 02, 2014 2:51 pm
Forum: Talking LiveCode
Topic: Sign In Dropbox using oAuth 2
Replies: 9
Views: 9995

Re: Sign In Dropbox using oAuth 2

Thanks for the quick responses.

I already checked that stack a while ago. It uses oAuth 1.0, not oAuth 2.0. I need to implement something like that in oAuth 2.0.

Anyone has some livecode samples that use oAuth 2.0?

Thanks again,
Toan
by wimpykid1570
Sun Jun 01, 2014 11:09 pm
Forum: Talking LiveCode
Topic: Sign In Dropbox using oAuth 2
Replies: 9
Views: 9995

Re: Sign In Dropbox using oAuth 2

Anyone can help me on this? Any moderators? Thanks.
by wimpykid1570
Tue May 20, 2014 1:12 pm
Forum: Talking LiveCode
Topic: Sign In Dropbox using oAuth 2
Replies: 9
Views: 9995

Re: Sign In Dropbox using oAuth 2

Anyone can help me on this? Thanks.
by wimpykid1570
Mon May 05, 2014 7:48 pm
Forum: Making IDE Plugins
Topic: Create User Controls
Replies: 5
Views: 55683

Re: Create User Controls

Thank you, BvG. I think I kind of know how to start building my custom controls now.
by wimpykid1570
Fri May 02, 2014 2:05 pm
Forum: Making IDE Plugins
Topic: Create User Controls
Replies: 5
Views: 55683

Re: Create User Controls

Thanks BvG for your quick reply.

After browsing through several livecode related websites, this is what I get to know so far (please correct me if I am wrong):

- I can put my custom control into a stack and save it with extension REV. When users need to use my custom control, they will open my ...
by wimpykid1570
Thu May 01, 2014 2:37 pm
Forum: Making IDE Plugins
Topic: Create User Controls
Replies: 5
Views: 55683

Create User Controls

Hi,

I am new to LiveCode but I have programming knowledge in other languages. I would like to create user controls for livecode and sell them in either open-source or close-source. How do i go about it?

Also, what are the differences among these names:

- Extension
- External
- Plugins
- User ...