Make Docset updated to v2.5, Docset updated to 1.4.2

2018-02-01 Thread James Hale via use-livecode
Hi, Recently I went looking for some LCB details and discovered that the nomenclature for the widget libraries had changed. They are now of type "Module". This meant that the cross referencing for these modules no longer worked and details of their contents were no longer displayed when they w

Re: ControlKit and widget "hhControls" v1.0.2

2018-02-01 Thread Mark Wieder via use-livecode
On 02/01/2018 08:39 PM, hh via use-livecode wrote: This is a widget for use with LC 8 (version > 8.1.5), LC 9 is currently (as of 9.0.0-dp11) not supported, sorry. "hhControls" is a widget that lets you *create* a widget that contains controls: One or several of A widget to create widgets! <3

ControlKit and widget "hhControls" v1.0.2

2018-02-01 Thread hh via use-livecode
This is a widget for use with LC 8 (version > 8.1.5), LC 9 is currently (as of 9.0.0-dp11) not supported, sorry. "hhControls" is a widget that lets you *create* a widget that contains controls: One or several of ++ push buttons, ++ check boxes, ++ (groupable) radio buttons, ++ info text, ++ numb

Re: making DG2 usable

2018-02-01 Thread PystCat via use-livecode
Zryip, You're the best! Is this in the API guide...? I need to download the new one. I'm still looking at the one Trevor did a while back under Blue Mango. > On Jan 31, 2018, at 5:38 PM, zryip theSlug via use-livecode > wrote: > > I don't know, but you can create quickly and easily somet

Re: Bold textStyle on 'Header Bar' widget?

2018-02-01 Thread William de Smet via use-livecode
Ok one step closer: --- set the textStyle of widget "start" to "bold" - and with the chosen font of the widget set to [Styled Text) in the LC Inspector it gives bold text. But now all text in the widget is bold. Can't figure out how tp only get the labet of the widget set to bold. Anyone?

Re: post to cgi, JSON in Headers?

2018-02-01 Thread Klaus major-k via use-livecode
Hi Dave, > Am 01.02.2018 um 16:28 schrieb Dave Kilroy via use-livecode > : > > Klaus I wonder if he wants you to let the server know what kind of data > you'll be sending up, it's not uncommon to set the headers this way when > posting data to an API: > > put "Content-Type: application/json" in

Re: FormattedHeight of a field and its contents

2018-02-01 Thread Paul Dupuis via use-livecode
What version of LiveCode on what platform are you trying this on? There have been a number of bugs related to object geometry calculations, including fields, over the years, found and fixed in various releases of LC. Some were platform and version of OS specific. On 1/31/2018 8:31 PM, David Epste

Re: FormattedHeight of a field and its contents

2018-02-01 Thread Bob Sneidar via use-livecode
I get 14 for line 1 and 22 for the field. Put that in your smipe and poke it! ;-) Bob S > On Jan 31, 2018, at 17:31 , David Epstein via use-livecode > wrote: > > Is there somewhere an explanation of how a field’s textSize, borderWidth, > margins, and formattedHeight interact? > > Accordi

Re: Navigator update: better conversion to behaviors, better property editing, better version control, and send to private commands

2018-02-01 Thread Geoff Canyon via use-livecode
I decided to bite the bullet and build a dialog/palette for the process. There are too many options to set, etc., and it just makes it easier. I almost finished it for testing last night before going to sleep. I'm taking a road trip today, but if I don't fall into bed tonight it should be done. BTW

Re: post to cgi, JSON in Headers?

2018-02-01 Thread Dave Kilroy via use-livecode
Klaus I wonder if he wants you to let the server know what kind of data you'll be sending up, it's not uncommon to set the headers this way when posting data to an API: put "Content-Type: application/json" into tHeaders set httpHeaders to tHeaders Good luck! Dave Nicolas Cueto via use-livec

Re: FormattedHeight of a field and its contents

2018-02-01 Thread BNig via use-livecode
Hi David, have a look at http://berndniggemann.on-rev.com/margins/marginsapp.livecode.zip It does not explain why but shows what influences the formattedHeight of a field when changing margins, border size, scrollbars, text height etc. Kind regards Bernd -- Sent from: http://runtime-revoluti