i wonder what other widgets i'm missing

2022-08-17 Thread Mike Kerner via use-livecode
I bought the megabundle and installed the widgets. Then I started checking out the signature widget, and discover that some of you have been using it for four years. I didn't even know it existed before today, and I have a Business license (I also had not been aware of the polylist/polygrids

Re: issue related to Print.PrintSupport.Source.dll

2022-08-17 Thread Mark Wieder via use-livecode
On 8/17/22 15:02, J. Landman Gay via use-livecode wrote: We had one instance where the user didn't have a printer at all, but just deleting the Epson driver fixed it. ¯\_(ツ)_/¯ -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list

Re: issue related to Print.PrintSupport.Source.dll

2022-08-17 Thread J. Landman Gay via use-livecode
The suggested fix in the bug report has worked for us: https://quality.livecode.com/show_bug.cgi?id=23659 Basically, delete the driver that comes with Windows and get the driver from Epson. Most of the problems seem to be with Epson printers but if your customers have a different printer, try

Re: the effective width of a stack?

2022-08-17 Thread Paul Dupuis via use-livecode
On 8/17/2022 1:38 PM, Paul Dupuis via use-livecode wrote: I can across some old code where I an referring to if (the effective width of stack X > someValue) then This code produces no errors and works. However, I was just trying to look up 'effective width' to see exactly what it was doing in

AW: Polygrid sorting (problems)

2022-08-17 Thread Paul Dupuis via use-livecode
BTW the problem of: the text of widget X the csvData of widget X the tsvData of widget X AND (not in the Livecode 9.6.8 Dictionary for PolyGrid 1.1.1) the pgText of widget X ALL not returning the full data for a PolyGrid widget is a confirmed bug: See

Re: the effective width of a stack?

2022-08-17 Thread Paul Dupuis via use-livecode
On 8/17/2022 1:58 PM, Mark Wieder via use-livecode wrote: On 8/17/22 10:38, Paul Dupuis via use-livecode wrote: I'd appreciate any pointers to where effective width or effective height of a stack is documented. You can't use "effective" with custom properties either.

issue related to Print.PrintSupport.Source.dll

2022-08-17 Thread Douglas A. Ruisaard via use-livecode
There was a flurry of discussions on the LC forum https://forums.livecode.com/viewtopic.php?f=9 =36870=45) in April to July regarding errors occurring involving Print.PrintSupport.Source.dll. I will post on the forum as well but was

Re: the effective width of a stack?

2022-08-17 Thread Bob Sneidar via use-livecode
I think this is why some time ago when I was trying to save and restore the position of windows I ran into the creeping window issue where the top of the window kept creepign up each time I opened it. Bob S > On Aug 17, 2022, at 10:58 , Mark Wieder via use-livecode > wrote: > > You *can*

Re: the effective width of a stack?

2022-08-17 Thread Mark Wieder via use-livecode
On 8/17/22 10:38, Paul Dupuis via use-livecode wrote: I'd appreciate any pointers to where effective width or effective height of a stack is documented. You can't use "effective" with custom properties either. https://quality.livecode.com/show_bug.cgi?id=23557 You *can* set the effective

Re: the effective width of a stack?

2022-08-17 Thread Bob Sneidar via use-livecode
The effective keyword can be used with the following inherited properties : • backgroundColor property • backgroundPattern property • backgroundPixel property • bottomColor property • bottomPattern property • bottomPixel property •

the effective width of a stack?

2022-08-17 Thread Paul Dupuis via use-livecode
I can across some old code where I an referring to if (the effective width of stack X > someValue) then This code produces no errors and works. However, I was just trying to look up 'effective width' to see exactly what it was doing in the Livecode 9.6.8 Dictionary and struck out! Under the