Re: script for redo/undo text?

2019-07-10 Thread Nicolas Cueto via use-livecode
Thank you everyone for the various options/suggestions. -- N.C. On Wed, 10 Jul 2019 at 07:24, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 7/8/19 8:05 PM, Nicolas Cueto via use-livecode wrote: > > Good day eh. > > > > To quote a post

can't do Find/Search on LC UI stacks (bug?) [was "script for redo/undo text?"]

2019-07-10 Thread Nicolas Cueto via use-livecode
ant to search LC UI stacks? To understand Mark Wieder's stack/suggestion on how to do "undo/redo" (thank you, Mark!), it seems I have to dig there for functions and such. Thank you. -- Nicolas Cueto ___ use-livecode mailing list use-liv

can't do Find/Search on LC UI stacks (bug?)

2019-07-10 Thread Nicolas Cueto via use-livecode
Even though "View > "Show IDE Stacks in Lists" is checked, am still getting a " ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/

script for redo/undo text?

2019-07-08 Thread Nicolas Cueto via use-livecode
; And yet I ask... Would someone care to volunteer a redo/undo script that works on text in a text-field object? ... especially a script that provides (almost) full undo history? (Note: Just changes to text. Not to LC objects themselves.) Ta. -- Nicolas Cueto __

Re: localization/localisation/ of LC Community version's GUI?

2019-03-20 Thread Nicolas Cueto via use-livecode
h Japanese-only language support. And most of those stacks and standalones were made even before LC went completely Unicode. Hope my wording was clear enough this time. Thank you as always. -- Nicolas Cueto On Tue, Mar 19, 2019, 09:19 Nicolas Cueto wrote: > In short, if my aim is to translate

localization/localisation/ of LC Community version's GUI?

2019-03-18 Thread Nicolas Cueto via use-livecode
of hand-holding and stating the obvious. As always, thank you for any advise---perhaps including a mnemonic for "advise [v.?] vs. advice [n.?]". -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: who has experience with mp4 videos on windows?

2019-03-18 Thread Nicolas Cueto via use-livecode
rmat AC3 Is Not Supported" error message. Updating the codecs is always the (irksome!) solution; licensing issues, I think? Anyway, my 3 yen's worth... which is what's hanging around in my wallet now... and getting rid of 1-yen coins is only a little less of a pain than Googling for

Re: LC on Chromebook?

2018-09-25 Thread Nicolas Cueto via use-livecode
.com/2018/08/19/install-linux-applications-chrome-os/ > > It may be possible according to this new capability to run Linux apps. > I’ve not seen any reported successes though. > > Thanks, > Brian > On Sep 17, 2018, 9:15 PM -0500, Nicolas Cueto via use-livecode < > use-live

Re: how to know 2 monitors are in use?

2018-09-25 Thread Nicolas Cueto via use-livecode
else -- CENTRE THE STACK ON TE LEFT MONITOR set the loc of this stack to the screenloc end if -- Nicolas Cueto On Wed, 26 Sep 2018 at 10:03, Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > "the screenrects" will return the rectangles of all

how to know 2 monitors are in use?

2018-09-25 Thread Nicolas Cueto via use-livecode
During "development" on Windows with 2 monitors, how to use "set the loc of this stack to the screenloc" so that a stack centres in on one or the other monitor? (And, if not in the development environment? say, a standalone?) Thank

LC on Chromebook?

2018-09-17 Thread Nicolas Cueto via use-livecode
Not for running apps. For programming. Is there ANY way to get LC running on a Chromebook? One possibility is a cloud service (MacInClud or Frame). But there´s a fee -- unless someone knows of a limited trial service? -- plus, when not on wifi, my connection is thru hotspotting onto a limited da

Re: editing & combining sound files?

2018-08-22 Thread Nicolas Cueto via use-livecode
"binfile:C:/the_path/CD/{file ID}.snd" Third, use the sound-editor again, this time to convert those new .snd files into .mp3. That's it. But if someone wants to post exact details of how to LC script what Geoff suggests, i.e., stripping headers from an .au (or any!) sound file type,

editing & combining sound files?

2018-08-22 Thread Nicolas Cueto via use-livecode
e 1st file. 5. Save as MP3 with a new title that now-modified 1st file. 6. Close that 1st file unmodified. 7. [Repeat 1-6.] If this is possible (easily possible!) with LC, what LC commands ought I be studying/using? Many thanks. -- Nicolas Cueto __

button action different on Android

2018-05-29 Thread Nicolas Cueto via use-livecode
Developing a stack on windows, which has two groups of 30 buttons contiguosly placed, and each button's settings are: ''' style=standard autohilite, sharedhilite, focuswithkeyboard, focusborder, defaultbutton,disa

Re: how to copy a card?

2018-03-08 Thread Nicolas Cueto via use-livecode
Thanks, Jacque. Also figured out it can be done with the Project Browser. -- Nicolas Cueto On 8 March 2018 at 15:38, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > Use: > > clone this card > set the name of it to "" > > -- > Jac

how to copy a card?

2018-03-07 Thread Nicolas Cueto via use-livecode
​Need a new card, and want it to be an exact copy (other than the card title) of an existing card. How yo do this in LC? Thank you. -- Nicolas Cueto ​ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: position of text-curson within field

2018-02-19 Thread Nicolas Cueto via use-livecode
Thanks, Mark. Strange, during devpt I couldn't press "apply" in the script editor when I had the line "pass backspaceKey"... Maybe I misspelt... -- Nicolas Cueto On 20 February 2018 at 10:42, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: &g

position of text-curson within field

2018-02-19 Thread Nicolas Cueto via use-livecode
char 275 of field x delete char tPos of field x put the number of lines in field x into field "Nr of lines" end backspaceKey As you can see, the reason I'm interrupting the backspace key is to find out the number of lines in a field after a char is

updating LC on Windows breaks SDK path

2018-02-14 Thread Nicolas Cueto via use-livecode
the SDK path wasn't erased. But maybe it will be after activation?!?!?! Anyway, while I await this magically resolving itself like it did with the 8.1.0 to 8.1.8 change, I thought I'd post here and see if someone can help. Thanks. -- Nicolas Cueto __

Re: discrepancy between official device metric and LC stack size

2018-02-14 Thread Nicolas Cueto via use-livecode
​Ok. Took Jacque's advice​, and my stack's working screenRect is 0,24,360,592. Now I'm unsure whether my stack's size is 360 x 592, or (width = item 3 - item) x (height = item 4 -item 2). Thanks. -- Nicolas Cueto On 2 February 2018 at 17:53, J. Landman Gay via use-liv

Re: how to format text for copy-pasting as a spreadsheet table

2018-02-08 Thread Nicolas Cueto via use-livecode
Paul, thank you! And no offense taken. I work so intermittenly with LC that whenever I take up a new project I feel like a beginner, having to recall things I once knew. I'm very grateful to have this list as a resource. -- Nicolas Cueto On 9 February 2018 at 10:42, Paul Hibbert vi

Re: how to format text for copy-pasting as a spreadsheet table

2018-02-08 Thread Nicolas Cueto via use-livecode
ual table. It's code for cleaning up the formatting, right? I guess I should just give up... Thanks anyway. -- Nicolas Cueto On 8 February 2018 at 23:40, dunbarx via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi. > > Not sure I understand. If I make a list: &

how to format text for copy-pasting as a spreadsheet table

2018-02-07 Thread Nicolas Cueto via use-livecode
if so, what would such formatted text look like? Some kind of HTML? If so, please! an example. Fingers crossed... -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

a how-to for DG2 & swipe scrolling

2018-02-07 Thread Nicolas Cueto via use-livecode
making a swipeable datagrid form? Thank you. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

discrepancy between official device metric and LC stack size

2018-01-31 Thread Nicolas Cueto via use-livecode
ere an LC keyword, like "effective" or "working", that I should be including if so, how? Thanks. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe an

Re: how to refer to a custom prop that is a multidimensional array

2018-01-23 Thread Nicolas Cueto via use-livecode
Thanks, Brian and Craig. Two lines of code? Then, I'll skip using multidimensional custom props. -- Nicolas Cueto On 23 January 2018 at 23:02, dunbarx via use-livecode < use-livecode@lists.runrev.com> wrote: > Oh. Now I see. You want to retrieve "interior" element

how to refer to a custom prop that is a multidimensional array

2018-01-22 Thread Nicolas Cueto via use-livecode
ck .. no values are retrieved, even though I can see them in the Property Inspector. What should I be doing? Thank you. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and ma

The "Property Profile Pane" -- where's it gone to? -- or, should profiles be avoided completely?

2018-01-22 Thread Nicolas Cueto via use-livecode
axx/cp-sets1.mc.zip> "CP-Sets1" (scroll down the page) showing how that works. So, my other question is, avoid profiles completely? -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: resizing and rescaling an object: Is this math/logic ok?

2018-01-22 Thread Nicolas Cueto via use-livecode
t, like I say, diddly-squat. Perhaps a few pointers about "profiles", especially how they're used in "MobileProfile", when you have a few spare moments? Sorry to ask directly, but, as I say, how your stack works seems magical to these eyes. Anyway, thank you all for the help.

resizing and rescaling an object: Is this math/logic ok?

2018-01-18 Thread Nicolas Cueto via use-livecode
... round(item 1 of tOOR * tRSWC,0) , round(item 2 of tOOR * tRSHC,0) , round(item 3 of tOOR * tRSWC,0), round(item 4 of tOOR * tRSHC,0) Sorry if that was painful. For what it's worth, I'm embarassed posting it, but... -- Nicolas Cueto ___

Re: deploying to multiple mobile devices

2018-01-16 Thread Nicolas Cueto via use-livecode
> Is this a classroom you work with directly, or a product for others to use in their own classrooms? Directly. On 17 January 2018 at 12:38, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Nicolas Cueto wrote: > > > Some of my stacks are for a cl

deploying to multiple mobile devices

2018-01-16 Thread Nicolas Cueto via use-livecode
Jacqueline Landman Gay's AirLaunch <http://www.hyperactivesw.com/airlaunch/index.html>, specially since it does so from withing LC itself. But for Android? and on Windows? -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev

Re: Android devpt on Mac OS -- your setup?

2018-01-15 Thread Nicolas Cueto via use-livecode
Can now test on Android device from Mac. Hooray. Thanks, Andrew. But went with what LC recommends. Kind of. -- Nicolas Cueto On 15 January 2018 at 22:50, Andrew Bell via use-livecode < use-livecode@lists.runrev.com> wrote: > > ::: Mac OS version ::: >> > 10.11.5 on

Mac path to Android SDK?

2018-01-15 Thread Nicolas Cueto via use-livecode
To configure Mobile prefs on Mac, where might the Android SDK be? LC states "The root directory may look something like: ...android-sdk-mac", so I'll try searching for that in the meantime. Thank you. -- Nicolas Cueto ___ use-livecode m

Android devpt on Mac OS -- your setup?

2018-01-14 Thread Nicolas Cueto via use-livecode
d 4.0.3 package. Yes? Thank you. I sure would like to get things working well straight out of the box! -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscriptio

Re: Android build executable on test device fails

2018-01-13 Thread Nicolas Cueto via use-livecode
blank and the JDK path has returned to "(none)". Why?!? Argh!!! -- Nicolas Cueto On 14 January 2018 at 09:43, MWCM via use-livecode < use-livecode@lists.runrev.com> wrote: > > > Date: Sun, 14 Jan 2018 09:15:48 +0900 > > From: Nicolas Cueto > > To: How

Re: Android build executable on test device fails

2018-01-13 Thread Nicolas Cueto via use-livecode
Found the thread ("Error while saving standalone 8 & 9"), and, yes, widget problem. But my stack is simply a field and two buttons. No widgets. So, still stuck. -- Nicolas Cueto On 14 January 2018 at 09:15, Nicolas Cueto wrote: > The problem is on 8.1.8. > > Any idea w

Re: Android build executable on test device fails

2018-01-13 Thread Nicolas Cueto via use-livecode
The problem is on 8.1.8. Any idea what the subject of that thread was? -- Nicolas Cueto On 13 January 2018 at 20:15, MWCM via use-livecode < use-livecode@lists.runrev.com> wrote: > > > Testing on an Android device, the "Standalone builder progress" window > > sho

Android build executable on test device fails

2018-01-12 Thread Nicolas Cueto via use-livecode
ched the forums but no mention at all of this problem. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

libUrlDownloadToFile: desktop ok, Android no

2018-01-11 Thread Nicolas Cueto via use-livecode
Hello. Below is the script used to download a text file. Which works on the Windows desktop. But on my Nexus 5, "error" is returned by the script commands "log" and "logflushbuffer". Why oh why ... Help! please. --- BUTTON SCRIPT on mouseUp put empty into the last

Re: updating text of a mobile app (newbie)

2018-01-10 Thread Nicolas Cueto via use-livecode
nly thing was "Note: The Android and iOS engines do not support 'libUrl' but do allow you to use put in the background. " On 9 January 2018 at 12:01, Nicolas Cueto wrote: > A goal this year is to get an app (for foreign language learning) on the > Android and iOS

updating text of a mobile app (newbie)

2018-01-08 Thread Nicolas Cueto via use-livecode
lderPath("documents")? Do I have to completely update my app? Or something else? In the past what I've done for my desktop Windows standalones is to download data from my webserver over the internet. But, I imagine mobile apps must work differently.

Re: screenloc not actually centered after changing scalefactor (was Screen Resolution for Desktop Apps)

2018-01-03 Thread Nicolas Cueto via use-livecode
Jacqueline yet again saves the day. Thank you! -- N. On 2 January 2018 at 08:34, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 12/31/17 7:31 PM, Nicolas Cueto via use-livecode wrote: > >> To do "some calculations", I thought

Re: screenloc not actually centered after changing scalefactor (was Screen Resolution for Desktop Apps)

2017-12-31 Thread Nicolas Cueto via use-livecode
I guess if LC itself can't get it right, what hope is there for moi. ¡Feliz año nuevo! ​-- Nicolas Cueto​ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: delete the customproperty (of a card)

2017-12-31 Thread Nicolas Cueto via use-livecode
The answer for what I was after: set the customPropertySets of this card to empty Thanks all. Particularly, Glen Bojsza for the offlist sample stack and explanatory video. -- N. Cueto On 1 January 2018 at 10:14, Nicolas Cueto wrote: > The answer for what I was after: > > > On 1

Re: delete the customproperty (of a card)

2017-12-31 Thread Nicolas Cueto via use-livecode
The answer for what I was after: On 1 January 2018 at 02:03, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > Fegs! > > delete the customKeys of card id 1002 > > warked :-* > > Richmond. > > > > On 31/12/2017 6:59 pm, Richmond Mathewson wrote: > >> If you know the na

delete the customproperty (of a card)

2017-12-31 Thread Nicolas Cueto via use-livecode
ames?! Thanks. (And "akemashite omedeto!") -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

preloading an mages dimensions

2017-12-27 Thread Nicolas Cueto via use-livecode
Before setting the filename of an image object, how do I get the original dimensions of an image (jpg)? Thank you. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

screenloc not actually centered after changing scalefactor (was Screen Resolution for Desktop Apps)

2017-12-27 Thread Nicolas Cueto via use-livecode
t;set the loc to screenloc" command. Suggestions? Thank you. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.

Re: incrementing a decimal...

2017-11-07 Thread Nicolas Cueto via use-livecode
Monte Goulding's solution was what I was after. Thank you. -- Nicolas Cueto On 8 November 2017 at 09:45, Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > Something like: > > put “3.33.007" into tValue > set the itemDelimiter to ".&quo

incrementing a decimal...

2017-11-07 Thread Nicolas Cueto via use-livecode
I'm after an easy way to convert span 3.33.007-3.33.012 into this incremental cr-del list: 3.33.007 3.33.008 3.33.009 3.33.010 3.33.011 3.33.012 >From experience, I know if I add 1 to "07" the result is "8" and not "08". Thank you. -- Nicolas ___ use-

Re: filter? replace? wildcard? reg exp? help please!

2017-05-10 Thread Nicolas Cueto via use-livecode
> Totally OT, but is this Dante, in Spanish?? Yes, and yes. From the verse translation of Ángel Crespo. -- Nicolas Cueto On 10 May 2017 at 19:57, Graham Samuel via use-livecode < use-livecode@lists.runrev.com> wrote: > Totally OT, but is this Dante, in Spanish?? > > Just ask

Re: filter? replace? wildcard? reg exp? help please!

2017-05-09 Thread Nicolas Cueto via use-livecode
​Thank you everyone. Went with ​Jacqueline's, cause fastest. -- N. Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailma

filter? replace? wildcard? reg exp? help please!

2017-05-09 Thread Nicolas Cueto via use-livecode
Given this snippet... --- CANTO XXXIV CÍRCULO IX: TRAIDORES. «Vexilla regis prodeunt[307] del Abismo hacia nosotros[308], mas delante mira 3—dijo el maestro— y los verás tú mismo.» --- ... how

Re: align field scrolls

2017-03-06 Thread Nicolas Cueto via use-livecode
Mike Bonner's solution -- using selectedLoc to set vScroll -- matches exactly the scrolling effect I'm after. Thank you, everyone. And, thank you Mike! -- Nicolas Cueto On 7 March 2017 at 00:40, Mike Bonner via use-livecode < use-livecode@lists.runrev.com> wrote: > An

Re: align field scrolls

2017-03-05 Thread Nicolas Cueto via use-livecode
> Provided both fields have the same number of lines... ​I should've added that the fields do not contain the same number of lines. They are identical, though, in size and text properties. Thanks, Paul. -- Nicolas Cueto On 6 March 2017 at 11:26, Paul Hibbert via use-livecode < u

align field scrolls

2017-03-05 Thread Nicolas Cueto via use-livecode
of fld2 to tMatchingLineNr Of course, this ends up with the hilited line of fld2 being at the top. How do I get it to scroll just that little bit more so that it aligns with the hilited line as seen in fld1? Thank you. -- Nicolas Cueto ___ use-livecode mailin

script for changing icons of LC widget "Segmented Controls"?

2016-10-31 Thread Nicolas Cueto
But, how can the icon be changed from a script? The only reference I could find in the LC Forum (nothing in the LC8.1 dictionary) was to "navicon". But, no luck. Thanks. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: Fast way to retrieve a range of data

2016-09-22 Thread Nicolas Cueto
Thank you, Mike. -- Nicolas Cueto On 21 September 2016 at 11:31, Mike Bonner wrote: > This should be pretty fast if I understand your criteria well enough.. > > put field "yourfield" into tData > filter lines of tData with ("2" & tab & 54 & ta

Re: Japanese (unicode?) text problem

2016-09-22 Thread Nicolas Cueto
Thank you. All of those worked. -- Nicolas Cueto On 21 September 2016 at 15:08, AndyP wrote: > or > > put url tUrl into tTextToDecode > put uniDecode(tTextToDecode,”Japanese") into field “indices" > > > > > > - > Andy Piddock > > >

Japanese (unicode?) text problem

2016-09-20 Thread Nicolas Cueto
t; end mouseUp The text appears in the field, but with Japanese text garbled. What am I doing wrong? Thanks. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your su

Fast way to retrieve a range of data

2016-09-20 Thread Nicolas Cueto
s for Textbook Level = 2, Page Number = 54? Thank you. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

TTS for mobile?

2016-06-28 Thread Nicolas Cueto
Very much out of my league in this, I'm sure, but... Could someone give a general outline of how to add text-to-speech functions to LC-built Android and iOS apps? Alternatively, perhaps a rough estimate about the cost of hiring someone to do this? Thanks. -- Nicolas

[OT?] the "compass" course in LC's ABC

2016-06-22 Thread Nicolas Cueto
rovide advice in the right direction, even if it's not exactly true North. Thank you. (And, once again, a hearty よくできました to LC for the ABC.) -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

LiveCode Lessons "How do I Become an Android Developer on a PC?"

2016-06-20 Thread Nicolas Cueto
a thread with more recent information about building for Android on a PC? Thank you. [By the way, the LC lesson url is: http://lessons.livecode.com/m/4069/l/27385-how-do-i-become-an-android-developer-on-a-pc ] -- Nicolas Cueto ___ use-livecode mailing

[OT] remote Mac rental services

2016-06-20 Thread Nicolas Cueto
aptop, I'm hoping this remote option might be a workable alternative. Thanks in advance for any advice. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage yo

Re: [ANN] This Week in LiveCode 38

2016-06-20 Thread Nicolas Cueto
It can outside the U.S.A. (Odd thing to have pointed out.) -- Nicolás Cueto On Jun 20, 2016 19:56, wrote: 'Focusing' has only one 's'. Not two. Best, Jerry On Jun 20, 2016, 5:53 AM -0500, Peter TB Brett, wrote: > Hi all, > > Read about new developments in LiveCode open source and the open sou

Re: styling text within an LC script

2015-11-09 Thread Nicolas Cueto
alic" Not that simple? On 10 November 2015 at 14:53, wrote: > Hi. > > > Have you looked up the "HTMLText" in the dictionary. > > > If I understand, this should help. > > > Craig Newman > > > > -Original Message- > From: Nicol

styling text within an LC script

2015-11-09 Thread Nicolas Cueto
as is, so that the resulting multi-styled combined text can be copy-pasted from an LC text-object to another doc? Grazie mille. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscrib

Re: An Odd Problem Using Google Maps In Livecode

2014-10-01 Thread Nicolas Cueto
think the problem might be with Google maps. Couldn't know for sure, though. Good luck tracking down the bug. -- Nicolas Cueto On 2 October 2014 11:46, Colin Holgate wrote: > What do you get if you try the same URL in a browser, on

Re: Strange mailing list email.

2014-08-27 Thread Nicolas Cueto
Months back or maybe even last year, I had to set a gmail filter so that some members' list-messages came through despite being marked as spam. Alain Farmer's and Craig Newman's are such two. There may be others too (not Peter Haworth's). For what it's worth. -- Nicol

Re: data grid on Android

2013-09-26 Thread Nicolas Cueto
rid. When you drop it on a stack..." "Drop" it? How? Didn't know about controls till a second ago. Off to learn more. Cheers. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: data grid on Android

2013-09-26 Thread Nicolas Cueto
s to be a discussion on this very topic. But it ends unanswered. Cheers. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://list

Re: data grid on Android

2013-09-26 Thread Nicolas Cueto
Hmm... Hello? Is there anybody in there? Just nod if you can hear me... With the number of messages mistakenly labelled as spam, thought I'd try. On Thu, Sep 26, 2013 at 3:35 PM, Nicolas Cueto wrote: > Not knowing much about data grids in general, let alone on mobile, I'm &

data grid on Android

2013-09-25 Thread Nicolas Cueto
file" I selected both the folder and the image itself, with "Copy Referenced Files" both checked and unchecked. But, no monkey on the mobile datagrid. Cheers. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Ple

Re: [Android] representing an easy-to-nav directory layout

2013-09-25 Thread Nicolas Cueto
y file" I selected both the folder and the image itself, with "Copy Referenced Files" both checked and unchecked. So, on Android, how do I reference an image that is part of a data grid? Cheers. -- Nicolas Cueto On Thu, Sep 26, 2013 at 11:07 AM, Monte Goulding < mo...@sw

[Android] representing an easy-to-nav directory layout

2013-09-25 Thread Nicolas Cueto
le at the flick of a finger. How is that elegance of display magic performed? By the way. I know how to list and get directory contents. It's just that I can only package it visually on my Android app as ugly text within an ugly scrolling field object.

touchscreen interactivity basics

2013-09-12 Thread Nicolas Cueto
ouch-and-throw, mabe even multi-touch type gestures. Are there LC commands specific to this situation? Where in the dictionary could I begin looking? Or perhaps there's even sample stacks? Thanks. -- Nicolas Cueto ___ use-livecode mailing list use-li

Re: Thor and MySQL

2013-09-09 Thread Nicolas Cueto
someone doing a traceroute on my domain, which revealed my account had been moved unannounced. Sure enough, I could login to the new server by simply substituting in the url the word "thor" with my new server's name. So, perhaps do a traceroute? Or, contact LC if it's urgent? -- N

Re: Google's SPAM filters [was Re: Finding the calling code/object/script?]

2013-09-07 Thread Nicolas Cueto
As someone wrote, try gmail filter settings. Though messages will still appear with a spam banner. Perhaps LC's new incarnation or popularity have somehow offended the google godkins... -- Nicolas Cueto ___ use-livecode mailing list use-liv

Re: [on-rev] Is on-rev ok? [WAS [on-rev] no more SSH login?]

2013-08-31 Thread Nicolas Cueto
Peter Thank you !! for that traceroute. That server change to "diesel" is news to me. :-( Geez, LC !!! So no more 404 errors . But still getting 500 errors from my RunRev based cgi setup, and that's the much more important problem. It's late here. Try again tomorro

Re: [on-rev] Is on-rev ok? [WAS [on-rev] no more SSH login?]

2013-08-31 Thread Nicolas Cueto
> Which server is your account on? See my first message. Did that http://kweto.com/hello.html url work? -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage y

Re: [on-rev] Is on-rev ok? [WAS [on-rev] no more SSH login?]

2013-08-31 Thread Nicolas Cueto
You're both missing the point but ... Does this url work: http://kweto.com/hello.html -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

[on-rev] Is on-rev ok? [WAS [on-rev] no more SSH login?]

2013-08-31 Thread Nicolas Cueto
day before sending LC that "URGENT" message I wanted to send Friday night. Oh, and my server is "thor". Selfishly hoping I'm not the only one... but moreso that this problem resolves itself magically. Cheers. -- Nicolas Cueto __

Google's SPAM filters [was Re: Finding the calling code/object/script?]

2013-08-23 Thread Nicolas Cueto
ssages at a time. Seems like 10 to 20 messages a day, with no recognizable pattern to them. Anyone else? -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscript

Re: legacy problem?

2013-07-23 Thread Nicolas Cueto
> have you tried saving the modified or unmodified stack in the Legacy 2.7 format Yup. And no go. (Thanks, Paul.) -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and man

legacy problem?

2013-07-22 Thread Nicolas Cueto
ome un-openable? I was thinking of downloading and testing with an older version of LC. Perhaps 4.x? But the LC store now only offers 6.x. If this is not a legacy issue, any ideas? And if it might be a legacy issue, any links to where I can download older version of LC/Ru

Re: OT: Android file locations

2013-06-07 Thread Nicolas Cueto
this thread to rephrase my original question about file navigation. Since ES File Explorer enables an Android user to navigate to any file located in any directory, can LC do that too? If not now, could it in future? for example, if someone built an external? -- Nicolas Cueto On Sat, Jun 8, 201

Re: [ANN] mergExt RunRevLive Special $100 off

2013-05-03 Thread Nicolas Cueto
Generously tempting sales offer there, Monte. Thanks. A question, about the potential of mergExt for Android, now that LC is OSS, and now that there's those Kickstarter "Stretch Goals" in sight. Perhaps this'll be the year... Cheer

[Android] the files command

2013-04-23 Thread Nicolas Cueto
need in the LC dictionary. Cheers. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

on-rev: THOR server problem

2013-04-13 Thread Nicolas Cueto
Anyone else on on-rev's THOR server experiencing very long delays? cPanel can connect somewhat after the delay, but web-pages are only returning error messages. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Pulling Unicode Data from a DataGrid

2013-03-18 Thread Nicolas Cueto
For handling Japanese text, these functions (below) by Kenji Kojima have served perfectly for years. (Many thanks again, Kenji!) -- Nicolas Cueto on mouseUp answer file "Open unicode file:" if it is empty then exit mouseUp put url ("binfile:" & it) into tURL

Re: timing mouseDown

2013-02-22 Thread Nicolas Cueto
Thanks for the solutions. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

timing mouseDown

2013-02-21 Thread Nicolas Cueto
. So, what would an ideal LC script be for this, with both desktop and mobile platforms in mind? Thank you. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subsc

Re: [OT] Tethering Problem

2013-02-19 Thread Nicolas Cueto
> Any ideas? For your Google account have you set up "Authentication"? Perhaps your laptop has to be "authenticated" using your phone's "Authenticator" app. That's an idea. -- Nicolas Cueto ___ use-livecode

Re: Android Externals

2013-02-06 Thread Nicolas Cueto
m LC on Android Externals would be nice. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Kickstarter progress meter stack on revOnline

2013-01-30 Thread Nicolas Cueto
ow a group of people could collaborate on programming one stack, I'm all ears. Cheers. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

Re: Mobile sockets crowd funding opportunity

2012-12-13 Thread Nicolas Cueto
> Sorry to interject, but is there any kind of vague time frame for > android externals that runrev has talked about? There's already been enough vagueness on this. Android SDK here yesterday ... pretty please! -- Nicolas Cueto ___ u

Re: Android & URLEncode & libUrlDownloadToFile

2012-07-30 Thread Nicolas Cueto
g file on the server be downloaded by the stack? Sorry. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Android & URLEncode & libUrlDownloadToFile

2012-07-26 Thread Nicolas Cueto
problem, would both be appreciated. Thanks. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

  1   2   3   >