Re: Typesetting Fields

2018-04-22 Thread Brian Milby via use-livecode
Well, I was just about to suggest that, so I’m not sure what else. But I’m fairly new around here. On Sun, Apr 22, 2018 at 10:25 PM Sannyasin Brahmanathaswami via use-livecode wrote: > and I am hoping not to deal bloated htmltext, like using template > > LESSON > [[tChapterNum]] > [[tSubtitle]] >

Re: Typesetting Fields

2018-04-22 Thread Sannyasin Brahmanathaswami via use-livecode
and I am hoping not to deal bloated htmltext, like using template LESSON [[tChapterNum]] [[tSubtitle]] Until we get scrolling working in a datagrid, (on mobile) and also we want it keep simple, I frequently need to create a runtime list from the database. But the "t

Re: TOOLS ROUNDUP! TOOLS ROUNDUP!

2018-04-22 Thread Brian Milby via use-livecode
I can see that stack being very useful. If I make any good changes I’ll let you know. I’m thinking that listing behaviors in the index would be useful. On Tue, Apr 3, 2018 at 12:32 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > Mike & Marc, > > You can find the tool at >

Typesetting Fields

2018-04-22 Thread Sannyasin Brahmanathaswami via use-livecode
Until we get scrolling working in a datagrid, (on mobile) and also we want it keep simple, I frequently need to create a runtime list from the database. But the "typesetting tools" in Livecode depend on a field being present. e.g. -- set the textAlign of line 1 of field "myField" to right ---

8.1.10 rc1 -- Upgrade MissIng Splash Screen

2018-04-22 Thread Sannyasin Brahmanathaswami via use-livecode
Oh joy… back at it went Apple's requirements! Upgraded 8.1.10. rc 1 Mac OS X 10.13.3 xCode 9.3 Now, in a standalone, it can't find the icon, even though I checked all the standalone builder app logos and they are all filled. But the phone, iOS, I get a generic app icon, not my app logo. Is a

Re: Get only Pathname of a dragdropped Object

2018-04-22 Thread Sannyasin Brahmanathaswami via use-livecode
Richard, here is what I use. On the UI I have addition button 1) get files only 2) Go to web page (working a mirror of there we site locally_) This script in a field. on dragEnter set the acceptDrop to true end dragEnter on dragDrop put dragData["files"] into me getList end dragD

Re: mergBLE usage

2018-04-22 Thread Brian Milby via use-livecode
Ah... I didn't connect the "Doug" aka dr_mumps with your full name. (And you can probably guess that I'm milbybw). That's what I was saying, you need to write your own timeout. local sTimeoutCounter on openCard -- do your other stuff put 20 into sTimeoutCounter send "timeoutCheck" to me i

Re: mergBLE usage

2018-04-22 Thread Brian Milby via use-livecode
I’m guessing you have a card that when you open it will initiate a look for available connections. You have the appropriate handlers in place that work if one is found. Now you want the card to not wait forever though? If that is the case, there are a couple threads on the forum that may help: htt

mergBLE usage

2018-04-22 Thread Douglas Ruisaard via use-livecode
Monte... or anyone else brave enough to contribute :-) (no colored emoji, sorry) ... Is there a way to time out the attempted connection to a BLE device using the mergBLE functions. I can't seem to find a command which doesn't need a peripheral UUID ... like "mergBLEConnectPeripheral pPer

Re: Get only Pathname of a dragdropped Object

2018-04-22 Thread Mike Bonner via use-livecode
when you set the dragaction, it doesn't actually DO the action.. All it really does is a) set the prompt to the action you intend to do, and b) send that info back to the source of the dragdrop. (not positive about that second part) So, if you have a button as the destination for your drag drop,

Get only Pathname of a dragdropped Object

2018-04-22 Thread Hillen Richard via use-livecode
Hello list, I´m looking for a solution to get the path to a Folder by dragdropping it into my (macOS)app without that the whole Folder is copied in the drgdrop-process. Is there a solution? Thank you in advance, Richard.. ___ use-livecode mailin