Re: Adding Effects to widgets

2016-11-20 Thread Sannyasin Brahmanathaswami
HH: what is one or two examples of an "astounding visual effect" that you achieved? I'm looking at putting these on top of photos, looking for the most elegant integration…. The group will automatically be an ugly rectangle/square, (which doesn't help) try this: go stack url

Re: Type on an angle

2016-11-20 Thread Scott Rossi
This is great. True, it runs a bit slowly in 7/8, but scripted image calculations have always been this way, and having any option at all in LC to do this type of manipulation is very welcome. A few of us have been wanting something like this for years. Thanks for this great example. Regards,

Re: Type on an angle

2016-11-20 Thread Scott Rossi
On 11/20/16, 5:36 PM, I wrote: >The embedded screen capture below may not arrive on the list intact, but >illustrates the point. Well, I tried. http://tactilemedia.com/download/rotated_text.gif Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design

Re: Type on an angle

2016-11-20 Thread Scott Rossi
On 11/20/16, 1:42 AM, "use-livecode on behalf of hh" wrote: > > Adding a 'native' angle property doesn't turn a bitmap display into a > raster display based on postscript/pdf. > Adobe Photoshop and Illustrator use

Re: GUI Design Tasks Send Back - Bring Forward

2016-11-20 Thread Sannyasin Brahmanathaswami
roger.e.el...@sealedair.com> wrote: pressing Control-[ or Control-]. OH ..duh! yes completely forgot about those key board shortcuts! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Compound Path SVG Breaks in Widget?

2016-11-20 Thread Paul Hibbert
Just re-created your SVG from the SVG text and opened the file in Affinity Designer, then exported it as SVG, converted back to text and then extracted the SVG paths: M112,0l-100,0c-6.583,0 -12,5.417 -12,12c0,6.583 5.417,12 12,12l100,0c6.583,0 12,-5.417 12,-12c0,-6.583 -5.417,-12

Re: Swipe gestures on a mobile scroller

2016-11-20 Thread J. Landman Gay
I wish. :) I'm hoping the LC team will fix it. Apparently that would solve problems for a lot of us. On 11/20/16 3:53 PM, Scott Morrow wrote: Jacque, I had intermittent luck with touchMove as well. I was using it to swipe open a “delete” button. In the app that uses this feature there is

Re: external for an Android mobile app

2016-11-20 Thread J. Landman Gay
On 11/20/16 11:40 AM, jbv wrote: Hi list When one needs an external for an Android version of an app for mobile, where is the best place to turn to ? I contacted support to have the LC team do one for me. There are people on the list here who might be able to do one too, depending on what you

Compound Path SVG Breaks in Widget?

2016-11-20 Thread Sannyasin Brahmanathaswami
1) 3 bar menu (hamburger menu" download SVG icon from http://www.flaticon.com/ 2) open in Illustrator 3) select all 4) Make compound path save as SVG file looks like this: http://www.w3.org/2000/svg; viewBox="0 0 124 112">three-horizontal-lines_compound Pasting this into the widget

Re: Swipe gestures on a mobile scroller

2016-11-20 Thread Scott Morrow
Jacque, I had intermittent luck with touchMove as well. I was using it to swipe open a “delete” button. In the app that uses this feature there is another way to accomplish the same thing so I settled for intermittent. Selfishly, hoping it was something I did wrong and that you would solve it

Re: Type on an angle

2016-11-20 Thread BNig
Sannyasin Brahmanathaswami wrote > Thanks everyone my responses is > > "All of the above" > > -- @ Bernd: your HTML5 demo is amazing! Where can I can we get the source? > BR > > On 11/20/16, 12:52 AM, "use-livecode on behalf of BNig" wrote: > > Elanor has a simple and bare bones LCB file

Re: Type on an angle

2016-11-20 Thread Sannyasin Brahmanathaswami
Thanks everyone my responses is "All of the above" -- snapshot really has major issues with returning bit map -- widgets all look great and I think they all have their use cases. -- @ HH stack with perspectives is awesome, thank you! -- @ Bernd: your HTML5 demo is amazing! Where can I can we

Re: Swipe gestures on a mobile scroller

2016-11-20 Thread J. Landman Gay
On 11/20/16 12:36 PM, Paul Hibbert wrote: It is only a workaround implemented by intercepting the scrollerDidScroll message I just tried both Scott's touchMove solution and Paul's scrollerDidScroll suggestion but neither seem to work on Android. I'm not surprised there was no

Re: Swipe gestures on a mobile scroller

2016-11-20 Thread Paul Hibbert
> On Nov 20, 2016, at 11:03 AM, J. Landman Gay wrote: > > does that mean the hscroll property of the mobile scroller must be true? Just tried this simplified version and it works fine too: on scrollerDidScroll hOffset, vOffset // Scroll Detect // if hOffset <0

Re: Swipe gestures on a mobile scroller

2016-11-20 Thread Paul Hibbert
> On Nov 20, 2016, at 11:03 AM, J. Landman Gay > wrote: > > does that mean the hscroll property of the mobile scroller must be true? No, the hScroll prop is still false, you are just detecting and using (diverting) the information

Re: Swipe gestures on a mobile scroller

2016-11-20 Thread J. Landman Gay
On 11/20/16 12:36 PM, Paul Hibbert wrote: On Nov 19, 2016, at 8:06 PM, J. Landman Gay wrote: I'm not sure how it could work, since the horizontal scroll of my field is always zero. It doesn't scroll horizontally at all. The actual hScroll of the field isn’t set,

Re: Swipe gestures on a mobile scroller

2016-11-20 Thread Paul Hibbert
> On Nov 19, 2016, at 8:06 PM, J. Landman Gay wrote: > > I'm not sure how it could work, since the horizontal scroll of my field is > always zero. It doesn't scroll horizontally at all. The actual hScroll of the field isn’t set, only the vScroll is set in this

external for an Android mobile app

2016-11-20 Thread jbv
Hi list When one needs an external for an Android version of an app for mobile, where is the best place to turn to ? Thanks jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Type on an angle

2016-11-20 Thread Richmond
Very true. On 20.11.2016 18:04, Dr. Hawkins wrote: On Sun, Nov 20, 2016 at 4:14 AM, Richmond wrote: To turn a textField should be no more complicated than: 1. export snapshot of textField (border? backGroundColor? textColor? font?), At which point you have a

Re: Type on an angle

2016-11-20 Thread hh
BR wrote: > Working on GUI today I created a field and thinking it would be cool > to have it run sideways at an angle along the edge of an element in > the background photo ... Any solutions? You may use my gift for the community (to X-mas or New year's evening or similar): ** Perspective

Re: Type on an angle

2016-11-20 Thread Dr. Hawkins
On Sun, Nov 20, 2016 at 4:14 AM, Richmond wrote: > To turn a textField should be no more complicated than: > > 1. export snapshot of textField (border? backGroundColor? textColor? > font?), > At which point you have a bitmap not an image. Fine for the screen but

Re: Which widgets would YOU want to build?

2016-11-20 Thread hh
> combobox ... There is, connected to that, already a list widget and a multilist widget https://github.com/livecode/livecode/tree/develop/extensions/widgets There is, also connected to that, no 'pure' field object in LC Builder. ___ use-livecode

Re: Type on an angle

2016-11-20 Thread zryip theSlug
Hi, The only widget I created so far is an orientable text with the following properties: - label - angle - font name - font size - font color - font color opacity - background color - background opacity I created it long time ago with the very first LC version supporting widgets and have

Re: Macintosh support

2016-11-20 Thread Richmond
"LiveCode 9 may still run on OS X 10.7, for the time being" It does, cheers, cheers! Having just invested 190 Euros in a 2006 Intel iMac (max OS 10.7) I am extremely happy about this. Personally I couldn't care less about "Official Support": if I make a c*ck up I'll take the

Which widgets would YOU want to build? [WAS] Type on an angle

2016-11-20 Thread Malte Brill
I do not want to capture the rotation thread… I went into more details on what is keeping me back from going through the headaches of learning builder at the moment in my previous mail. I think it would be a good idea to desribe what I would be wanting to build (well actually I want to use it,

Re: Type on an angle

2016-11-20 Thread Richmond
I do ALL my graphics externally except for snapshots of textFields. To turn a textField should be no more complicated than: 1. export snapshot of textField (border? backGroundColor? textColor? font?), 2. rotate it in graphics package of choice (GIMP, Photoshop, etc.), 3. import into stack as

Re: Type on an angle

2016-11-20 Thread Malte Brill
Sorry for hijacking the thread... TL/DR: Do we have Text input into widgets? How can we get our feet wet easier with that stuff? ——— Richard wrote: > I have maybe two apps across all my computing devices that let me edit > rotated text, but I have dozens that display text in a variety of >

Re: Type on an angle

2016-11-20 Thread BNig
Elanor has a simple and bare bones LCB file for a widget that can rotate one line of text in the attachement of http://quality.livecode.com/show_bug.cgi?id=17782 The widget I did turns one line of text horziontally

Re: Type on an angle

2016-11-20 Thread hh
Roger E. wrote: > I would much rather have a native angle property as a part of the text > field. Live text on an angle like Adobe Photoshop and Illustrator have > would enable a whole world of design apps with LiveCode. I've used the > snapshot workaround for 15 years, and it has never

Re: Swipe gestures on a mobile scroller

2016-11-20 Thread Scott Morrow
I used touchMove and found it at least partially reliable for horizontal swipes on iOS (not tried on Android) Something like: global gHorizontalSwipeDistance local lMouseStartH local lMouseStartV -- put 80 into gHorizontalSwipeDistance -- depending on the resolution during startup on