There was a demo a while back of doing that.
>
> http://forums.livecode.com/viewtopic.php?p=172729#p172729
>
> Thanks,
> Brian
> On Dec 18, 2018, 3:52 PM -0600, Scott Rossi via use-livecode <
> use-livecode@lists.runrev.com>, wrote:
> > Hi All:
> >
> >
Hi All:
Wondering if it's possible to use a custom marker with the map widget. I
want to continuously track and show the user's location with a custom icon,
but can't find any way to overlay an image on the widget, as it seems to be
the equivalent of a web view.
Thanks for any suggestions.
_
You can use the effectivePoints to get the points of any graphic shape, but
depending on the size, your oval may produce too many points.
In any event, your source oval doesn't need to be perfect. If you reference a
"decent" number of points along the shape of the oval, your image will have the
Mark, Monument Valley isn’t Apple, it's Ustwo Games. Blame them :-)
If MV2 isn’t in the Play Store yet, have you gotten ahold of the add-ons for
MV1?
Forgotten Shores and Ida’s (RED) Dream? Definitely worth purchasing, IMO.
Generally, people seem to be complaining that the challenge in the new
You don’t have to keep your mouth shut. In fact, you should be vocal, but you
want your tester to be more vocal.
Generalized suggestions from past experience…
- First, explain to the tester in general terms what your app does. Avoid
getting into operating specifics.
- Tell the tester you wan
Hi Jonathan:
Just doing some simple tests, your script is great. Thanks for sharing it on
the list.
Two minor improvements I would suggest:
1) After the mouseUp handler, add a mouseRelease handler to trigger
deceleration/stop when the mouse is released outside of the target control.
on mouse
Keep in mind, there’s also the lockUpdates property of groups, which while
differing mechanically “under the hood”, essentially causes the same perceived
result — while enabled, a group’s rect is not changed when its child objects
are resized/repositioned.
I don’t know how all these are verbose
My understanding is, “before” and “after” are really only intended to work with
mouse events.
Regards,
Scott Rossi
Creative Director
Tactile Media, UX/UI Design
> On Jun 13, 2017, at 12:24 PM, Sannyasin Brahmanathaswami via use-livecode
> wrote:
>
> OK so *why* is
>
> before mouseup
The most important rule to follow when establishing any new property should be:
Don't use "dont".
The application of a "negative property" should never have been established
(dontWrap, I'm talking to you). Properties should always be non-negative and
simply enabled or disabled depending on t
If I click the download link on a page being displayed in the browser widget,
what happens with the linked file? Does the download take place and if so, is
the file accessible somehow?
Thanks & Regards,
Scott Rossi
Creative Director
Tactile Media, UX/UI Design
__
Remove the first "binfile" usage, so your code reads like this:
put URL tNewImageLink into URL ("binfile:" & tNewFolder & "/" &
tNewImageName)
I used the following to test download to the desktop and it works as
expected:
put
"http://s3.amazonaws.com/appforest_uf/f1496548544475x140387106221169
@Mark — the sequence/direction is clockwise, if that helps. So top -> left…
doesn’t work.
Scott Rossi
Creative Director
Tactile Media, UX/UI Design
> On May 24, 2017, at 12:35 PM, Mark Wieder via use-livecode
> wrote:
>
> On 05/24/2017 12:25 PM, Alex Tweedly via use-livecode wrote:
>> c
Maybe it’s more accurate to say “one single path definition” because you aren’t
limited to a single vector path. You can create compound graphics from
multiple paths as is done in many icons and graphics.
For example:
go url "http://tactilemedia.com/download/svg_sample.livecode";
Regards,
Sco
Then don’t look in the Balkans.
Scott Rossi
Creative Director
Tactile Media, UX/UI Design
> On Apr 28, 2017, at 11:18 AM, Richmond Mathewson via use-livecode
> wrote:
>
> Not showing up in the Balkans.
>
> Richmond.
>
> On 4/28/17 9:06 pm, Scott Rossi via use
Note today’s Google doodle topic is especially appropriate for the LC community.
Regards,
Scott Rossi
Creative Director
Tactile Media, UX/UI Design
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, un
The thing about using a graphic gradient (as opposed to an image) is the
graphic is infinitely more flexible:
- variable size (no loss of quality when resizing)
- variable colors
- variable transparency
As far as exporting goes, last I checked, I don’t think ink effects export
intact, even when
Without knowing exactly what you're trying to accomplish, one way is to display
only a few rows of buttons beyond what will fit comfortably on a screen, and
when scrolling takes place, "recycle" the rows around to the end (or beginning)
with new glyphs applied.
Assuming all the characters are f
If your image was 256 colors, the Index > Mode menu would show Indexed Color
checked, instead of RGB Color.
The RGB/8 Bit you’re seeing in the Photoshop menu actually reads “8
Bits/Channel” — an RGB image is 3 channels (red, green, blue), 8 bits each, so
24 bit color.
Again, if you really want
You say the mode is 8 bit. I might be wrong, but I don’t believe JPEG supports
8 bit (256 color) images. Even if it does technically, the format is not
really intended for 8 bit images, but rather 16 bit or higher.
When I generate an 8 bit indexed color image in Photoshop and look at the Save
19 matches
Mail list logo