Search found 244 matches

by snm
Fri Jan 02, 2015 4:50 pm
Forum: Talking LiveCode
Topic: select text of me (field) not working?
Replies: 2
Views: 2791

select text of me (field) not working?

I have new stack with only 1 field with script from copied from dictionary: on openField select text of the target -- This is not working also: -- select text of me -- select char 1 to -1 of the target end openField After click on the field the text blinks for a moment as selected and loosing select...
by snm
Tue Dec 02, 2014 7:51 am
Forum: Databases
Topic: ODBC connection SQL 2008
Replies: 2
Views: 2969

Re: ODBC connection SQL 2008

Check the syntax of revOpenDatabase in dictionary for ODBC connection. There is missing second "," after "datasource name".

Marek
by snm
Thu Sep 04, 2014 4:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: line delimited list
Replies: 12
Views: 6578

Re: line delimited list

Yes, for me only about 450 km to boarder / 8-9 hours of drive (terrible roads and a lot of police radars). But we can drink this beer in Germany - the same 450 km to the boarder, but new speedway only 4 hours. :wink:

Marek
by snm
Thu Sep 04, 2014 2:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: line delimited list
Replies: 12
Views: 6578

Re: line delimited list

50% / 50% :D
Czech beer is known on all over the word.
I'm from Poland. We have also our own good beer.

Marek
by snm
Thu Sep 04, 2014 1:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: line delimited list
Replies: 12
Views: 6578

Re: line delimited list

In our country small beer is min. 0,33 l :oops:

Marek
by snm
Thu Sep 04, 2014 1:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: line delimited list
Replies: 12
Views: 6578

Re: line delimited list

So 1 small beer for me :P

Marek
by snm
Thu Sep 04, 2014 6:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: line delimited list
Replies: 12
Views: 6578

Re: line delimited list

Why not? I didn't use FORM yet, but didn't find any info it should not work.
By the way, are there columns in DataGrid FORM?

Marek
by snm
Wed Sep 03, 2014 9:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: line delimited list
Replies: 12
Views: 6578

Re: line delimited list

put the dgText of grp "DataGrid" into fld "Field"
should work for any count of columns.

Marek
by snm
Sat Aug 16, 2014 7:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid Table Trouble
Replies: 2
Views: 2021

Re: Data Grid Table Trouble

Are you sure pData isn't empty from time to time?
It'll be helpful if you send the behavior script and some samples of data from this column (going to pData).

Marek
by snm
Thu Jul 10, 2014 6:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: command not send / puzzle
Replies: 16
Views: 6916

Re: command not send / puzzle

set the label ... ?

Marek
by snm
Wed Mar 26, 2014 7:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Trapping Arow keys in Datagrid Form
Replies: 7
Views: 3749

Re: Trapping Arow keys in Datagrid Form

Try to trap "selectionChanged" message. It will work everytime the rów is changed.

Marek
by snm
Fri Mar 07, 2014 6:18 am
Forum: Databases
Topic: No error message but cant insert into database
Replies: 12
Views: 7864

Re: No error message but cant insert into database

"put THE field ..." Is wrong - should be just "put field ..."

Marek
by snm
Wed Feb 26, 2014 7:15 am
Forum: Talking LiveCode
Topic: Global Functions?
Replies: 3
Views: 3818

Re: Global Functions?

Why not to put the function as main stack function and call it directly?

Marek.
by snm
Mon Feb 10, 2014 7:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: put URL strange behavior
Replies: 13
Views: 11357

Re: put URL strange behavior

Yes Bernd, I didn't finnish this code yet but remember about checking all possible conditions. Actually I was working on another part of this job, but didn't want to keep you waiting for soon response. But thanks for reminder. It's fantastic to have friends who take care of quality and safety of you...
by snm
Mon Feb 10, 2014 6:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: put URL strange behavior
Replies: 13
Views: 11357

Re: put URL strange behavior

Hi Bernd, I don't know second url until I parse it from html from first url. The name of xml file i must download is changing minimum once a day. I'm worry only if put second url twice always will be enough. So basing on your help I have idea to check if will work: on mouseUp local tHtml, tUrl, tXml...

Go to advanced search