Search found 7 matches

by AppleBite
Tue Feb 28, 2017 1:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: import snapshot gives empty image
Replies: 9
Views: 5556

Re: import snapshot gives empty image

Hi,

Next Steps:

I created a standalone windows application. And it's working. :-)
I created a standalone OS X application. It's not working on the development computer ....

Seems strange to me.

AppleBite
by AppleBite
Tue Feb 28, 2017 1:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: import snapshot gives empty image
Replies: 9
Views: 5556

Re: import snapshot gives empty image

Hi, i tested the situation with LIvecode 8.1.3 Build 14017 and Livecode 9.0.0 (just downloaded). Operation System is: OS X El Capitan 10.11.6 (15G1217) And the Application is as you described: New Stack, New Button and the simple code. Have no idea, why it's not working here. :cry: Thanks for help A...
by AppleBite
Tue Feb 28, 2017 11:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: import snapshot gives empty image
Replies: 9
Views: 5556

Re: import snapshot gives empty image

Hi Jean-Marc, sorry, but this is not what i want. I would like to use the command "import snapshot" in the way it's explained in the your dictionary: "If you do not specify a rectangle or an object, LiveCode displays a crosshairs cursor. Click at one corner of the rectangle to be imported and drag t...
by AppleBite
Tue Feb 28, 2017 10:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: import snapshot gives empty image
Replies: 9
Views: 5556

Re: import snapshot gives empty image

Hi,

but why do in have to program the resize functionality. "import snapshot" gives everything and creates a image. The only thing is, that it's empty :-(

Regards

AppleBite
by AppleBite
Tue Feb 28, 2017 10:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: import snapshot gives empty image
Replies: 9
Views: 5556

import snapshot gives empty image

Hi at all, i tried to let the user create a screenshot by using the command "import snapshot" without any parameters, that the user could define the rectangle by himself. on mouseUp import snapshot end mouseUp The result is an empty image. Using "import snapshot" with parameters like on mouseUp impo...
by AppleBite
Fri Oct 31, 2014 12:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Vertical center alignment of data grid row
Replies: 7
Views: 5638

Re: Vertical center alignment of data grid row

Hi Klaus,

the style is "table".

regards from

Applebite
by AppleBite
Fri Oct 31, 2014 10:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Vertical center alignment of data grid row
Replies: 7
Views: 5638

Vertical center alignment of data grid row

I'm new to Livecode and can't find a solution for my problem: I have 2 columns in a datagrid. First column is a normal text column, second is filled with an image and a fixed height. Now the text of the first column is always at the top of the row. Doesn't look really nice. How could i align the tex...