Re: Nice news for builders of financial apps

2014-05-20 Thread Robert Brenstein


Richard Gaskin wrote

 Check this out - looks like independent column alignment via a tabAlign
 property is coming in v7:
 ...


Wow! I have been waiting long, long time for this!!!

RObert

___
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: Nice news for builders of financial apps

2014-05-20 Thread BNig
Hi Richard,


Richard Gaskin wrote
> Check this out - looks like independent column alignment via a tabAlign 
> property is coming in v7:
> ...
> I know what I'll be testing during the LiveCode Global Jam

this is fantastic news and I think I will join you for the LiveCode Global
Jam
If this works it opens a whole new way to present data easily, without any
hacks.

Kind regards
Bernd



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Nice-news-for-builders-of-financial-apps-tp4679729p4679766.html
Sent from the Revolution - User mailing list archive at Nabble.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: Nice news for builders of financial apps

2014-05-20 Thread Peter Haworth
+1

Pete
lcSQL Software
On May 19, 2014 11:09 PM, "Jerry Jensen"  wrote:

> On May 19, 2014, at 2:55 PM, Richard Gaskin 
> wrote:
>
> > Alejandro Tejada wrote:
> >
> >> Richard Gaskin wrote
> >>> [snip]
> >>> With the field object now supporting independent column alignment, we
> >>> get attractive super-efficient, super-simple displays for columnar data
> >>> that may include numeric values.
> >>
> >> Where could we download a demo stack? :)
> >
> > As soon as you make one. :)
> >
> > The feature hasn't been released yet, so none of us have had a chance to
> build anything with that yet.
>
> Bernd Niggemann's very useful modTableField will get a lift from this
> feature.
> .Jerry
>
>
> ___
> 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
>
___
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: Nice news for builders of financial apps

2014-05-19 Thread Jerry Jensen
On May 19, 2014, at 2:55 PM, Richard Gaskin  wrote:

> Alejandro Tejada wrote:
> 
>> Richard Gaskin wrote
>>> [snip]
>>> With the field object now supporting independent column alignment, we
>>> get attractive super-efficient, super-simple displays for columnar data
>>> that may include numeric values.
>> 
>> Where could we download a demo stack? :)
> 
> As soon as you make one. :)
> 
> The feature hasn't been released yet, so none of us have had a chance to 
> build anything with that yet.

Bernd Niggemann's very useful modTableField will get a lift from this feature.
.Jerry


___
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: Nice news for builders of financial apps

2014-05-19 Thread Richard Gaskin

Alejandro Tejada wrote:


Richard Gaskin wrote

[snip]
With the field object now supporting independent column alignment, we
get attractive super-efficient, super-simple displays for columnar data
that may include numeric values.


Where could we download a demo stack? :)


As soon as you make one. :)

The feature hasn't been released yet, so none of us have had a chance to 
build anything with that yet.


--
 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: Nice news for builders of financial apps

2014-05-19 Thread Alejandro Tejada
Hi Richard,


Richard Gaskin wrote
> [snip]
> With the field object now supporting independent column alignment, we 
> get attractive super-efficient, super-simple displays for columnar data 
> that may include numeric values.

Where could we download a demo stack? :)


Richard Gaskin wrote
> At long last we'll be able to use the native field object for things like: 
> Name   | Salary| Title 
> --- 
> Richard Gaskin |$44,000| Ambassador 
> Mark Wieder| $1,280,000| Software Genius 
> Kevin Miller   | $5,340,000| Coding Liberator 

Hopefully the IRS will understand a joke when they see it... :D

Al



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Nice-news-for-builders-of-financial-apps-tp4679729p4679749.html
Sent from the Revolution - User mailing list archive at Nabble.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: Nice news for builders of financial apps

2014-05-19 Thread Richard Gaskin

Mike Kerner wrote:

> Help me out, please:  why not just use a table or a dg?

The "table" object is a LiveCode field with special cell-editing 
provided with an overlay field; in all other respects it has only the 
same features any multi-column LiveCode field has, which historically 
prevented independent column alignment.


The DataGrid is great, but ideally for forms. Beyond the convenient 
headers, the list mode is really just a very complex way to work around 
not having independent column alignment in native fields.


With the field object now supporting independent column alignment, we 
get attractive super-efficient, super-simple displays for columnar data 
that may include numeric values.


--
 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: Nice news for builders of financial apps

2014-05-19 Thread Dave Kilroy
Hi Mike - yeah it hadn't occurred to me that maybe you could 'fake' full
justification with a multi-column LC7 table (DOH) - maybe it would do it, it
would need some finessing though. 

I'm not sure if LC7 will be stable enough for my client's timetable - but
will look out for any proposals that involve exclusive use of LC7!

Kind regards

Dave



-
"Some are born coders, some achieve coding, and some have coding thrust upon 
them." - William Shakespeare & Hugh Senior

--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Nice-news-for-builders-of-financial-apps-tp4679729p4679739.html
Sent from the Revolution - User mailing list archive at Nabble.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: Nice news for builders of financial apps

2014-05-19 Thread Mike Kerner
Dave, maybe this will help with your fill justify issue.


On Mon, May 19, 2014 at 11:47 AM, Fraser Gordon wrote:

> On 19 May 2014, at 15:25, Richard Gaskin 
> wrote:
>
> > Check this out - looks like independent column alignment via a tabAlign
> property is coming in v7:
> > 
>
> I wondered when somebody would notice! It turned out that something
> similar was required to solve a bug with RTL text layout in the presence of
> tabs so it made sense to turn it into a feature. Any bug-finding you do
> will be greatly appreciated - in my tests, it cooperates properly with
> paragraph alignment and the like but I'm sure there are subtle combinations
> that I've missed!
>
> Regards,
> 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
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
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: Nice news for builders of financial apps

2014-05-19 Thread Fraser Gordon
On 19 May 2014, at 15:25, Richard Gaskin  wrote:

> Check this out - looks like independent column alignment via a tabAlign 
> property is coming in v7:
> 

I wondered when somebody would notice! It turned out that something similar was 
required to solve a bug with RTL text layout in the presence of tabs so it made 
sense to turn it into a feature. Any bug-finding you do will be greatly 
appreciated - in my tests, it cooperates properly with paragraph alignment and 
the like but I'm sure there are subtle combinations that I've missed!

Regards,
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


Re: Nice news for builders of financial apps

2014-05-19 Thread Mike Kerner
Help me out, please:  why not just use a table or a dg?  Is it just to make
it easier to build reports instead of using a report writer/builder?


On Mon, May 19, 2014 at 10:37 AM, Dave Kilroy
wrote:

> Fabulous :)
>
>
>
> -
> "Some are born coders, some achieve coding, and some have coding thrust
> upon them." - William Shakespeare & Hugh Senior
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/Nice-news-for-builders-of-financial-apps-tp4679729p4679730.html
> Sent from the Revolution - User mailing list archive at Nabble.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
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
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: Nice news for builders of financial apps

2014-05-19 Thread Dave Kilroy
Fabulous :)



-
"Some are born coders, some achieve coding, and some have coding thrust upon 
them." - William Shakespeare & Hugh Senior

--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Nice-news-for-builders-of-financial-apps-tp4679729p4679730.html
Sent from the Revolution - User mailing list archive at Nabble.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