Search found 25 matches

by andy60
Sun Feb 08, 2015 6:21 am
Forum: Internet
Topic: How to View Raw HTML Tagged Text as HTML
Replies: 5
Views: 6622

Re: How to View Raw HTML Tagged Text as HTML

Hi deeverd, First, create a plain text field out of a field that originally contained styled text so I can view the HTML tags in it. This I can do with no problem. assuming that you have two fields The first is the one you have pasted html-formatted text to and it now appears formatted as the html ...
by andy60
Sun Feb 08, 2015 5:26 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to write a script to create an HTML page?
Replies: 4
Views: 3602

How to write a script to create an HTML page?

dear friends, i have the following Gambas3 code (only partial code). With this code a create an html page: hFile = Open Application.Path & "/test.html" For Create Print #hFile, "<!--" Print #hFile, "You are free to copy and use this sample in accordance with the terms of the" Print #hFile, "Apache l...
by andy60
Sat Feb 07, 2015 7:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] Handling status messages
Replies: 10
Views: 6594

[SOLVED] Handling status messages

hi, using browser control in Safari i don't see status messages, here is the code: # provide a status message that indicates loading has started on browserStartedLoading pUrl   put "Started loading:" && pUrl into field "Status" end browserStartedLoading and # provide a status message that indicates ...
by andy60
Mon Jan 26, 2015 6:06 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] Centering the main stack
Replies: 6
Views: 4070

Re: Centering the main stack

Dixie wrote:

Code: Select all

on preOpenStack
   set the loc of this stack  to screenLoc()
end preOpenStack
thx
by andy60
Sun Jan 25, 2015 8:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Working with Combo
Replies: 2
Views: 1858

Re: Working with Combo

@Klaus hi Klaus, excuse for my bad english, i post a screenshot. I have a sqlite database with 2 tables: Contacts and Types. Field idtype in table Contacts has relationship with field idtype in table Types. I'm testing LiveCode and the property of combos. I want to populate combo with table Type. Wh...
by andy60
Sun Jan 25, 2015 6:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] Centering the main stack
Replies: 6
Views: 4070

Re: Centering the main stack

magice wrote:It will not work on preOpenSack, because the stack is not open to be acted on. Try it on openStack with send.

Code: Select all

send "centerME CONTACTS DEMO" to me in 10 milliseconds
no action...question...can i insert centerMe in opencard?
by andy60
Sun Jan 25, 2015 5:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] Centering the main stack
Replies: 6
Views: 4070

[SOLVED] Centering the main stack

hi, in stack scripts i have the following code: on centerMe theStackName set the loc of stack theStackName to the screenLoc end centerMe I can hit the window with this code, used with a button: on mouseUp centerME "CONTACTS DEMO" end mouseUp but if I try to enter the code centerME in my preopenstack...
by andy60
Sun Jan 25, 2015 4:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Working with Combo
Replies: 2
Views: 1858

Working with Combo

hi, i'm using combo with a table with 2 fields ('idtype' and 'type'): global gConID on mouseUp -- clear combo put "" into button "cboFilter" -- connect to database connectToDb --sql put "SELECT * FROM tbTypes" into tQuery -- execute sql put revDataFromQuery(,,gConID,tQuery) into tRecords -- handle e...
by andy60
Mon Jan 19, 2015 6:04 am
Forum: Converting to LiveCode
Topic: Livecode really great work
Replies: 2
Views: 9119

Re: Livecode really great work

Welcome aboard, Andy. I think you'll find the locals here very friendly and helpful. I use Ubuntu mostly myself, but enjoy Mint and Fedora as well - what's your favorite distro? Hi Richard thx for the message, i use both Mint and Ubuntu on different laptops. I develope software made with Gambas3. M...
by andy60
Sun Jan 18, 2015 10:10 pm
Forum: Converting to LiveCode
Topic: Livecode really great work
Replies: 2
Views: 9119

Livecode really great work

I'm a Linux and Mac user, registrered new user since yesterday. My goal is to convert my Gambas software into brand new apps.

Go to advanced search