Search found 11 matches
- Mon Dec 30, 2013 6:20 pm
- Forum: Talking LiveCode
- Topic: Export snapshot and player..
- Replies: 5
- Views: 4705
Export snapshot and player..
I used to be able to export individual frames from a movie by lock screen expand the player to its formatted dimensions and hiding its controls export snapshot of the player to an image files (JPEG) return the player to its original size and location and controls unlock screen This worked really wel...
- Wed Sep 15, 2010 2:56 am
- Forum: Talking LiveCode
- Topic: Adding images to Fields ?
- Replies: 5
- Views: 6869
Adding images to Fields ?
I am preparing a help/info stack for an ecosystem analysis program. There are quite a few equations and other small graphics I would like to add to scrolling fields that contains various font sizes, colors etc..(formatted text). How do you add graphics in a scrolling field. Is this possible, easy. O...
- Tue Sep 07, 2010 7:52 am
- Forum: Talking LiveCode
- Topic: Extracting images using Import Snapshot
- Replies: 2
- Views: 2788
Re: Extracting images using Import Snapshot
This indeed works like a charm.
I used jpeg instead of PNG but same difference...
Thanks.
I used jpeg instead of PNG but same difference...
Thanks.
- Sun Sep 05, 2010 5:21 pm
- Forum: Talking LiveCode
- Topic: Extracting images using Import Snapshot
- Replies: 2
- Views: 2788
Extracting images using Import Snapshot
I am trying to extract images from a movie Following discussions earlier I set up a player with the movie. I then use import snapshot to get the current frame being played in the movie. Everything works fine when the lockscreen is false when lock screen is true, I get monochrome data... I cannot fig...
- Tue Aug 31, 2010 4:45 pm
- Forum: Talking LiveCode
- Topic: Resizing objects...
- Replies: 6
- Views: 8331
Re: Resizing objects...
Thanks to both of you.
I started from both examples and did a working resizing group. To be uploaded soon.
cheers,
Michel
I started from both examples and did a working resizing group. To be uploaded soon.
cheers,
Michel
- Mon Aug 30, 2010 8:05 am
- Forum: Talking LiveCode
- Topic: Resizing objects...
- Replies: 6
- Views: 8331
Resizing objects...
I am looking for a reusable control that uses handles to change the size of an object (as in most drawing programs). 1- click the object to visualize its handles and borders (this creates/shows a rectangles with little handles in corners and middle of each border... 2- move the handles to resize (wi...
- Fri Mar 05, 2010 3:45 pm
- Forum: Talking LiveCode
- Topic: Function syntax
- Replies: 2
- Views: 2605
Re: Function syntax
You are of course right.
I used to have a function there and changed it to a command without realizing I needed to change the syntax..
Thanks so much
Cheers,
I used to have a function there and changed it to a command without realizing I needed to change the syntax..
Thanks so much
Cheers,
- Fri Mar 05, 2010 11:59 am
- Forum: Talking LiveCode
- Topic: Function syntax
- Replies: 2
- Views: 2605
Function syntax
I tried to pass two integer number (lets call them xx and yy) to a handler (they are the coordinates of a point on the screen. Lets call the handler MoveItThere on MoveItThere xpos, ypos set the loc of graphic "littlecircle" xpos/2 &","& ypos/2 -- put the graphic half-from the xpos ypos original pos...
- Fri Feb 26, 2010 6:28 pm
- Forum: Talking LiveCode
- Topic: constrained drag
- Replies: 1
- Views: 1985
constrained drag
Any suggestions on how to implement a constrained drag. As in Iphoto 9, when you can drag a small rectangle in a large thumbnail to drive the part of the image to displayed in a larger frame. Clearly the button border cannot extend outside of the image area... I intend to use a button with border an...
- Sat Feb 20, 2010 7:00 pm
- Forum: Talking LiveCode
- Topic: Copying a frame to an image.
- Replies: 2
- Views: 2391
Re: Copying a frame to an image.
Thanks a lot.
Yes it does the job!
Cheers,
Yes it does the job!
Cheers,
- Sat Feb 20, 2010 5:43 am
- Forum: Talking LiveCode
- Topic: Copying a frame to an image.
- Replies: 2
- Views: 2391
Copying a frame to an image.
I would like to copy ( at full resolution) a single frame from a quicktime movie. Any suggestions? I was given by Jaqueline (runrev) the suggestion of import snapshot. This however requires the movie to be displayed at full size (which I would like to avoid if possible). The idea is to take individu...