Search found 107 matches

by bbhank
Tue Apr 12, 2016 2:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Re: Make Hyperlinks active

Never heard of em.
by bbhank
Tue Apr 12, 2016 12:25 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Re: Make Hyperlinks active

Code: Select all

on mouseUp
launch URL the clickText
end mouseUp
I put this in the script for the field. Seems to work so far.

Thanks all. :)
by bbhank
Mon Apr 11, 2016 4:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Re: Make Hyperlinks active

Klaus wrote: Because this is a property of a (chunk in a) field, as the dictionary tells you with:
...
Objects (or Types): field
...
I'm trying to get the link in the field to be able to be clicked on and have it take you to the page in the link is all.
by bbhank
Mon Apr 11, 2016 4:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Re: Make Hyperlinks active

OK. :? Please explain.
by bbhank
Mon Apr 11, 2016 4:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to apply Row and Column Templates to Datgagrid
Replies: 46
Views: 20949

Re: How to apply Row and Column Templates to Datgagrid

I managed to get this one to work but can't seem to start a new one from scratch. I had this same problem at first. The big stumbling block here in initially setting up the datagrid is where and what is the field that actually controls what you see. In the Row Template there are multiple fields when...
by bbhank
Mon Apr 11, 2016 3:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Re: Make Hyperlinks active

No buck is passed to you. I need all my bucks and then some! :) That's why I'm still working after 65.

Went to the dictionary on linkText but it doesn't say what to do if text is variable.
by bbhank
Mon Apr 11, 2016 3:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Re: Make Hyperlinks active

The question was correct. The question of whether this was a datagrid or not needed to have come first. :wink:
by bbhank
Mon Apr 11, 2016 3:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Re: Make Hyperlinks active

Yes I did. I followed the instruction in the tutorial. Used the message box. I tried where suggested which didn't work. The one post says they put it in the stack script. "for example, the handler below was placed in the stack script.".

As to what I "expect" - Workable answers. :wink:
by bbhank
Mon Apr 11, 2016 10:17 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Re: Make Hyperlinks active

-- This script defines the behavior of your data grid's custom template. This behavior -- only applies to 'forms' and not 'tables'. on FillInData pDataArray -- This message is sent when the Data Grid needs to populate -- this template with the data from a record. pDataArray is an -- an array contai...
by bbhank
Sun Apr 10, 2016 11:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Re: Make Hyperlinks active

Datagrid. My oops. :oops:
by bbhank
Sun Apr 10, 2016 10:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Re: Make Hyperlinks active

set the text of field "Link" of me to pDataArray["label 7"] and set the textStyle of field "Link" to link . The second code was sent using the message box as per instruction in tutorial at http://lessons.livecode.com/m/4071/l/7406-creating-hypertext-links-in-fields . This made it look like an activ...
by bbhank
Sun Apr 10, 2016 10:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Re: Make Hyperlinks active

The link in the zip file works. See original question. My links are from a database. Might that that part of the problem?
by bbhank
Sun Apr 10, 2016 9:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Re: Make Hyperlinks active

I used the scripts above and tried each of them in the stack as well as the link itself.
Exactly where do they go?
by bbhank
Sun Apr 10, 2016 6:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Re: Make Hyperlinks active

Tried each of the suggestions, including dictionary. None work so far. What's missing here? Tried each in both the stack script and field script.
:(
by bbhank
Sun Apr 10, 2016 10:53 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Make Hyperlinks active
Replies: 31
Views: 14615

Make Hyperlinks active

I have a field populated by query that is a link to website. I have followed the "tutorials". The field shows it is a link - underlined in blue. Whether locked or unlocked it can't be clicked on. What else needs to be done? Searches both inside and outside Livecode for workable answers gave nothing.

Go to advanced search