Search found 5 matches

by monicaBUSGk9X
Thu Sep 13, 2012 11:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Drawing with Drag through Script
Replies: 4
Views: 3788

Re: Drawing with Drag through Script

Hi Guys,
Thanks for writing! I'll clarify...
Am going to have an image that may need to be resized (to zoom in or zoom out of it) with a pinch and zoom.
Can I have the points and line drawn "scale" relative to the image?

Thanks again
Monica
by monicaBUSGk9X
Wed Sep 05, 2012 11:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Drawing with Drag through Script
Replies: 4
Views: 3788

Drawing with Drag through Script

Hello! I am attempting to automate drawing a line over an image but am unsure how to target the image I'm "dragging" over. Here is what I have thus far: on mouseUp choose pencil tool set the penColor to "red" set the lineSize to 10 drag from 690,424 to 540,424 drag from 540,424 to 540,435 drag from ...
by monicaBUSGk9X
Fri Aug 17, 2012 8:38 pm
Forum: Databases
Topic: Horizontal Looping Repeat Region
Replies: 5
Views: 6267

Re: Horizontal Looping Repeat Region

Hi Mark, Sorry! :shock: I thought the attachment would have been clear enough to read the "Image or Text" on it but now I see that's is relatively fuzzy. Yes, my intent is to position pictures, and in some cases a fixed size text block, evenly on a card. The database comes in because the filenames a...
by monicaBUSGk9X
Mon Aug 13, 2012 5:48 pm
Forum: Databases
Topic: Horizontal Looping Repeat Region
Replies: 5
Views: 6267

Re: Horizontal Looping Repeat Region

Hi Mark,

Thanks for the suggestions. I'm not certain how that would loop an image both horizontally and vertically?

I'll work up some pseudocode to see if I can clarify. :) Any other thoughts are still welcome!

Thank you!
Monica
by monicaBUSGk9X
Tue Aug 07, 2012 9:47 pm
Forum: Databases
Topic: Horizontal Looping Repeat Region
Replies: 5
Views: 6267

Horizontal Looping Repeat Region

Hello! I'm translating over from the PHP web world and have a question on how to create a horizontal looping repeat region in Live Code? I would be using a MySQL or SQLite database for my query. Then, I want to put my results on my stack with a defined column size and then it will loop horizontally ...