Search found 60 matches

by netdzynr
Fri Jan 28, 2022 8:13 pm
Forum: Talking LiveCode
Topic: [ANN] Open Source Offering
Replies: 5
Views: 3027

[ANN] Open Source Offering

Hey LC folks: It's been a while since I've been around, but wanted to share a small announcement. Some of you oldtimers might recall an add-on package for LC I was developing several years back called tmControl which was a collection of theme-able controls (mostly for mobile, but also some desktop)....
by netdzynr
Mon Dec 17, 2018 11:40 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Map with Custom Marker
Replies: 1
Views: 2443

Map with Custom Marker

I need to show current position on the map widget using a custom marker -- I want to continuously track the location of a user that is moving, like the arrow displayed when riding in a car. The map widget appears to display in a web view or similar control that prevents overlying an image. How can I...
by netdzynr
Fri Jan 26, 2018 9:29 am
Forum: Games
Topic: Maybe Worth A Look If You're Building Games
Replies: 16
Views: 18710

Maybe Worth A Look If You're Building Games

One perspective coming from a LiveCode background:

http://tactilemedia.com/blog/2018/01/26 ... nstruct-3/
by netdzynr
Sun Sep 04, 2016 10:04 pm
Forum: HTML5
Topic: Visual Effects?
Replies: 2
Views: 4006

Re: Visual Effects?

Alejandro, you can try it yourself -- make a simple two card stack or try to hide and show an object. This causes an error here.
by netdzynr
Mon Aug 29, 2016 8:18 am
Forum: HTML5
Topic: Visual Effects?
Replies: 2
Views: 4006

Visual Effects?

Trying to use any visual effect seems to consistently throw a Javascript exception.

Is there any way to employ visual effects in an HTML5 stack?
by netdzynr
Wed Mar 30, 2016 7:29 pm
Forum: LiveCode Builder
Topic: Why pi?
Replies: 2
Views: 3655

Re: Why pi?

OK, no reserved word conflict there :-)

Thanks.
by netdzynr
Wed Mar 30, 2016 5:47 pm
Forum: LiveCode Builder
Topic: Why pi?
Replies: 2
Views: 3655

Why pi?

I'm looking at the speech bubble widget lesson and trying to understand the syntax. Why does pi appear in the following lines and what does its use mean?

metadata bubbleText.editor is "com.livecode.pi.string"
metadata bubbleColor.editor is "com.livecode.pi.enum"

Thanks.
by netdzynr
Sun Mar 27, 2016 1:46 am
Forum: Talking LiveCode
Topic: Blog Post on Blur and Pixelization
Replies: 0
Views: 1655

Blog Post on Blur and Pixelization

Image

New blog article about crazy fast blur and pixelizing effects, with sample stacks.

http://tactilemedia.com/blog/
by netdzynr
Mon Mar 21, 2016 8:41 am
Forum: Announcements
Topic: [ANN] Material Design Animated Buttons for tmControl2
Replies: 0
Views: 4285

[ANN] Material Design Animated Buttons for tmControl2

http://tmtools.tactilemedia.com/newsletter/images/header-material.jpg Now that tmControl2 has been updated along with controls for iOS, I'm starting to look at Android. This first release is a set of buttons that incorporate the ripple effect used in Google's Material Design. Get the full details h...
by netdzynr
Fri Mar 18, 2016 8:38 pm
Forum: Announcements
Topic: [ANN] tmControl2 v2.2 for LiveCode 7
Replies: 6
Views: 6780

Re: [ANN] tmControl2 v2.2 for LiveCode 7

FYI, on Sunday April 20 midnight PST, all introductory discounts for tmControl2 v2.2 will end.

If you're looking for a complete set of mobile controls for iOS, with example code and implementations, tmControl2 is a good option. Visit http://tmtools.tactilemedia.com/tmcontrol2 for details.
by netdzynr
Mon Mar 14, 2016 9:19 am
Forum: Announcements
Topic: [ANN] tmControl2 v2.2 for LiveCode 7
Replies: 6
Views: 6780

Re: [ANN] tmControl2 v2.2 for LiveCode 7

A few people have asked for specifics about the controls included in the tmControl2 package. I've updated the product page with a visual list of the controls: http://tmtools.tactilemedia.com/tmcontrol2/

Hope this helps.
by netdzynr
Fri Mar 11, 2016 8:36 pm
Forum: Announcements
Topic: [ANN] tmControl2 v2.2 for LiveCode 7
Replies: 6
Views: 6780

Re: [ANN] tmControl2 v2.2 for LiveCode 7

http://tactilemedia.com/download/tmGuide_icon.png As a followup to yesterday's announcement, I'm happy to report that the guide app included in the tmControl2 package is now available in the iTunes App Store. Called tmGuide, the app demonstrates the use of each control, and the output (if any) each...
by netdzynr
Thu Mar 10, 2016 1:22 pm
Forum: Announcements
Topic: [ANN] tmControl2 v2.2 for LiveCode 7
Replies: 6
Views: 6780

[ANN] tmControl2 v2.2 for LiveCode 7

Image

Happy to announce a rebuilt version of my tmControl2 iOS control set for LiveCode. Get the full details here:
http://tactilemedia.com/blog/2016/03/10 ... rol2-v2-2/
by netdzynr
Wed Dec 16, 2015 7:17 pm
Forum: Multimedia
Topic: Animating images at different speeds
Replies: 14
Views: 11939

Re: Animating images at different speeds

A nice start. If you were looking to produce an actual parallax effect, this is usually achieved by objects closest to the viewer moving faster than objects farther from the viewer. So consider switching the rates you're using on the cloud and figure images. I uploaded a modified version of your sta...
by netdzynr
Tue Sep 22, 2015 7:24 pm
Forum: LiveCode Global Jam
Topic: Graphics Bug
Replies: 9
Views: 51751

Re: Graphics Bug

goharika wrote:Hi I need to know how you are removing grafic effect.
For example I am checking statement and if it is right I am setting outer glow, and want to remove this effect in else statement. How?
set the outerGlow of graphic 1 to empty

Go to advanced search