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 ....
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...
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...
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...
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...