Re: Optimization can be tricky

2018-06-19 Thread Tom Glod via use-livecode
Nicethe proof is in the pudding. Thats why the say a good programmer spends most of their time staring at the ceiling ... thinking. Who they are ...I do not know. On Tue, Jun 19, 2018 at 12:47 AM, Curry Kenworthy via use-livecode < use-livecode@lists.runrev.com> wrote: > > Geoff wrote:

Re: Must have flexible row height for Datagrid Table

2018-06-19 Thread Paul Dupuis via use-livecode
To be specific, I would like to see a added feature to the "table" mode of the DataGrid where the row height for each individual rows is set to the max(formattedheight) of the contents of the visible columns for that specific row. So if a dataGrid has 3 visible columns and for row 1 the height of

Re: Must have flexible row height for Datagrid Table

2018-06-19 Thread Tom Glod via use-livecode
Bob, yeah those are standard features of the form view but i need flexible rows in table view. which do not work out of the box. On Tue, Jun 19, 2018 at 10:45 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Isn't that the difference between a form datagrid and

Re: [ANN] v2.2 of DB Lib

2018-06-19 Thread Matthias Rebbe via use-livecode
Andre, when did you sent out those emails. I did not receive any from your shop. Regards, Matthias > Am 19.06.2018 um 15:46 schrieb Andre Garzia via use-livecode > : > > Skip, there is no upgrade charge and all previous customers should have > received an email from my shop with the link to

AW: LiveCode - Andoid SDK - Java compatibility chart?

2018-06-19 Thread Tiemo Hollmann TB via use-livecode
Agree! before thinking of a big solution like an "integrated setup" it would already help a lot to have a complete, detailed and regularly checked and updated step by step road map like LC has started it with: https://livecode.com/resources/guides/mobile/android/ This 'how to' guide only had to

Re: 8.1.10 Reporting the ScreenSize of a iPhone7: 0,0,375,667

2018-06-19 Thread J. Landman Gay via use-livecode
I tried it on Android, and it doesn't look like resizeStack is being sent at all, and sending a command "in time" inside an orientationChanged handler doesn't trigger either. Until that's fixed there's not much we can do. There may be something else going on, but my Mac refuses to enable

Re: Must have flexible row height for Datagrid Table

2018-06-19 Thread Tom Glod via use-livecode
thats exactly what I mean...and while thinking about it .. there is already a significant performance hit with having to calculate all rows in order to know how to scroll through the rows. the scrollbar works based on equal row sizes . so i will have to find a workaround for that

Re: Must have flexible row height for Datagrid Table

2018-06-19 Thread Rick Harrison via use-livecode
Hi Tom, I haven’t done much of anything with the datagrid, but I am wondering what happens if one of the cells in your row has an image in it? Will the row resize to be able to show the minimum height of the image? If so, that might be a work around for you. Good luck, Rick > On Jun 18, 2018,

RE: 8.1.10 Reporting the ScreenSize of a iPhone7: 0,0,375,667

2018-06-19 Thread Ralph DiMola via use-livecode
I always get the resizestack message on Android. For me it's when I do a "wait x ticks with messages" in a resize stack hander on iOS. The handler finishes but the engine is unresponsive to any messages after that. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

Re: [ANN] v2.2 of DB Lib

2018-06-19 Thread Brian Milby via use-livecode
My read is that it is the same code. Licensed version just allows commercial use without disclosing source code (Similar to LC Community edition compared to Indy/Business). On Jun 19, 2018, 3:47 PM -0500, Mike Kerner via use-livecode , wrote: > I guess what I meant was what's the difference

Re: Must have flexible row height for Datagrid Table

2018-06-19 Thread Paul Dupuis via use-livecode
On 6/19/2018 4:52 PM, Rick Harrison via use-livecode wrote: > Hi Tom, > > I haven’t done much of anything with the datagrid, but I am > wondering what happens if one of the cells in your row > has an image in it? Will the row resize to be able to show > the minimum height of the image? If so,

Re: [ANN] v2.2 of DB Lib

2018-06-19 Thread Mike Kerner via use-livecode
I guess what I meant was what's the difference between the paid and unpaid version? I have my own db library, but I'm always game to move to something better. On Tue, Jun 19, 2018 at 11:24 AM Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Andre, > > when did you sent

Re: 8.1.10 Reporting the ScreenSize of a iPhone7: 0,0,375,667

2018-06-19 Thread J. Landman Gay via use-livecode
This is what I have: on resizeStack x,y ANSWER X & Y setupUI x,y end resizeStack The answer dialog appeared once on my first test (with no x,y values) and all test builds after that never showed an answer dialog at all. The setupUI handler also has an answer dialog for testing and I

Re: [ANN] v2.2 of DB Lib

2018-06-19 Thread Andre Garzia via use-livecode
Skip, there is no upgrade charge and all previous customers should have received an email from my shop with the link to the new version by now. I don't like to charge for upgrades for minor revisions. Mike, basically it behaves better regarding unicode characters coming into LC and out of LC into

Re: Must have flexible row height for Datagrid Table

2018-06-19 Thread Bob Sneidar via use-livecode
Isn't that the difference between a form datagrid and a table datagrid? Why not just create a form datagrid and control the heights programmatically? Or do you need the row heights to be user manipulated? I saw an example a long time ago of a form style datagrid where one of the buttons in the

Re: [ANN] v2.2 of DB Lib

2018-06-19 Thread Mike Kerner via use-livecode
what is the difference? On Tue, Jun 19, 2018 at 8:09 AM Skip Kimpel via use-livecode < use-livecode@lists.runrev.com> wrote: > Is there an upgrade charge? > > SKIP KIMPEL > > On Mon, Jun 18, 2018 at 11:12 PM, Andre Garzia via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Friends,

Re: (somewhat) OT: Bill Atkinson on HC

2018-06-19 Thread Bob Sneidar via use-livecode
So we are all just a part of Bill's acid trip eh? Nice. :-) Bob S > On Jun 18, 2018, at 19:01 , Mark Wieder via use-livecode > wrote: > > http://www.mondo2000.com/2018/06/18/the-inspiration-for-hypercard/ > > -- > Mark Wieder > ahsoftw...@gmail.com > >

Sparkle macOS App Updater extension for LC 9 [First Pass]

2018-06-19 Thread Trevor DeVore via use-livecode
Hi all, I've been doing quite a bit of work with the Foreign Function Interface (FFI) in LiveCode Builder (LCB) lately. As I make the shift to a 64-bit app on macOS I want to convert most of the custom externals I use to LCB. I think they will be easier to improve going forward. Today I finished

Re: [ANN] v2.2 of DB Lib

2018-06-19 Thread Skip Kimpel via use-livecode
Is there an upgrade charge? SKIP KIMPEL On Mon, Jun 18, 2018 at 11:12 PM, Andre Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > Friends, > > After ages without updating my tools, I've resumed working on them. Today I > am releasing a tentative version of DB Lib v2.2 which has