New stack window has 2 title bars

2018-03-19 Thread ELS prothero via use-livecode
Folks: I’m setting up my app, which involves moving from a splash stack to a setup stack, then to one I”m using for an index to the application. The first stack opens fine and there is a single title bar, but when that setup stack opens a third stack, it has two title bars. Each time I open a

Re: A poor man's app updater

2018-03-19 Thread Graham Samuel via use-livecode
Thanks, Jacque, as usual your ideas are excellent. I’ll see what I can do to follow your advice and report back. As ever, it’s one of those deployment things that I would imagine affects everyone who publishes an app that isn’t distributed via some app store, but it doesn’t seem a popular

Re: Mouse wheel scrolling support...

2018-03-19 Thread Paul Dupuis via use-livecode
On 3/19/2018 3:18 PM, Richmond Mathewson via use-livecode wrote: > At the risk of sounding both naive and stupid I have just pasted a > large text into a field > with a vertical scrollBar in a field in a stack in LC 7.1.4 on Mac OS > 10.7.5. > > With the "blobby thing" that passes for a scroll

Re: Mouse wheel scrolling support...

2018-03-19 Thread Paul Dupuis via use-livecode
Thank you! Exactly what I was looking for. On 3/19/2018 2:49 PM, J. Landman Gay via use-livecode wrote: > On 3/19/18 11:15 AM, Paul Dupuis via use-livecode wrote: >> Does anyone have any code for supporting scrolling fields by use of a >> mouse wheel that they would care to post or email me? > >

Re: Mouse wheel scrolling support...

2018-03-19 Thread Richmond Mathewson via use-livecode
At the risk of sounding both naive and stupid I have just pasted a large text into a field with a vertical scrollBar in a field in a stack in LC 7.1.4 on Mac OS 10.7.5. With the "blobby thing" that passes for a scroll wheel on my A1152 Apple mouse I am able to scroll up and down in the field

Re: Solution for signing Windows .exe,.dll and so on under Mac OS X

2018-03-19 Thread Matthias Rebbe via use-livecode
The url for the pdf download links to my server (dl.qck.nu), in case you are concerned about the domain name. That domain is used to provide several services using LC server. So nothing harmful. Matthias Rebbe Tel +49 5741 31 ‌https://matthiasrebbe.eu ‌ > Am

Re: Mouse wheel scrolling support...

2018-03-19 Thread J. Landman Gay via use-livecode
On 3/19/18 11:15 AM, Paul Dupuis via use-livecode wrote: Does anyone have any code for supporting scrolling fields by use of a mouse wheel that they would care to post or email me? From my cribbed collection: on rawKeyDown pKeyNumber if pKeyNumber is 65308 then put 15 into tScrollInc --

Re: height of title bar

2018-03-19 Thread Phil Davis via use-livecode
Thank you Paul! It does indeed work as you said. Phil On 3/19/18 10:46 AM, Paul Dupuis via use-livecode wrote: On 3/19/2018 1:37 PM, Phil Davis via use-livecode wrote: Is there a way in LC to discover the height of a window's title bar? I tried comparing item 2 of the card's

Re: height of title bar

2018-03-19 Thread Paul Dupuis via use-livecode
On 3/19/2018 1:37 PM, Phil Davis via use-livecode wrote: > Is there a way in LC to discover the height of a window's title bar? > > I tried comparing item 2 of the card's globalLoc(topleft of this card) > to item 2 of the stack's topleft, but they are the same. > > I tried comparing the stack's

height of title bar

2018-03-19 Thread Phil Davis via use-livecode
Is there a way in LC to discover the height of a window's title bar? I tried comparing item 2 of the card's globalLoc(topleft of this card) to item 2 of the stack's topleft, but they are the same. I tried comparing the stack's topleft with no decorations to the same but with decorations. No

Re: Mouse wheel scrolling support...

2018-03-19 Thread Paul Dupuis via use-livecode
On 3/19/2018 1:23 PM, dunbarx via use-livecode wrote: > Paul. > > What beyond trapping the "scrollBarDrag" message were you looking for? > Is that the event message LiveCode generates when a mouse with a mouse wheel is turned? I can find no documentation on mouse wheel support in the

Re: Mouse wheel scrolling support...

2018-03-19 Thread dunbarx via use-livecode
Paul. What beyond trapping the "scrollBarDrag" message were you looking for? Craig Newman -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Dinamyc variables.

2018-03-19 Thread Phil Davis via use-livecode
On 3/19/18 9:29 AM, Mike Bonner via use-livecode wrote: Use an array instead... put empty into tCardArrayA[the short name of this card] Newly created cards where you don't specify the card name on creation, will have a card name set to the id of the card. (like "card id 1002") And the array

Re: Dinamyc variables.

2018-03-19 Thread Mike Bonner via use-livecode
Use an array instead... put empty into tCardArrayA[the short name of this card] Newly created cards where you don't specify the card name on creation, will have a card name set to the id of the card. (like "card id 1002") On Mon, Mar 19, 2018 at 9:43 AM, Bob Sneidar via use-livecode <

Mouse wheel scrolling support...

2018-03-19 Thread Paul Dupuis via use-livecode
Does anyone have any code for supporting scrolling fields by use of a mouse wheel that they would care to post or email me? A search showed that this has been discussed in the past and seems to be possible by creating an appropriate handler in LC, but my Google skills failed me in finding an

Re: Sound delay

2018-03-19 Thread Bob Sneidar via use-livecode
Hey, that's what I suggested! Bob S > On Mar 16, 2018, at 13:21 , Randy Hengst via use-livecode > wrote: > > Hi William, > > I haven’t messed with this for quite a while, but the sound delay isn’t new. > On iOS I found that the second sound played without

Re: Stupid Question Again - Proportional Scaling

2018-03-19 Thread Bob Sneidar via use-livecode
> On Mar 18, 2018, at 09:57 , Richard Gaskin via use-livecode > wrote: > > How often do we see apps that constrain window resizing? This is common I think for apps which have a set of fields displaying data, tables etc. Maybe there are some panes and tabs, but

Re: tsNetSmtpSync (with attachment

2018-03-19 Thread Bob Sneidar via use-livecode
Sounds like the receiver is blocking attachments. Many mail gateways do this, either because the extension is not allowed, or the attachment is too big. Bob S > On Mar 18, 2018, at 20:07 , Charles Warwick via use-livecode > wrote: > > [This message was

Re: Dinamyc variables.

2018-03-19 Thread Bob Sneidar via use-livecode
This is what Macro Substitution was created for, but LC doesn't have that function. Say you have an accounting app where you can load different companies. The names of the tables and support files on disk are serialized with a 2 digit number representing the company number. In Foxpro when you

Re: Solution for signing Windows .exe,.dll and so on under Mac OS X

2018-03-19 Thread Matthias Rebbe via use-livecode
Hi, i´ve just noticed that the link to the PDF file was not correct. You´ll find the step by step instructions here https://dl.qck.nu//?dl=Signing_Windows_files_on_MacOSX.pdf I am sorry for the confusion. Regards, Matthias

Re: What LC or OS incantation do I use to involve the onscreen keyboard on a Win 10 tablet?

2018-03-19 Thread Richmond via use-livecode
I thought my buying USB Microscopes in LIDL was an all-time low . . . Mind you, a friend of mine bought a kilt there. On 19.03.2018 13:27, David V Glasgow via use-livecode wrote: Colleagues in Livecode, I just purchased a Win 10 ‘convertible’ tablet from Lidl

Re: Dinamyc variables.

2018-03-19 Thread Klaus major-k via use-livecode
Hola Heriberto, > Am 19.03.2018 um 03:08 schrieb Heriberto Torrado via use-livecode > : > > Dear Livecode programmers, > > I am trying to create a new variable with the name of a dynamically generated > card. > Please note that I would like to create a new

[ANN] This Week in LiveCode 121

2018-03-19 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #121 here: https://goo.gl/dV8FiJ This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

What LC or OS incantation do I use to involve the onscreen keyboard on a Win 10 tablet?

2018-03-19 Thread David V Glasgow via use-livecode
Colleagues in Livecode, I just purchased a Win 10 ‘convertible’ tablet from Lidl solely for quick Win testing LC. The upside is that it is astonishing value for money (£169). The downside is that the on screen keyboard isn’t