Re: Customize Tree Lists/Indexes

2016-07-29 Thread Mark Wieder
On 07/29/2016 08:23 PM, Sannyasin Brahmanathaswami wrote: I see this in the extension store Really? Where the hell is the store? I just spent ten minutes on the web site and I can't find the thing. -- Mark Wieder ahsoftw...@gmail.com ___

Re: Customize Tree Lists/Indexes

2016-07-29 Thread Sannyasin Brahmanathaswami
Is anyone using Mat Wilstrands rTree2 I see this in the extension store, but no reviews, no info on how to get a trial copy and no detail on compatibility with latest LC release. ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Customize Tree Lists/Indexes

2016-07-29 Thread Sannyasin Brahmanathaswami
Our new app has 12 different screens that are indices of other content Table(s) of content, mostly media called from the web server, audio, video, lists of books in categories etc. I was thinking to adopt Apple's model for iTunes/Music/Radio. Incoming data for setting these up will be

styles for lines in a list

2016-07-29 Thread Sannyasin Brahmanathaswami
With no expectation but just in the off chance the dictionary entry for graphic effects was incomplete or out of date with respect to what objects can receive graphic effects: I tried on mouseup set the dropshadow["color"] of word 1 of line 1 of fld "testGraphicEffects to "255,0,0" end

Re: "after after" for behaviors?

2016-07-29 Thread Scott Rossi
It's hard to tell from your description how you want the final script to be triggered. It sounds like there are multiple handlers that can initiate the final script, and because of that I imagine you DO need to add a trigger command to each handler. I was going mention the possibility chained

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Paul Dupuis
Okay, I misunderstood, but the model is the same. In a standalone, you will need to add controls to add rows and columns. There are properties of the datagrid that can be via scripts to add or insert rows and the same for columns. If you are using LC8.1, then these datagrid properties are FINALLY

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Richard Gaskin
A DataGrid is a view of data, such as from a database. Databases and a spreadsheets are VERY different categories of applications. If you need a true spreadsheet, there are so many great ones available (LibreOffice is wonderful and free and open and runs on every platform) it'll probably be

Re: LCB

2016-07-29 Thread Trevor DeVore
On Friday, July 29, 2016, Mike Kerner wrote: > Is anybody doing anything significant with LCB, yet? > I'm doing a lot of UI work with it. For custom controls I think widgets are fantastic (although I wish the team would get event messaging sorted out). I've

A DataGrid is not a spreadsheet

2016-07-29 Thread stephen barncard
yes there is a lot of handy stuff in a datagrid, all designed to not make you have to re-invent the wheel. I've created a proof of concept stack I made for myself called 'quicksheet' that uses simple text files and tab separated fields to set up and display columnar data. The text format is

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Peter Haworth
+1 On Fri, Jul 29, 2016 at 2:15 PM Jerry Jensen wrote: > Hello Javier, > You might like looking at Bernd Niggemann’s modTableField. Its a lot > simpler than the dataGrid and very useful for many purposes. It has built > in manual editing of cells and much more. >

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Graham Samuel
I will try it, but I am trying to understand what can be done in a standalone - no property inspector etc. One of the things one might want to do is to let the user rather than the developer specify the number of rows and columns. Maybe I have missed some key point. Graham > On 29 Jul 2016,

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-29 Thread Alex Tweedly
On 29/07/2016 17:14, panagiotis merakos wrote: Dear list members, We are pleased to announce the release of LiveCode 8.1.0-dp-3, a development preview of LiveCode 8.1. tsNet external -- LiveCode Indy and Business Editions now include the Tech Strategies tsNet external! * Faster

Re: LCB

2016-07-29 Thread J. Landman Gay
On 7/29/2016 4:06 PM, J. Landman Gay wrote: I just downloaded the latest 8.1dp3 and you are right, it does work there. And now I've just added in-line documentation and saw my (puny little) library syntax show up in the dictionary. This is just too cool. It's "eureka!" all over again, like

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Paul Dupuis
The default behavior of a Datagrid is a table (or column) view (vs. the Form view Datagrid can also do). In that default mode, the default is that clicking in a cell will edit the contents However, when you drag a Datagrid control to a card, the default is that there are no rows and no columns

What is the Viewport of LiveCode browser?

2016-07-29 Thread Andrew Bell
I'm getting really weird rendering of an external web page being loaded in a LiveCode browser. The page renders using 'desktop' sized CSS it seems, but in a 'mobile' size window. Formula: - create a stack - add a browser widget - set the fullscreenmode of the stack Error: - browser

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Jerry Jensen
Hello Javier, You might like looking at Bernd Niggemann’s modTableField. Its a lot simpler than the dataGrid and very useful for many purposes. It has built in manual editing of cells and much more. http://berndniggemann.on-rev.com/modTableField/modTableField_0_3_2.zip Its free and well

Re: LCB

2016-07-29 Thread J. Landman Gay
On 7/29/2016 3:48 PM, Peter TB Brett wrote: On 29/07/2016 21:41, J. Landman Gay wrote: Does anyone see anything wrong? It is copied verbatim from the lesson, right down to the uppercase letters which I wasn't sure were required (is LCB case sensitive? The lesson doesn't say.) Hi Jacque,

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Graham Samuel
Do you mean that a standalone can allow text to be entered in cells like in a spreadsheet without further coding? Obviously one would need scripting to add spreadsheet-like functions such as arithmetic operations; and to extend the functionality to manipulation of formulae would be a major

Re: LCB

2016-07-29 Thread Peter TB Brett
On 29/07/2016 21:41, J. Landman Gay wrote: Does anyone see anything wrong? It is copied verbatim from the lesson, right down to the uppercase letters which I wasn't sure were required (is LCB case sensitive? The lesson doesn't say.) Hi Jacque, Which version of LiveCode are you using? The

Re: "after after" for behaviors?

2016-07-29 Thread J. Landman Gay
Your "least ugly" idea is the only one I can think of too. Send the command at the end of the sequence. On 7/29/2016 3:13 PM, Dr. Hawkins wrote: *bump* any ideas, anyone? On Sat, Jul 23, 2016 at 11:05 AM, Dr. Hawkins wrote: I am trying to implement a generalized

Re: LCB

2016-07-29 Thread J. Landman Gay
On 7/29/2016 2:08 PM, Mike Kerner wrote: Is anybody doing anything significant with LCB, yet? I'm just getting back into messing with it after many months of ignoring it... I can't get much to work, significant or not. I apologize for hijacking your thread, but the subject was apropos... I

Re: "after after" for behaviors?

2016-07-29 Thread Dr. Hawkins
*bump* any ideas, anyone? On Sat, Jul 23, 2016 at 11:05 AM, Dr. Hawkins wrote: > > I am trying to implement a generalized behavior that triggers after the > entire execution path, rather than after the immediate script, but before > the next script in the path. > > Actually,

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Paul Dupuis
On 7/28/2016 10:24 PM, Javier Miranda V. wrote: > Dear friends, is it safe to say that a data grid is not a spreadsheet? I > mean, you can not create a new data grid and then just click in a empty cell > and enter data. > > With some practice and reading documentation, I am able to populate a

LCB

2016-07-29 Thread Mike Kerner
Is anybody doing anything significant with LCB, yet? I'm just getting back into messing with it after many months of ignoring it... -- 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

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-29 Thread Sannyasin Brahmanathaswami
Awesome update! Seeing so many of the bugs I reported recently fixed, is super encouraging… Thank you! On 7/29/16, 6:14 AM, "use-livecode on behalf of panagiotis merakos" wrote: We are pleased to announce

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Rick Harrison
Hi Javier, Your question prompted me to play with the data grid a little. I don’t know what specifically you are trying to do, but I do think you can do a lot with it. You’ve already hooked it into a database. You may have to write some scripts to get your database fields to update properly

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-29 Thread Richard Gaskin
panagiotis merakos wrote: > We are pleased to announce the release of LiveCode 8.1.0-dp-3, a > development preview of LiveCode 8.1. Super-cool, thanks! Lots of nice new additions there. -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-29 Thread Mike Kerner
yay! On Fri, Jul 29, 2016 at 12:14 PM, panagiotis merakos < panos.mera...@livecode.com> wrote: > Dear list members, > We are pleased to announce the release of LiveCode 8.1.0-dp-3, a > development preview of LiveCode 8.1. > > Developer Preview Release > = > Warning: this

[ ANN ] Release 8.1.0 DP-3

2016-07-29 Thread panagiotis merakos
Dear list members, We are pleased to announce the release of LiveCode 8.1.0-dp-3, a development preview of LiveCode 8.1. Developer Preview Release = Warning: this is not a stable release. Please ensure that you back up your stacks before testing them. Getting the Release

Re: [ANN] Release 8.0.2 RC-4

2016-07-29 Thread Richard Gaskin
Peter TB Brett wrote: > On 29/07/2016 14:48, Richard Gaskin wrote: > >> ...it might be helpful to get a brief overview of the development >> process which helps us better understand the purpose of continuing >> 8.0 while 8.1 is in development, and to know if there's anything >> we can do to help

Re: [ANN] Release 8.0.2 RC-4

2016-07-29 Thread Peter TB Brett
On 29/07/2016 14:48, Richard Gaskin wrote: With the conference just days away I'd understand if you don't have time for this right now, but when you do it might be helpful to get a brief overview of the development process which helps us better understand the purpose of continuing 8.0 while 8.1

Re: [ANN] Release 8.0.2 RC-4

2016-07-29 Thread Richard Gaskin
panagiotis merakos wrote: > We are pleased to announce the release of LiveCode 8.0.2 RC-4. I very much appreciate the frequent releases of the 8.0 series, but at the same time I really prefer to spend most of my development time with a version that keeps me testing new features, currently

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Mike Kerner
See chapter 6 of the datagrid manual. ___ 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

[ANN] Release 8.0.2 RC-4

2016-07-29 Thread panagiotis merakos
Dear list members, We are pleased to announce the release of LiveCode 8.0.2 RC-4. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 8.0.2 RC-4 contains bug fixes