Re: Tab alignment in fields

2017-12-13 Thread Richard Gaskin via use-livecode

Mark Waddingham wrote:

> On 2017-12-13 19:57, Richard Gaskin via use-livecode wrote:
>> I haven't been watching GH so I'm not familiar with those PRs.
>> Before I get too excited, what does this mean for the LC RPi build?
>>  Will this become an officially supported platform with v9?
>
> Not for v9 - but some point next year (hopefully the first half!).
>
> The PRs to make it build are one side of the story, there's also a
> fair bit of infrastructure work to do to (i.e. updating vulcan with
> the necessary builders so we can build RPi along with all the other
> platforms).

Very exciting indeed.  Thanks for that background.

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Tab alignment in fields

2017-12-13 Thread Mark Waddingham via use-livecode

On 2017-12-13 19:57, Richard Gaskin via use-livecode wrote:

I haven't been watching GH so I'm not familiar with those PRs.  Before
I get too excited, what does this mean for the LC RPi build?  Will
this become an officially supported platform with v9?


Not for v9 - but some point next year (hopefully the first half!).

The PRs to make it build are one side of the story, there's also a fair 
bit of infrastructure work to do to (i.e. updating vulcan with the 
necessary builders so we can build RPi along with all the other 
platforms).


Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Tab alignment in fields

2017-12-13 Thread Richard Gaskin via use-livecode

Mark Wieder wrote:

> On 12/12/2017 08:37 PM, Monte Goulding via use-livecode wrote:
>> On 13 Dec 2017, at 12:43 pm, Mark Wieder wrote:
>> On 12/12/2017 05:14 PM, hh via use-livecode wrote:
 Fraser?!?
 Are you back? Back to make libbrowser run on Raspi? :---)))
>>>
>>> https://github.com/livecode/livecode/pull/6182 


>
>> That PR is for Pi in general but works around the fact we don’t have
>> a libcef build for Pi to use by just not adding a CEF browser
>> factory. So libbrowser will work but do nothing. At the moment we use
>> the distributed binaries for libcef (there is no Pi binary
>> distributed) but if we did the work required to build it from source
>> then we could feasibly support it because it can be built for Pi.
>> That obviously comes with a fairly significant maintenance cost
>> though.
>
> Yes, but... that's one of several PRs that Fraser committed in one
> fell swoop for better ARM support. I've been living without any CEF
> browser for months now, so not having one on the Pi isn't going to
> keep my enthusiasm in check. 

I haven't been watching GH so I'm not familiar with those PRs.  Before I 
get too excited, what does this mean for the LC RPi build?  Will this 
become an officially supported platform with v9?


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Tab alignment in fields

2017-12-13 Thread Bob Sneidar via use-livecode
That's only for multi-dimensional tab stops. 

Bob S


> On Dec 12, 2017, at 16:34 , J. Landman Gay via use-livecode 
>  wrote:
> 
> I was working with this recently. The dictionary says "The tabAlign of a 
> field is a return delimited list of alignments, separated by commas."
> 
> How is a return delimited list separated by commas?
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Tab alignment in fields

2017-12-12 Thread Mark Wieder via use-livecode

On 12/12/2017 08:04 PM, hh via use-livecode wrote:


I have to cancel all my dates for the rest of the year.


Um... you *are* aware that that's a matter of about two weeks, right?

--
 Mark Wieder
 ahsoftw...@gmail.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Tab alignment in fields

2017-12-12 Thread Mark Wieder via use-livecode

On 12/12/2017 08:37 PM, Monte Goulding via use-livecode wrote:



On 13 Dec 2017, at 12:43 pm, Mark Wieder via use-livecode 
 wrote:

On 12/12/2017 05:14 PM, hh via use-livecode wrote:

Fraser?!?
Are you back? Back to make libbrowser run on Raspi? :---)))


https://github.com/livecode/livecode/pull/6182 


That PR is for Pi in general but works around the fact we don’t have a libcef 
build for Pi to use by just not adding a CEF browser factory. So libbrowser 
will work but do nothing. At the moment we use the distributed binaries for 
libcef (there is no Pi binary distributed) but if we did the work required to 
build it from source then we could feasibly support it because it can be built 
for Pi. That obviously comes with a fairly significant maintenance cost though.


Yes, but... that's one of several PRs that Fraser committed in one fell 
swoop for better ARM support. I've been living without any CEF browser 
for months now, so not having one on the Pi isn't going to keep my 
enthusiasm in check. 


--
 Mark Wieder
 ahsoftw...@gmail.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Tab alignment in fields

2017-12-12 Thread Monte Goulding via use-livecode

> On 13 Dec 2017, at 12:43 pm, Mark Wieder via use-livecode 
>  wrote:
> 
> On 12/12/2017 05:14 PM, hh via use-livecode wrote:
>> Fraser?!?
>> Are you back? Back to make libbrowser run on Raspi? :---)))
> 
> https://github.com/livecode/livecode/pull/6182 
> 
That PR is for Pi in general but works around the fact we don’t have a libcef 
build for Pi to use by just not adding a CEF browser factory. So libbrowser 
will work but do nothing. At the moment we use the distributed binaries for 
libcef (there is no Pi binary distributed) but if we did the work required to 
build it from source then we could feasibly support it because it can be built 
for Pi. That obviously comes with a fairly significant maintenance cost though.

Cheers

Monte
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Tab alignment in fields

2017-12-12 Thread hh via use-livecode
WOW! And moreover HTML5 progress and LCB progress ...
I have to cancel all my dates for the rest of the year.

Thanks a lot Mark for that hint.

> Mark Wieder wrote:
> https://github.com/livecode/livecode/pull/6182


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Tab alignment in fields

2017-12-12 Thread Mark Wieder via use-livecode

On 12/12/2017 05:14 PM, hh via use-livecode wrote:

Fraser?!?
Are you back? Back to make libbrowser run on Raspi? :---)))


https://github.com/livecode/livecode/pull/6182
--
 Mark Wieder
 ahsoftw...@gmail.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Tab alignment in fields

2017-12-12 Thread hh via use-livecode
Fraser?!?
Are you back? Back to make libbrowser run on Raspi? :---)))

Hermann

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Tab alignment in fields

2017-12-12 Thread J. Landman Gay via use-livecode

On 12/12/17 5:55 PM, Fraser Gordon via use-livecode wrote:

On 12/12/2017 17:45, Sannyasin Brahmanathaswami via use-livecode wrote:

If you set tab stops for a field, Is there a way to set the alignment for one 
stop/column?
e.g. have all the numbers in the final column on the right align vertically to 
the decimal point or left??

Yup -https://livecode.com/resources/api/#livecode_script/tabalign



I was working with this recently. The dictionary says "The tabAlign of a 
field is a return delimited list of alignments, separated by commas."


How is a return delimited list separated by commas?

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Tab alignment in fields

2017-12-12 Thread Fraser Gordon via use-livecode
On 12/12/2017 17:45, Sannyasin Brahmanathaswami via use-livecode wrote:
> If you set tab stops for a field, Is there a way to set the alignment for one 
> stop/column?
> e.g. have all the numbers in the final column on the right align vertically 
> to the decimal point or left??
Yup - https://livecode.com/resources/api/#livecode_script/tabalign

> I'm pretty sure the answer is no, but just checking if I missed something new…
I added it in LiveCode 7 because we needed most of its mechanisms to
implement right-to-left text properly; getting per-tab-cell alignment
was just a happy bonus ;)

> All the new text style options seem to be for an entire paragraph (aka 
> "line). Nothing in the dictionary related to a "chunk" alignment.

By necessity, tabs have to apply to a whole line - it doesn't really make sense 
to have them settable at any other granularity. (Though, as always, you can set 
them on the field as a whole).

Fraser


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Tab alignment in fields

2017-12-12 Thread Sannyasin Brahmanathaswami via use-livecode
very old dumb question:

If you set tab stops for a field, Is there a way to set the alignment for one 
stop/column?
e.g. have all the numbers in the final column on the right align vertically to 
the decimal point or left??

I'm pretty sure the answer is no, but just checking if I missed something new…

All the new text style options seem to be for an entire paragraph (aka "line). 
Nothing in the dictionary related to a "chunk" alignment,

BR

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode