Search found 28 matches

by ronniebellie
Thu May 05, 2016 12:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Opening a web page in a card
Replies: 9
Views: 5019

Re: Opening a web page in a card

This code I thought used to work in v. 7x to open a web page on a card, but in V.8 it doesn't Do you know why? global tBrowserID on mouseUp go to card "placeholder" put revBrowserOpenCef(the windowId of this stack, "http://spokaneesl.com/exhibitors/index.html") into tBrowserID put "0,0," & the width...
by ronniebellie
Fri Apr 15, 2016 3:42 pm
Forum: HTML5
Topic: Question about licensing
Replies: 3
Views: 4093

Question about licensing

I bought the live code Indy license last summer ($499). Now I'm learning that this license will not include HTHL 5 deployment in v. 8 of Livecode. One of the reasons I dished out that much money was because of this feature.
by ronniebellie
Sat Sep 19, 2015 4:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Getting app to the stores
Replies: 1
Views: 1414

Getting app to the stores

The last few months I embarked on what is for me an ambitious livecode project (I’m a college English teacher and not a developer like most of you). I help organize educational professional development conferences in the Northwest and in Canada. I’ve had a fair amount of experience with MySQL and qu...
by ronniebellie
Fri Aug 14, 2015 4:13 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: button highlight question
Replies: 4
Views: 3189

Re: button highlight question

All that worked. Thanks for all your help.

Ron
by ronniebellie
Thu Aug 13, 2015 11:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: button highlight question
Replies: 4
Views: 3189

Re: button highlight question

Thanks. The code "set the hilited of me to true" is working. I have it right after on mouseUp just before the connection to the database. I can see it works because the button pushed becomes gray and stays that way. But there are 5 buttons on the page, so where in each button do I put the "set the h...
by ronniebellie
Thu Aug 13, 2015 8:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: button highlight question
Replies: 4
Views: 3189

button highlight question

I have some buttons on a page that open up a database and runs a MySQL query and displays the array in a data grid. The button highlights for just a moment to a different color upon pushing it (via the object inspector), but I want the button highlight color to remain on until another button on the ...
by ronniebellie
Thu Aug 06, 2015 6:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Opening a web page in a card
Replies: 9
Views: 5019

Re: Opening a web page in a card

Hi Klaus, Something is still not working with this. On my main stack page I have a button that opens another card with a browser instance. on mouseUp go to card "Presenter info card" put revBrowserOpenCef(the windowId of this stack, "http://spokaneesl.com/presenters/index.html") into tBrowserID revB...
by ronniebellie
Tue Aug 04, 2015 7:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Opening a web page in a card
Replies: 9
Views: 5019

Re: Opening a web page in a card

Okay. I see. I've done this and put a button at the bottom of the browser instance card to return to the main card. However, the browser instance is being applied to the home page too overlaying it. How do I end the browser instance when I go to another card? Here's the code to return to my main car...
by ronniebellie
Mon Aug 03, 2015 8:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Opening a web page in a card
Replies: 9
Views: 5019

Re: Opening a web page in a card

Thanks. That made sense and I was able to do it. How do I resize the "browserPlaceholder" the graphic object? Once it's populated with the web page, it no longer has handles on it to be able to resize on the stack.
by ronniebellie
Mon Aug 03, 2015 7:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Opening a web page in a card
Replies: 9
Views: 5019

Opening a web page in a card

How do I tell livecode to open a web page in a card. I don't want any controls on the card, just the web site showing and a return to home card button which I will make at the bottom. What is the code for my button that will open the card and display the web page. Below is the page I want to open in...
by ronniebellie
Thu Jul 23, 2015 5:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can't connect LC to Xcode
Replies: 3
Views: 2321

Can't connect LC to Xcode

In my LC (Indie version 7.0.6) I'm trying to connect LC with Xcode, but I keep getting this message.

"The chosen folder is not a valid iOS SDK"

What do I do?
by ronniebellie
Wed Jul 15, 2015 7:08 pm
Forum: Databases
Topic: Combining 2 scripts
Replies: 2
Views: 3073

Re: Combining 2 scripts

Thank you very much! That worked.
by ronniebellie
Tue Jul 14, 2015 4:48 pm
Forum: Databases
Topic: Combining 2 scripts
Replies: 2
Views: 3073

Combining 2 scripts

I'm working with getting info from a MySQL to show up in a card. That part is working. However, I have 2 separate scripts. One to open the database and one to put the data into a field. Can these two below be combined? The first one is the opening the database. The second one is to put the data into...
by ronniebellie
Mon Jul 13, 2015 5:34 pm
Forum: Databases
Topic: Show MySQL data in a field
Replies: 6
Views: 5452

Re: Show MySQL data in a field

There no file with a with a "~" character at the start in that folder. However, I found an old LC stack that I had save most of my scripts in, so I should be okay with rebuilding it. Thanks for all your help.

Ron
by ronniebellie
Mon Jul 13, 2015 4:54 pm
Forum: Databases
Topic: Show MySQL data in a field
Replies: 6
Views: 5452

Re: Show MySQL data in a field

Thanks both of you for your input. But now I have another problem. I had saved and closed my stack on Friday, but now when I try to open it, it says "There was a problem opening that stack" stack is corrupted. check for backup file." Unfortunately, I'm on the road the last 6 weeks and don't have a b...

Go to advanced search