Re: Moving object out of a group

2020-06-16 Thread Michael Kristensen via use-livecode
Can this help https://forums.livecode.com/viewtopic.php?f=7&t=32494&p=178858#p178858 Mic ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists

Re: [ANN] Release 9.6.2 RC-2

2021-01-13 Thread Michael Kristensen via use-livecode
Richard Gaskin wrote: > We've been here before... > > 68k -> PPC > Classic -> OS X > PPC -> Intel > 32-bit -> 64-bit More form memory-land: Yesterday I downloaded SuperCard 4.8.1 Trail wich still is maintained. I was able to convert some 30 years old SC stacks so they could run again (at lea

Files() can't list rtfd files (mac)

2021-02-03 Thread Michael Kristensen via use-livecode
Hi there The files function can’t list .rtfd files. They are a special rtf format on Mac. Whats up? Mic ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferenc

Re: Files() can't list rtfd files (mac)

2021-02-04 Thread Michael Kristensen via use-livecode
Danke schön Klaus Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Little tool for popUp palette graphics

2021-03-12 Thread Michael Kristensen via use-livecode
Hi there I have placed at little tool for you here: https://forums.livecode.com/viewtopic.php?f=9&t=13399&p=203217#p203217 Hope it is useful. Michael ___ use-livecode mailing list

Setting Creation Date of file to a past date?

2021-03-14 Thread Michael Kristensen via use-livecode
Hi there I want to create/export some images from Livecode to fit into a slideshow that is sorted by creation date. It means that the files I export shall have a creation date of the past. So that when they are put into the folder of the slideshow, the images are placed automatically at the de

Suggestion: Non-Appbuilding Community Edition

2021-09-02 Thread Michael Kristensen via use-livecode
Hi there I suggest that there could be a Non-Appbuilding Community Edition That would be for personal use, and to learn coding. Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and man

Need a little help with image resizing

2018-08-11 Thread Michael Kristensen via use-livecode
Hi there I have an image B1 with a scribble made with brush tool in it. I want to double the width of the image without distorting the scribble. The plan is to: 1. select the image with select tool 2. cut the image out 3. resize the image 4. paste the image back in, in the original proportions

Re: Need a little help with image resizing

2018-08-12 Thread Michael Kristensen via use-livecode
Thanks Richard and Jacqueline That was easy. Did not know about the crop command. Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lis

Thanks to Hermann Hoch...

2018-10-03 Thread Michael Kristensen via use-livecode
…for all the wonderful and wellcraftet stacks you share so generously with us! Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.run

Script works but still cast an error?

2018-11-01 Thread Michael Kristensen via use-livecode
Hi there I have a scrolling group called “PinBoard” that holds subgroups and fields. If I place this simple script in the subgroups: on mouseEnter lock screen start editing grp PinBoard set the layer of me to top stop editing end mouseEnter …it works very well. If I

9.0.0 RC-1 Hard crash still persists

2018-03-15 Thread Michael Kristensen via use-livecode
Hi there (Mac 10.11.6) I have grouped items in a group. I press Command R to edit the big group. Then I hover mouse over one of the subgroups and Option-Command-click to acces the script. Then Hard crash Only Force Quit Livecode will let me out Mic __

Re: 9.0.0 RC-1 Hard crash still persists + New problem

2018-03-16 Thread Michael Kristensen via use-livecode
Hi Lagi I disabled all the extensions, one by one, in the Extensions Manager. I had the same result as before …a hard crash. But apparently the Extensions Manager depends on the extensions themself, because now the Extension Manager is completely empty and I cant acces them to load them at st

Re: 9.0.0 RC-1 Hard crash still persists + New problem

2018-03-16 Thread Michael Kristensen via use-livecode
Hi again Thanks for the answers! Deleted the prefs files. Crash persist. As a side note Command-E opens the script fine. Problem with Extension Manager: This is a picture of my Extension Manager https://www.dropbox.com/s/vjtsy4agfauwol7/Sk%C3%A6rmbillede%202018-03-16%20kl.%2017.05.41.png?d

Accesing Mac file icons

2017-05-24 Thread Michael Kristensen via use-livecode
Hi there There is some pretty big icons that show the content of a mac file. Fx graphics files show a picture of the actual graphic in the file. Is it possible to acces that icon or picture from livecode? Thanks Michael ___ use-livecode mailing list u

Determining left or right movement in a mouseMove handler

2017-06-27 Thread Michael Kristensen via use-livecode
Hi there How can I determine if the mouse is moving left or right (or up or down) on the screen in a mouseMove handler? Not just from the outset (that is easy) but at any moment, like when a user changes his mind and move the opposite way. Something like put x into oldX will not work. Thanks

Re: Determining left or right movement in a mouseMove handler

2017-06-27 Thread Michael Kristensen via use-livecode
Thank you Mike Bonner, Mark Schonewille and Alejandre Tejada. I did work in the direction of Mike and Marks script but I forgot to use Local. That solved it. Alejandro I did not dig deep into your stack as the solution was ready at hand from Mike and Mark. But you can always us a bezier script

FOR YOU: OSX-style push reorder of objects

2017-08-08 Thread Michael Kristensen via use-livecode
Hi there This is a stack that reorder objects like in the osx app bar. You drag an object and it pushes the other objects away. This might also be interesting for Windows users. I dont know how they do it. Please upload if you have improvements. Enjoy Michael Kristensen Here it is: http://foru

Bug with polygons

2019-03-01 Thread Michael Kristensen via use-livecode
Hi there Mac, Livecode 9.02 Non-Opaque polygons block the mouse click, when their lineSize is greater than 9. (This figure varies) You can test the bug in this little stack. https://www.dropbox.com/s/7rsa9qo7fi1295e/Polygon%20Bug.zip?dl=0 Michael

Re: Polygon Bug

2019-03-02 Thread Michael Kristensen via use-livecode
Hi hh Thanks for the reply If you are a reg member of the bug site then please go a head and report it, because Im not Michael > > Yes. I have it too here, in LC 9.0.2 and LC 8.1.10. > Did you already report the bug? > > Currently we could use as a workaround to disable the graphic, > from t

The Old Project Browser?

2019-03-13 Thread Michael Kristensen via use-livecode
Hi there I know the old project browser is still there in LC 9. I just can’t remember how to get to it. Can you help out? Thanks Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and ma

Re: [ANN] Release 9.0.4 RC-1

2019-03-29 Thread Michael Kristensen via use-livecode
Hi there It is my impression that mouseMove is less responsive than in 9.0.3 MouseMove was one of the things there was worked on in 9.0.4 RC-1 Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsu

MouseMove less responsive in 9.0.4

2019-04-02 Thread Michael Kristensen via use-livecode
Hi there There is a definite degradation of the moseMove responsiveness here Could you please investigate to determine if it also is true for you Thanks Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to sub

Re: MouseMove less responsive in 9.0.4

2019-04-03 Thread Michael Kristensen via use-livecode
Thank you Paul for looking into it. There is a clear difference here and I have an 2017 iMac which is pretty fast. Yet, I might have jumped to conclusion to fast since I also have this mouseEnter handler (before a mouseDown and mouseMove handler): on mouseEnter if the tool is "Browse tool"

Re: MouseMove less responsive in 9.0.4

2019-04-04 Thread Michael Kristensen via use-livecode
Thanks Monte and Mark RELAYER! Wow, I did not know about it. Everything works perfectly now. Life is wonderful and spring is here. Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscrib

Best strategy for dragging objects in an out of groups?

2019-04-11 Thread Michael Kristensen via use-livecode
Hi there What would be the best strategy for dragging objects in and out of groups? If anyone has a stack that demonstrate that it would be nice else just explain in plain words what you think is the best strategy. Thanks Michael PS While I write this Im thinking that maybe RELAYER in a mous

Drag and Drop between groups

2019-04-20 Thread Michael Kristensen via use-livecode
Hi there I have placed an example of DaD objects between groups here: https://forums.livecode.com/viewtopic.php?f=7&t=32494 If the experts would like to take a look at it it would be nice (to improve on it) Michael _

9.5 layerClipRect

2019-05-21 Thread Michael Kristensen via use-livecode
Hi there layerClipRect is a nice addition to LiveCode. Made a little experiment with the code from the Dictionary // Hide 10 pixels from the border of image "myImage" local tRect put the rect of image "myImage" into tRect add 10 to item 1 of tRect add 10 to item 2 of tRect subtract 10 from item

Bug: brush and erase tool do not work in a standalone

2019-09-06 Thread Michael Kristensen via use-livecode
Hi there The brush and erase tool do not work in a standalone on Mac Livecode 9 and 9.5 Thanks Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preference

Thumbnail on txt file?

2020-01-18 Thread Michael Kristensen via use-livecode
Hi there Im using a simple txt file for storing data. I want to stick a preview thumbnail onto it when I save it. Can I do that? Mac High Sierra Thanks Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to s

Re: Thumbnail on txt file?

2020-01-18 Thread Michael Kristensen via use-livecode
ating system or its > desktop/windowing manager and not by LiveCode. > > On 18.01.20 11:26, Michael Kristensen via use-livecode wrote: >> Hi there >> >> Im using a simple txt file for storing data. >> >> I want to stick a preview thumbnail onto it when I sa

Re: Thumbnail on txt file? (Mac users)

2020-01-28 Thread Michael Kristensen via use-livecode
Hi again Thanks for the input on this topic to all! I have put a little file here to demonstrate how this could be done. If you have ideas for polish then I look forward to that. https://forums.livecode.com/viewtopic.php?f=8&t=33586 BTW

Demo of calculating tangents to circles

2020-02-14 Thread Michael Kristensen via use-livecode
Hi there I have put a demo of calculating tangents to circles here https://forums.livecode.com/viewtopic.php?f=8&t=33666 Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Pleas

Demo of bending a polygon

2020-03-02 Thread Michael Kristensen via use-livecode
Hi there I have put a demo of bending a polygon here https://forums.livecode.com/viewtopic.php?f=8&t=33750 Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this ur