Re: Geometry Manager on mobile?

2016-06-25 Thread Monte Goulding
I haven't tested it myself but Ali has done a considerable amount of work lately to make mobile and desktop standalone building more aligned so I think things like the geometry manager and table library will work on mobile now. Cheers Monte Sent from my iPhone > On 26 Jun 2016, at 1:55 AM,

Re: Copying a button drops iconGravity

2016-06-25 Thread Roger Guay
Yes, I can verify that this happens in LC 8.0.1 as well Roger > On Jun 25, 2016, at 7:23 PM, Sannyasin Brahmanathaswami > wrote: > > LC 8.1 > > create button > set icon to ID of imported image > from msg box > >" set the icongravity of btn "Vedas" to

Copying a button drops iconGravity

2016-06-25 Thread Sannyasin Brahmanathaswami
LC 8.1 create button set icon to ID of imported image from msg box " set the icongravity of btn "Vedas" to center" selection and option-copy-drag the button result: newly created button has iconGravity set to empty. Can anyone verify? BR

Clear Background Pattern

2016-06-25 Thread Sannyasin Brahmanathaswami
LC 8.1 dp1 on Mac 1) set a backgroundpattern to the ID of an imported image 2) come back later and try to remove the background ID and set it to empty result 1) clicking on the pattern button in the inspector triggers the inspector drop down the available icons/sheet and to suddenly fill my

Re: Go Card Error Handling

2016-06-25 Thread Monte Goulding
Perhaps the stackFiles property could used to load on stack load rather than load on demand. Load/unload would certainly be nicer than what we do now which is check if there is a stack then get the short name and delete when finished with it. Sent from my iPhone > On 25 Jun 2016, at 3:08 AM,

revUpdateGeometry throwing error

2016-06-25 Thread Dr. Hawkins
Sometime after processing the open scripts for my main stack, but before processing messages sent from there with "send0", there is an error thrown by revUpdateGeometry. As near as I can tell, its has to do with the message box. If I put answer "!!!";breakppoint at the beginning of the

Re: Right-Clicks and Double-Clicks don't work in LC8

2016-06-25 Thread Alan
Hi Björnke Thanks for the detailed reply and yes, I guess I shouldn't run BVG docu with 8! Almost for sure I have an old version in any case. Strangely, there must have been some interaction as when it was the only plugin then the error occurred. Of course, it's also possible that I'm doing

Re: Right-Clicks and Double-Clicks don't work in LC8

2016-06-25 Thread Richard Gaskin
Alan wrote: > Seems to be a problem with BVG Docu. Perhaps someone else can confirm? > > Unfortunately it doesn't complete initialisation on my system and I > also can't use it's prefs so perhaps that contributes to the issue...? In all fairness, Björnke replied off-list noting that BVG Docu

Re: Go Card Error Handling

2016-06-25 Thread Mark Wieder
On 06/24/2016 10:08 AM, Mark Waddingham wrote: Suggests that these are two distinct operations and a 'cleaner' model would be perhaps to have: load stack To load a stack from disk which, as it involves file I/O, should set the result. And, furthermore, make: go stack Only succeed

Having a 'thing' about graphic objects.

2016-06-25 Thread Richmond
I've been having a "thing" recently about shoving pictures into the backPattern of graphic objects for purposes of animations and various other things. I wonder if one can use resize, and maybe other terms used for manipulating the position of icons in buttons to setting the backPattern of

Geometry Manager on mobile?

2016-06-25 Thread Richard Gaskin
I don't use the GM myself; I've always preferred to have complete control over my layouts, and enjoy writing resizeStack handlers for every platform I deploy to. But I know some like the GM, but I have a vague recollection of it not being suitable for mobile. Is that correct? Given the

Refresh Data Grid not working in 8.1?

2016-06-25 Thread jameshale
Hi, I am currently updating the Data Grid docs to match the interface of LC 8 as well as be available in the dictionary. In doing the equivalent of the lesson How do I display line numbers in a table I

Re: Go Card Error Handling

2016-06-25 Thread dunbarx
I am a HC'er from way back. But it seems like the "correct" way is to throw an error in all cases, simply as a matter of purity and consistency. That legacy stacks might break is a point, but then, how would they break? In other words, how could this arise? Likely a user entered an invalid

Re: Live code and update a mysql table

2016-06-25 Thread Ludovic THEBAULT
> Le 25 juin 2016 à 14:19, Mike Bonner a écrit : > > Remove the ticks around the one. Your placeholder needs to be :1, with the > extra ticks you're turning it into a string. (I'm surprised that it even > works) Thanks ! It work now.

Re: Live code and update a mysql table

2016-06-25 Thread Mike Bonner
Remove the ticks around the one. Your placeholder needs to be :1, with the extra ticks you're turning it into a string. (I'm surprised that it even works) On Sat, Jun 25, 2016 at 5:51 AM, Ludovic THEBAULT < ludovic.theba...@laposte.net> wrote: > Hello, > > I want to update a column in a mysql

Live code and update a mysql table

2016-06-25 Thread Ludovic THEBAULT
Hello, I want to update a column in a mysql table. here my script : put "UPDATE mytable SET myText = ':1' WHERE id =:2 » into tSQL put fld "myText" into theText put 2 into t_id revExecuteSQL gConnectionID, tSQL, « theText", « t_id" Even if theText = "Tralala", i got only ":1" in my table in

Re: Right-Clicks and Double-Clicks don't work in LC8

2016-06-25 Thread Alan
Seems to be a problem with BVG Docu. Perhaps someone else can confirm? Unfortunately it doesn't complete initialisation on my system and I also can't use it's prefs so perhaps that contributes to the issue...? cheers Alan On 25 Jun 2016, at 7:30 pm,