Re: Copying text in boxes to clipboard

2017-12-07 Thread Charles Szasz via use-livecode
Thanks for responding to my LC problem. The fields have their showBorder set to true. There are 14 test name fields and 14 score fields. The fields are coded to be visible when they have content. I am not using a dataGrid. How do code to these many fields to the clipboard? Sent from my

Re: Copying text in boxes to clipboard

2017-12-07 Thread dunbarx via use-livecode
A table made up of boxes? Are thee boxes individual fields? Or are they the "cells" that comprise table fields or dataGrids? In either case, or in any case at all, one can place the data in those boxes onto the clipboard by setting the clipbardData to the text of those, er, boxes. This either

Copying text in boxes to clipboard

2017-12-07 Thread Charles Szasz via use-livecode
I have a table made up of boxes that has test names and their scores. I want the user to be able to copy the table with the test names and scores to the clipboard. Then the user can paste the table into a word processing document. Can this be done using LC 6.9? I have tried grouping then and

RE: libUrl tsNet and socketTimeoutInterval

2017-12-07 Thread Ralph DiMola via use-livecode
Ok, I just got async tsNet working in IDE and Android(Testing iOS later). I works great! Hat tip to all the contributors. One question and one Observation: 1) How do you query the current tsNet timeout settings? I have quite a few places where I save the socketTimeoutInterval, set it to a new

Re: LC Server style survey: co-mingle code w/HTML?

2017-12-07 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > FWIW Drupal is not free! Drupal is absolutely free: https://www.drupal.org/about/licensing > horror story, no in-house expertise, smart but "secretary" level user, > had to hire drupal support, 3rd party module dependencies, developers > disappear, core

Re: Printing HTML Text

2017-12-07 Thread Dan Friedman via use-livecode
Klaus, No, I didn’t try that! But, I have now and it didn’t resolve the problem. Exact same result. -Dan Hi Dan, > Am 07.12.2017 um 22:38 schrieb Dan Friedman via use-livecode lists.runrev.com>: > >

Re: libUrl tsNet and socketTimeoutInterval

2017-12-07 Thread Charles Warwick via use-livecode
Sorry for the confusion, tsNet does handle the ‘load’ function, effectively using its own asynchronous functions to replicate standard libUrl behaviour. > On 8 Dec 2017, at 6:44 am, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Thanks Charles…we have

Re: Printing HTML Text

2017-12-07 Thread Klaus major-k via use-livecode
Hi Dan, > Am 07.12.2017 um 22:38 schrieb Dan Friedman via use-livecode > : > > Hello! > > I have some formatted text in a field. If I print it on a Mac, it’s perfect. > If I print it on a windows computer (Win 7 or 10), I get VERY strange > results. I have

Printing HTML Text

2017-12-07 Thread Dan Friedman via use-livecode
Hello! I have some formatted text in a field. If I print it on a Mac, it’s perfect. If I print it on a windows computer (Win 7 or 10), I get VERY strange results. I have tried multiple computers with multiple printers. All with the same results. I get these large black bars. And on some

Re: libUrl tsNet and socketTimeoutInterval

2017-12-07 Thread Sannyasin Brahmanathaswami via use-livecode
Thanks Charles…we have enough to go on now. well, almost if I read you right "load" is not handled by TSNet (since that is libURL's own asynchronous operation?) www.himalayanacademy.com Get the SivaSiva App today (for iPhone and iPad)

Re: LC Server style survey: co-mingle code w/HTML?

2017-12-07 Thread Sannyasin Brahmanathaswami via use-livecode
Replying to your original post/surveyr. Not exactly sure what you are looking for… and this is just story telling that may not be directly relevant but perhaps helpful to lurkers so here goes at Himalayan academy.com We use RevIgniter for everything on our site except the blog…

Re: Map Widget Futures

2017-12-07 Thread Sannyasin Brahmanathaswami via use-livecode
Thanks Ali I'm clearly "out of my depth" here… after looking at the Google Maps model. looking at: com.google.android.gms.maps.model I think see why you are talking about overlays, as these comprise "model classes" GroundOverlay A ground overlay is an image that is fixed to a map.

Re: LC Server style survey: co-mingle code w/HTML?

2017-12-07 Thread Richard Gaskin via use-livecode
Thanks for chiming in, Mark. The background your provide is always helpful. Mark Waddingham wrote: > Also, the server-specific syntax isn't present in the IDE engine which > also poses a difficulty. Would it be possible/practical to extend the merge function to at least allow things like

Re: LC Server style survey: co-mingle code w/HTML?

2017-12-07 Thread Richard Gaskin via use-livecode
Bob Hall wrote: > I’m very interested in your tools and suspect there is great value in > what you’ve created. I appreciate the interest, but it doesn't seem using these tools would be possible for most folks. Being able to run client and server code in the IDE would require using methods

Re: sorting with number late in name

2017-12-07 Thread dunbarx via use-livecode
"...Ascending is implied when you sort numeric. " "Ascending" is the default regardless of the sortKey. Craig -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list

Re: LC Server style survey: co-mingle code w/HTML?

2017-12-07 Thread Mark Waddingham via use-livecode
Apologies - I missed the top post here for some reason :) On 2017-12-05 19:18, Richard Gaskin via use-livecode wrote: I have some tools I developed for server apps, which allow me to develop and test both client and server within the same local LC IDE instance. As you can imagine, this has

Re: LC Server style survey: co-mingle code w/HTML?

2017-12-07 Thread Mark Waddingham via use-livecode
I must confess I'm slightly puzzled by this thread... If you want to write web-apps like PHP - i.e. intermingling code with HTML output, then use LiveCode Server. If you don't want to do that, then just don't? LiveCode Server supports stacks so you can do: In LC Server, which would give

Re: LC Server style survey: co-mingle code w/HTML?

2017-12-07 Thread Bob Hall via use-livecode
> On Dec 5, 2017, at 1:18 PM, Richard Gaskin via use-livecode > > wrote: > > I have some tools I developed for server apps, which allow me to develop and > test both client and server within the same local LC IDE instance. As

Re: AW: tsNet and proxy servers? Charles?

2017-12-07 Thread Charles Warwick via use-livecode
Hi Tiemo, I think it is included in LC 8.1.5 - definitely in 8.1.6. You could also use 8.1.7 which includes a newer tsNet version (1.3.2). To check which version you are using, open the message box and type ‘put tsNetVersion()’ Cheers, Charles > On 7 Dec 2017, at 8:52 pm, Tiemo Hollmann TB

AW: tsNet and proxy servers? Charles?

2017-12-07 Thread Tiemo Hollmann TB via use-livecode
Hi Charles, thanks for your response. Can you tell me, in what LC version tsNet 1.2.10 is being used (I can't go with LC 9 yet) I had a look into the tsNet.dll, but can't find any version # Thanks Tiemo -Ursprüngliche Nachricht- Von: use-livecode

Re: tsNet and proxy servers? Charles?

2017-12-07 Thread Charles Warwick via use-livecode
Hi Tiemo, I am not aware of any issues in the latest version of tsNet with regards to proxy servers, however there were some fixes for proxy NTLM authentication addressed in tsNet 1.2.10. Without knowing the specifics of the networks your application is being used in, I cannot say if that

Re: Map Widget Futures

2017-12-07 Thread Ali Lloyd via use-livecode
On Thu, Dec 7, 2017 at 12:56 AM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Ali Lloyd wrote: > > > ...make the map widget a lot more flexible on the > > objective-c side... > > iOS-only? > > -- > Richard Gaskin > Fourth World Systems > Software Design and

Re: libUrl tsNet and socketTimeoutInterval

2017-12-07 Thread Charles Warwick via use-livecode
Sorry, divide my figures for the last parameter to tsNetSetTimeouts by 8, it has been a long day! > On 7 Dec 2017, at 6:33 pm, Charles Warwick > wrote: > > BR, > > >> OK, now going over to the forum on this dropbox thread I see Jacque's and >> Charle's

Re: libUrl tsNet and socketTimeoutInterval

2017-12-07 Thread Charles Warwick via use-livecode
BR, > On 7 Dec 2017, at 5:00 am, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Matthias Rebbe wrote: > >The connection ID is only used/needed when you use the asynchronous > commands of tsNet. The synchronous commands like tsNetUploadSync or

Re: libUrl tsNet and socketTimeoutInterval

2017-12-07 Thread Charles Warwick via use-livecode
BR, > OK, now going over to the forum on this dropbox thread I see Jacque's and > Charle's comments. 5 secs seems a little long.. so if we use the algorithm > "We want to tell users what is up or dim content options from remote servers > in 3 seconds" (and FTP is not in the cards) we get: >