Search found 33 matches

by BIX
Thu Aug 18, 2011 7:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data grid contains data but appears empty
Replies: 5
Views: 4330

Re: Data grid contains data but appears empty

Thanks bn, that solved the problem.
by BIX
Thu Aug 18, 2011 7:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data grid contains data but appears empty
Replies: 5
Views: 4330

Re: Data grid contains data but appears empty

Stack with the Data Grid is a substack. I've thought the same thing about datagrid library but I can't find that library in Standalone Application Settings.
by BIX
Wed Aug 17, 2011 1:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data grid contains data but appears empty
Replies: 5
Views: 4330

Data grid contains data but appears empty

I have a stack with a button that opens another stack called "test". Stack "test" contains one Data Grid. I've set the script of the stack to put data into Data Grid on openStack. Everything works fine in development mode, but when I save as standalone and click on a button that opens stack "test" t...
by BIX
Fri Aug 12, 2011 7:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Finding specific text in dataGrid
Replies: 1
Views: 2414

Finding specific text in dataGrid

I've searched the forums and couldn't find anything about this. Is there a way to search for text in datagrid as in basic list field (using find "something" in field "someField")?
Thanks....
by BIX
Tue Mar 29, 2011 12:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with the selectedline
Replies: 3
Views: 3464

Re: Problem with the selectedline

Thanks Klaus, i have read the documentation, but then again, i posted this pretty stupid question. Again, thanks man.
by BIX
Tue Mar 29, 2011 12:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with the selectedline
Replies: 3
Views: 3464

Problem with the selectedline

Ok, so i have one scrolling list field and one button. The script of the button is: delete the selectedline of field "someField" it returns an error, but if i use script: put the selectedline of field "someField" into selLine delete selLine it deletes the selected line but the problem is that it wor...
by BIX
Sun Mar 23, 2008 8:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Basic menu item question
Replies: 5
Views: 4646

You were close,

Code: Select all

on menuPick myPick
  answer myPick
end menuPick
by BIX
Wed Feb 06, 2008 10:27 am
Forum: Linux
Topic: trouble just installing Revolution on linux
Replies: 8
Views: 10518

I can't really remember, but I think you need to enable the permission of it to execute it.
by BIX
Thu Jan 24, 2008 9:09 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Pulldown Menu question
Replies: 0
Views: 2200

Pulldown Menu question

I create a Pulldown Menu button and set another stack (that contains some button and fields) as its menu panel. When I click on the button, that stack pops but when i click anything on it, it disappears. I know it is normal behavior, but is it possible to use it without closing, so that it wouldn't ...
by BIX
Fri Jan 18, 2008 6:09 pm
Forum: Talking LiveCode
Topic: Draw a line from point A to point B
Replies: 2
Views: 4709

I think that you need to set the starting and ending points of the line.

Try adding this to your script:

Code: Select all

set the points of graphic "theArrow" to "100,100" & cr & "200,200"
You can use points that you need.
by BIX
Tue Jan 08, 2008 8:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Adding A Map Image
Replies: 1
Views: 3843

you can group the image, set the size of group, and show horizontal and vertical scrollbars.
by BIX
Sun Dec 16, 2007 3:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: minimize to tray
Replies: 4
Views: 5042

thanks
by BIX
Sun Dec 16, 2007 1:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: minimize to tray
Replies: 4
Views: 5042

minimize to tray

is it possible to make app minimize to tray?
by BIX
Sun Dec 16, 2007 1:38 pm
Forum: Internet
Topic: FTP problem
Replies: 7
Views: 9124

thank you
by BIX
Fri Dec 07, 2007 11:16 pm
Forum: Internet
Topic: FTP problem
Replies: 7
Views: 9124

This actually "works", it receives messages from server, like welcome message and other, but with that weird box. When I use script: answer url "ftp://localhost/" it answers the list of files on the server, but, i repeat, with some box at the end of each line. http://img233.imageshack.us/img233/9068...