XAML tools, viewers and converters

2017-07-22 Thread Alejandro Tejada via use-livecode
I am testing different tools, viewers and converters before starting writing a script that would import Xaml files. Could you post which applications do you use to work with Xaml files? Although Inkscape could save svg as xaml, I found svg2xaml.exe more useful to convert svg files to Xaml:

Re: Ethereal Breakpoints

2017-07-22 Thread Sannyasin Brahmanathaswami via use-livecode
all of the above experiences confirmed here.. it's so bad sometimes I remove all break points from the menu, save everything, shut down and start add manual breakpoint in the actual code. with my text editor (using 85% script only text.livecodescripts now) then reboot and pray. such a

Re: Swipe transitions

2017-07-22 Thread Sannyasin Brahmanathaswami via use-livecode
yes, this! The deeper I get into mobile design the more it becomes clear that true swipe transitions are somnething users expect, and by extension something new developers would expect to be supported. hit me hard yesterday when a new beta tester, 15 year old with an iPod Touch

Re: iPad portrait size stack doesn't fit to display

2017-07-22 Thread Mike Kerner via use-livecode
sign on to my feature request/bug report from whenever it was. Also, Scott has a plugin called revNavigator that acts like the old HC positioning palette. It lets you move any open LC window around as you need to. On Sat, Jul 22, 2017 at 3:42 AM, Antti Ilola via use-livecode <

Re: Setting image source of fld char to remote URL

2017-07-22 Thread hh via use-livecode
Of course you can get the display in a browser widget by setting the htmltext alone if you give the image source _directly_ (as part of the htmltext) as base64 encoded data. " [After LC-base64-encode replace linefeed with empty in the data.] ___

Re: Setting image source of fld char to remote URL

2017-07-22 Thread hh via use-livecode
Browser widget: Use a HTML-file and set the URL of the widget to that file. Setting the htmltext alone in order to get an image from a server usually doesn't work (what is the same with all browsers, this is not LC-special). If you wish to work with the image, you may have to respect the

Setting image source of fld char to remote URL

2017-07-22 Thread Sannyasin Brahmanathaswami via use-livecode
Our new heifer, Kali is a "doll" http://www.himalayanacademy.com/blog/wp-content/uploads/2017/07/kali-the-calf/kali-real-close.JPG playing around with a silly brainstorm… "in app blog thingy" on mouseUp set the imageSource of last char of fld "app-news" to

Re: Swipe transitions

2017-07-22 Thread J. Landman Gay via use-livecode
On 7/19/17 4:17 PM, Richard Gaskin via use-livecode wrote: J. Landman Gay wrote: > On 7/19/17 2:10 PM, Richard Gaskin via use-livecode wrote: >> But that would only take care of the swipe of the current card. >> We'd also need some way to assign the destination card for each >> swipe

Re: I just added an enhancement request - 20138 - suggestion for in-app ads

2017-07-22 Thread Richard Gaskin via use-livecode
Dan Brown wrote: > The logistics of operating an ad aggregator would be a full time > business in itself I'd imagine. However lc forming a partnership > with one of the top existing aggregators and creating a widget to > display the ads I could see being a winner. > > For apps made in lc

Re: I just added an enhancement request - 20138 - suggestion for in-app ads

2017-07-22 Thread Dr. Hawkins via use-livecode
On Fri, Jul 21, 2017 at 10:30 PM, Dan Brown via use-livecode < use-livecode@lists.runrev.com> wrote: > The logistics of operating an ad aggregator would be a full time business > in itself I'd imagine. However lc forming a partnership with one of the top > existing aggregators and creating a

Re: Ethereal Breakpoints

2017-07-22 Thread Bob Hall via use-livecode
And I should clarify, the fix is for the “delayed moving” of break points. Not the “ethereal” issue ;-) Bob ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Ethereal Breakpoints

2017-07-22 Thread Bob Hall via use-livecode
> > I haven’t looked at the code that tries to keep the like paired with the > breakpoint but my gut feeling is to do it right you would want to set some > metadata on the line of the field and then look for it when updating the > gutter. I’ll try and find some time to take a look into it. >

Re: I just added an enhancement request - 20138 - suggestion for in-app ads

2017-07-22 Thread Jonathan Lynch via use-livecode
That would work for me. Sent from my iPhone > On Jul 22, 2017, at 1:30 AM, Dan Brown via use-livecode > wrote: > > The logistics of operating an ad aggregator would be a full time business > in itself I'd imagine. However lc forming a partnership with one of the

Re: iPad portrait size stack doesn't fit to display

2017-07-22 Thread Antti Ilola via use-livecode
Thank you all, specially Jacque. 0.75 was too little, but 0.7 did it just fine. Maybe if I read a guide, I would have found it there, but I'm too lazy and I knew that someone would help me in this fine community :-) Antti 2017-07-21 21:30 GMT+03:00 Devin Asay via use-livecode <