numberformat, trunc and round

2021-02-02 Thread jbv via use-livecode
rray[item 1 of myvar] end if But that's not very elegant and slows down the script a bit... Any help would be much appreciated. Best, jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscri

Re: Call lc from php?

2021-01-20 Thread jbv via use-livecode
Hi, Le 2021-01-20 18:53, Neville Smythe via use-livecode a écrit : Quick question: is it possible to execute a .lc server script from within php (eg from an index.php page)? I don't know if it will be useful, but here's the method I've been using for years : $data =

Re: disabling a group

2021-01-14 Thread jbv via use-livecode
Hi Paul, Thank you for sharing. I think I will stick with 1 single line of script that changes the graphic color. But I still need to understand why graphics colors don't change when disabled. Le 2021-01-13 22:29, Paul Hibbert via use-livecode a écrit : I have just used setProp in a behaviour

Re: disabling a group

2021-01-13 Thread jbv via use-livecode
Le 2021-01-13 15:34, Mark Wieder via use-livecode a écrit : On 1/13/21 11:32 AM, jbv via use-livecode wrote: Hi list, I have a group that contains various controls, including graphic objects. When I disable the group, the colors of every object becomes lighter, except for graphics whose

disabling a group

2021-01-13 Thread jbv via use-livecode
Hi list, I have a group that contains various controls, including graphic objects. When I disable the group, the colors of every object becomes lighter, except for graphics whose colors remain the same. What is the best way to make colors of graphics become lighter when the group is disabled ?

Basic mobile app question

2020-12-23 Thread jbv via use-livecode
of the website would load into it... Of course this is technically feasible, but is it an acceptable solution ? And last but not least, would it be accepted on the Appstore ? Thanks in advance. jbv ___ use-livecode mailing list use-livecode

Re: play command and wav file

2020-12-19 Thread jbv via use-livecode
Martin, Richmond, thank you both for your answers. My problem is that the data of the wav file is already in memory, because I open the wav file, read it, store it in a variable, and apply various processes to the content. And finally what I want to do is play the wav data after processing,

play command and wav file

2020-12-19 Thread jbv via use-livecode
Hi list, Is there a way to play a wav file that is already loaded in memory as binary data ? The doc only says that "play" takes a file name as parameter... Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.

Re: binaryencode question

2020-12-07 Thread jbv via use-livecode
Never mind folks, I found another (and easier solution) : I'm using bytetonum() to convert the binary data from the file, and then, after processing, numtobyte() to write the data as binary in the file. Le 2020-12-07 04:53, jbv via use-livecode a écrit : Hi list, I have a script that opens

binaryencode question

2020-12-07 Thread jbv via use-livecode
.wav file. I am aware of all the requirements for a .wav header, my only problem is to convert the whole thing to binary before saving. Can someone help ? Thanks in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Plea

Question about Windows 10 for Surface

2020-10-20 Thread jbv via use-livecode
? Thanks in advance. jbv ___ 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

[OT] experience with open source marketplace software anyone ?

2020-07-24 Thread jbv via use-livecode
. Please contact me off-list. Thanks in advance. jbv ___ 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

LC equivalent of php utf8_encode and utf8_decode ?

2020-04-13 Thread jbv via use-livecode
Hello list, Suddenly I'm having a blank : what is the LC equivalent of utf8_encode and utf8_decode in php for a string ? Thanks in advance jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Displaying & caching PDF files

2020-02-05 Thread jbv via use-livecode
Thanks for your answer. I have just checked the doc, and unless I'm wrong, the PDF Widget is available with the business license only... Le 2020-02-04 15:37, Ralph DiMola via use-livecode a écrit : Android will not natively display a pdf in the browser. The PDF Widget is supported on all

Displaying & caching PDF files

2020-02-04 Thread jbv via use-livecode
time. I assume that the files are stored in the default browser cache of the mobile device, but if the same file is being displayed again, does the browser object look up the default browser cache, or do I have to implement some sort of cache function in the LC app itself ? Thanks in advance. jbv

Re: Raspberry Pi 4

2020-01-23 Thread jbv via use-livecode
Hi, Did they fix the USB-C issue they had last summer on the first release of the Pi 4 ? Best, Le 2020-01-22 14:34, Kevin via use-livecode a écrit : I’ve had my push notification server running on a Pi 3 for some years. Just bought a Pi 4, 4gb, will try installing live code on that. Always

Realtime sound generation in LC

2019-06-06 Thread jbv via use-livecode
ying... Probably an external is the way to go... Any ideas ? Thanks in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev

LC and IPTV

2019-05-22 Thread jbv via use-livecode
... Thanks in advance. jbv ___ 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: LC and live video streaming

2019-05-20 Thread jbv via use-livecode
:33 schreef jbv via use-livecode: yes, that was my first guess, but unfortunately the live tv stream my client wants to display isn't available on youtube, only via a specific link (different for each ISP) and unless I'm wrong, can only be viewed with apps such as vlc, at least according to my

Re: LC and live video streaming

2019-05-20 Thread jbv via use-livecode
yes, that was my first guess, but unfortunately the live tv stream my client wants to display isn't available on youtube, only via a specific link (different for each ISP) and unless I'm wrong, can only be viewed with apps such as vlc, at least according to my google searches... Le 2019-05-20

Re: LC and live video streaming

2019-05-20 Thread jbv via use-livecode
om 18:03 schreef jbv via use-livecode: Hi list, I have a request from a client who needs an app that would play a streaming tv continuously in the lobby of his company, and the tv stream should be interrupted from time to time to display a short corporate video, and then back to the video stream

LC and live video streaming

2019-05-20 Thread jbv via use-livecode
with LC, may be using VLC as player... Any suggestion ? Thanks in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Question about auto-save

2019-05-01 Thread jbv via use-livecode
d record the content of the design at that specific time - send a cgi request only when users leave the page or the site, and record only the last step of the design during a specific session... Thanks in advance for any useful tip & advice. Best, jbv ___

Livecode & prestashop

2019-04-20 Thread jbv via use-livecode
is working on a website with prestashop, and needs a specific module. I was wondering if I could build it with LC, export it as html5 and use it as a prestashop plug-in... Any advice ? Thanks in advance. jbv ___ use-livecode mailing list use-livecode

Re: goofy question about "repeat for each"

2019-03-25 Thread jbv via use-livecode
d to unexpected values... Le 2019-03-25 15:31, jbv via use-livecode a écrit : Hi list, I have a list of values such as : 540,20 542,22... one per line in a variable named cc. Now I'm running the following loop : repeat for each line j in cc add 1 to item 1 of j put return &

goofy question about "repeat for each"

2019-03-25 Thread jbv via use-livecode
loop change the values of each line of cc, or does it only change the value of j ? I'm asking because it seems that I am facing some weird and unexpected modifications in the variable with a huge number of lines... Thanks in advance. jbv ___ use-livecode mai

Checking xml string

2019-01-09 Thread jbv via use-livecode
Hi list, Does anyone has a function that would remove "ghost tags" from an xml string, for instance a tag when there's no tag before ? More generally, a script that checks the consistency of an xml string and points errors would do perhaps ? Thanks in ad

Re: semi-OT : mySQL oddities

2018-11-28 Thread jbv via use-livecode
eral weeks, and random duplicates / corruption of rows have totally disappeared. I hope I found the solution, but will keep checking. I also thing I will bypass auto-increment in future projects. All the best, jbv On Tue, October 9, 2018 10:13 pm, jbv via use-livecode wrote: > Hi list, > I

[solved] Re: https, 301 redirection and get URL

2018-11-11 Thread jbv via use-livecode
Hello again, As a follow-up to this thread : if anyone's interested, the problem was that the permanent redirection was set to port 80; after removing that line from the htaccess file, everything started working like a charm. Best. On Sun, November 11, 2018 10:17 am, jbv via use-livecode wrote

https, 301 redirection and get URL

2018-11-11 Thread jbv via use-livecode
on the LC list or forum. So my question is : how can I update all those "get URL" commands with a 301 redirection in htaccess ? Thanks in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to su

semi-OT : mySQL oddities

2018-10-09 Thread jbv via use-livecode
found a few posts on stackoverflow and some other blogs mentioning problems with autoincrement, but the symptoms are slightly different... I was wondering if anyone had experienced similar issues ? Thanks in advance. Best, jbv ___ use-livecode mailing

Re: On Performance of Array Access

2018-08-31 Thread jbv via use-livecode
improving for a client the speed a server-side script that makes heavy use of arrays, and was originally written with LC 4.- and then improved with LC 6.- . Thanks in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visi

Re: Surprise...

2018-08-22 Thread jbv via use-livecode
Brian, Thanks for running all these tests. On the same topic, I'd like to mention that I use "intersect" with arrays a lot in some scripts (for complex requests it is sometimes faster to load raw data from mySQL and process it with arrays), and "intersect" is really fast in LC9... On Tue,

Re: Surprise...

2018-08-20 Thread jbv via use-livecode
I made a test with the same loops and the same data on LC 6.5.2 desktop Mac, and arrays run 20% faster than items... On LC9 server I get opposite results : items are 2 times faster then arrays. As said in my original post, AFAIR U have always used arrays instead of items & lines because it has

Surprise...

2018-08-20 Thread jbv via use-livecode
line "get item a of line 1 of tvar...", it is twice faster than with the line "get T[1][a]...". This a surprise to me because I have used arrays for years to speed up things, and AFAIK it takes forever to count items and lines at each repeat iterat

Re: Intersect outputs different result in desktop and LC server

2018-08-09 Thread jbv via use-livecode
wo files I need it (they then load other .livecodescript > libraries, and some other .lc files, so I got all my old functionality by > renaming these two files, and redirecting a couple of URLs). > > > -- Alex. > > > > On 09/08/2018 06:52, jbv via use-livecode wrote: > >> H

Re: Intersect outputs different result in desktop and LC server

2018-08-08 Thread jbv via use-livecode
How do you run LC9 server on on-rev ? Thanks. On Thu, August 9, 2018 1:40 am, Alex Tweedly via use-livecode wrote: > Oops - sent before I meant to ... > > > With LC7 server on on-rev, I get > > > 4141 5378 18699 28365 41200 50230 58901 62983 63416 65984 71574 73426 > 74288 112360 115826 121386

Intersect outputs different result in desktop and LC server

2018-08-08 Thread jbv via use-livecode
Hi list, As the title says, I am getting different results when running the script below with LC desktop and LC server (on-rev account)... The result is fine on desktop, but flawed on server. What am I missing ? Thanks in advance. jbv on mouseUp get "3622 4141 4288 5378 38090 8786 13439

Re: How to get the dimensions of an image with LC server ?

2018-06-23 Thread jbv via use-livecode
he width of img "Im1" & cr > > and it works as you'd expect. > > Alex. > > > > On 23/06/2018 17:30, jbv via use-livecode wrote: > >> Hi list, >> IS there a way to get the dimensions (width & height) of an img

How to get the dimensions of an image with LC server ?

2018-06-23 Thread jbv via use-livecode
Hi list, IS there a way to get the dimensions (width & height) of an img (jpeg or png) with livecode server ? The image is located somewhere on the same server. Thanks in advance, jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: Livecode Hosting and GDPR

2018-05-22 Thread jbv via use-livecode
located in the EU already worked on this subject ? Thanks. jbv On Tue, May 22, 2018 9:59 am, Heather Laine via use-livecode wrote: > Please go here: > > > https://livecode.com/hosting/support/ > <https://livecode.com/hosting/support/> > > > You will find all the docu

Livecode Hosting and GDPR

2018-05-22 Thread jbv via use-livecode
Cleverbridge and LiquidWeb. Has anyone already got any details on this matter ? Thanks in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: Livecode and Google Analytics?

2018-05-22 Thread jbv via use-livecode
Hi Have you tried to include in your app a browser object that would load web pages with the necessary GA js script ? I know it's a brute-force strategy and that it would probably slow down the app a bit, but I don't have any better solution so far... Best, jbv On Tue, May 22, 2018 4:03 am, Jose

Re: imagedata and alpha byte

2018-05-09 Thread jbv via use-livecode
On Wed, May 9, 2018 7:51 pm, Richmond Mathewson via use-livecode wrote: > The inevitable question has to be why you are doing that in such a > fiddly sort of way. > > Richmond. > It would be too long to explain, but in short some users of a client app will modify pixels of images that will then

imagedata and alpha byte

2018-05-09 Thread jbv via use-livecode
how modify the alpha channel of the imagedata of a image, and then exporting the image as PNG with the modified transparency ? Thanks in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubsc

export imagedata into a file ?

2018-05-08 Thread jbv via use-livecode
I can set the imagedata of an image to the content of tImageData, and then use "export snapshot", but for some reasons too long to explain, I would like to follow a different path. So, How can I export the binary content of tImageData to a jpeg or png file that c

Re: LC server and fonts

2018-03-07 Thread jbv via use-livecode
t; > On Tue, Mar 6, 2018 at 7:41 AM, Mike Bonner <bonnm...@gmail.com> wrote: > > >> Sure, i'll dig up a font file and try. >> >> >> On Tue, Mar 6, 2018 at 7:37 AM, jbv via use-livecode < >> use-livecode@lists.runrev.com> wrote: >> >>>

Re: LC server and fonts

2018-03-06 Thread jbv via use-livecode
ld just load whatever url into cache and not font it up. > > On Tue, Mar 6, 2018 at 1:07 AM, jbv via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> When using >> load font file "nameofyourfont.ttf" the result contains Handler: can't >> fin

Re: LC server and fonts

2018-03-06 Thread jbv via use-livecode
at to do about loading a fontfile then. Out of > curiosity, what is the error? > > On Mon, Mar 5, 2018 at 11:39 AM, jbv via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hi Mike, >> Thanks for your reply. >> >> >> Yes, I managed to set t

Re: LC server and fonts

2018-03-05 Thread jbv via use-livecode
uot; and it will likely work. > > To see my script in action, check here: > http://guidezone.info/fonttest.lc > > > On Sun, Mar 4, 2018 at 8:21 AM, Warren Samples via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> On 03/02/2018 04:14 AM, jbv via us

Re: LC server and fonts

2018-03-03 Thread jbv via use-livecode
On Sat, March 3, 2018 5:29 pm, Tom Glod via use-livecode wrote: > That would work perfectly in desktopbut on server.. its different > for some reason. > > You are displaying field and exporting from a browser window correct? > > Actually no : I want to layout text, images, and graphics

Re: LC server and fonts

2018-03-03 Thread jbv via use-livecode
Hello Thanks for the reply, but that's not what I need. For instance, here's what I want to do : create field put "my text" into fld 1 set the textfont of fld 1 to "myfont.ttf' export snapshot from fld 1 to file "File1.png" as PNG Therefore I need to "load

LC server and fonts

2018-03-02 Thread jbv via use-livecode
Hello list How can I load ttf font files with LC server, at least version 7.1 available on my on-rev account ? Neither "revFontLoad" nor "start using font file" seem to work... And the list of available fonts returned by "the fontNames" is quite limi

Re: Another server question (mixing node.js and LC)

2018-03-02 Thread jbv via use-livecode
Indeed, on sage the engine version is 7.1 I did a few quick tests last evening and things like "create btn" or "export snapshot" work. I need to do more tests, but so far it's a nice surprise. jbv On Thu, March 1, 2018 11:33 pm, Alex Tweedly via use-livecode wrote: &

Re: Another server question (mixing node.js and LC)

2018-03-01 Thread jbv via use-livecode
On Thu, March 1, 2018 5:38 pm, Richard Gaskin via use-livecode wrote: > It's nice that we now have > graphics capabilities in Server, Is there any doc on this somewhere ? And is this feature already available on the LC version of on-rev accounts ? Thank

Re: Question about the result

2018-02-25 Thread jbv via use-livecode
On Sun, February 25, 2018 5:36 pm, Mike Bonner via use-livecode wrote: > Ah, well the only useful part of my answer then would regard the first > issue. The result remaining empty was the correct response because the > base url was valid, so the command didn't fail to connect to the url, and > no

Re: Question about the result

2018-02-25 Thread jbv via use-livecode
e box, or if its related to what > happened on your end. > > On Sun, Feb 25, 2018 at 6:50 AM, jbv via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hi list >> >> >> According to LC dictionary, the result "Returns the status

Question about the result

2018-02-25 Thread jbv via use-livecode
some useful error message every time something doesn't work as expected ? Thanks in advance. jbv ___ 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: get URL problem on on-rev account

2018-01-25 Thread jbv via use-livecode
o through... jbv ___ 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

get URL problem on on-rev account

2018-01-25 Thread jbv via use-livecode
age. Last but not least, I have the same scripts running on the same server, but in another account and with a different domain, and everything's ok. Needless to say I'm puzzled... Whet could be the problem, and what should I look at ? Thanks in advance, jbv

PHP vs LC server + 504 Gateway Timeout

2018-01-24 Thread jbv via use-livecode
Any rational explanation for that ? Thanks in advance jbv ___ 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: Server-side xml validator anyone ?

2018-01-13 Thread jbv via use-livecode
On Sat, January 13, 2018 2:08 pm, Mark via use-livecode wrote: > If your XML is UTF8-enconded and your UTF8 data is correct, it will > work. Your probably isn't invalid XML but either a problem with the > encoding of the entire file or a particular string. > > The best way to validate XML on your

Server-side xml validator anyone ?

2018-01-12 Thread jbv via use-livecode
corrupts the xml structure. This happens for instance when some weird UTF-8 text is uploaded. Is there a ready-to-use piece of code that would check the conformity of some xml data that I could include in my LC scripts ? Thanks in advance, jbv ___ use-livecode

Re: The coming of SVG

2017-11-10 Thread jbv via use-livecode
too. SMIL is a good example, although it's not supported on every platform. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.co

Re: Completely OT - flat earth

2017-08-22 Thread jbv via use-livecode
On Mon, August 21, 2017 10:17 pm, J. Landman Gay via use-livecode wrote: > > I read recently that the flat-earther movement is growing. That's because of global warming : earth is slowly melting and will get 100% flat by the year 2100... ___

Re: keeping keys of an array in the order they came in?

2017-08-19 Thread jbv via use-livecode
sort lines of tkeys ascending numeric repeat for each line j in tkeys put array1[array2[j]] & return after myvar end repeat You can also use a two-dimentional array instead of 2 separate arrays... jbv On Sat, August 19, 2017 1:33 pm, Klaus major-k via use-livecode wrote: > Hi dfriend

Re: answer with...

2017-08-16 Thread jbv via use-livecode
works like a charm... Thanks a lot. On Wed, August 16, 2017 10:13 pm, J. Landman Gay via use-livecode wrote: > On 8/16/17 10:07 pm, jbv via use-livecode wrote: > > >> I have a blank... >> I need to use a prompt in the form of >> answer "Your choice&q

answer with...

2017-08-16 Thread jbv via use-livecode
ot; or "Mary" or "Cancel") in a string but (answer "Your choice" with myString) doesn't work as expected... Any idea ? Thanks in advance jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit th

Maximum size of SQLQuery with revDataFromQuery ?

2017-08-06 Thread jbv via use-livecode
sec; my concern was rather the buffer size between LC engine and mySQL... Thanks in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: menuHistory & menuPick

2017-08-05 Thread jbv via use-livecode
On Sat, August 5, 2017 2:52 pm, Klaus major-k via use-livecode wrote: > >> Am 05.08.2017 um 14:15 schrieb jbv via use-livecode >> <use-livecode@lists.runrev.com>: >> >> >> well, not exactly... > > But it answered exactly your initial question, Sir! >

Re: menuHistory & menuPick

2017-08-05 Thread jbv via use-livecode
p; return & "choice6" into btn 1 set label of btn 1 to line 2 of btn 1 set menuhistory of btn 1 to 2 The purpose of the "menuhistory" line is, when user press the btn, to have all the choices "centered around" the visible one on the label, which is more elegant im

Re: menuHistory & menuPick

2017-08-04 Thread jbv via use-livecode
Hi Klaus Thanks for the reply. Actually that option crossed my mind, but what if other useful messages need to be sent in the meantime, or if there are any pending messages ? What gets blocked actually ? Thanks jbv On Fri, August 4, 2017 8:07 pm, Klaus major-k via use-livecode wrote: > Hi

menuHistory & menuPick

2017-08-04 Thread jbv via use-livecode
Hi According to the doc, when you set the menuHistory property, a menuPick message is sent to the button. I managed to block the menupick message with a boolean variable, but is there an easier/more elegant way to momentary block that message when setting menuhistory ? Thanks in advance. jbv

Livecode server, timeout and processes

2017-07-17 Thread jbv via use-livecode
in the first place... Thanks in advance. jbv ___ 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: Refreshing question

2017-07-12 Thread jbv via use-livecode
only, as the user will have the possibility to make some choices and changes on the page, and according to those changes, only some parts of the data will be displayed, or will be displayed in a different way... Thanks jbv ___ use-livecode mailing

Refreshing question

2017-07-12 Thread jbv via use-livecode
page. Thanks in advance. jbv ___ 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

How do you guys debug a webpage...

2017-04-24 Thread jbv via use-livecode
an error when opened in revBrowser... IOW is there a way to catch the error (or display js console in revBrowser) ? Thanks in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Cognitive load

2017-04-23 Thread jbv via use-livecode
en people started believing > it was vaguely spherical. Now that people have gone up into space with > rockets and taken photos of the earth the argument seems to be over > whether the world "is" a sphere or an "oblate spheroid", and only nutty > fruitcakes believe otherw

Re: Cognitive load

2017-04-23 Thread jbv via use-livecode
On Sun, April 23, 2017 9:55 am, Richmond Mathewson via use-livecode wrote: > I'm not sure why smaller should necessarily be better. > It is actually, and the cognitive load approach, especially for programmers newbies, is quite relevant. Newbies have to deal with 2 or 3 things simultaneously : 1-

external for an Android mobile app

2016-11-20 Thread jbv
Hi list When one needs an external for an Android version of an app for mobile, where is the best place to turn to ? Thanks jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: On-rev server blocked by ISP

2016-10-18 Thread jbv
It's even stranger this time. My client was using the same app in 3 different cities across the country and with 3 different IPs. At startup the app sends a request to the same url http://mydomain.on-rev.com Apparently only that url was blocked by the ISP. I have another client with the same

Re: On-rev server blocked by ISP

2016-10-18 Thread jbv
:41 pm, Heather Laine wrote: > Dear JBV, > > > We have responded to several tickets of yours recently in the hosting > support. I'm concerned to hear you might have sent us something we did > not receive or I cannot locate, or possibly that you did not receive our > replies. Plea

Re: On-rev server blocked by ISP

2016-10-18 Thread jbv
remember right about 39$/y. > And it is setup within hours. > > > Regards, > Matthias > > > > >> Am 18.10.2016 um 13:48 schrieb jbv <j...@souslelogo.com>: >> >> >> Hi list >> One of my clients experienced severe problems a week ago &g

On-rev server blocked by ISP

2016-10-18 Thread jbv
sending a couple of urgent support requests to on-rev at that time, nobody ever got back to me... Thanks jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

on-rev support ?

2016-09-27 Thread jbv
Hi list Has anyone got in touch with on-rev support lately ? I sent a couple of urgent requests because some of my clients have huge connection problems, but nobody has got back to me so far... Thanks jbv ___ use-livecode mailing list use-livecode

validating xml

2016-09-22 Thread jbv
: is there a way (function, LC or PHP library, whatever) to check if the xml is well-formed (all tags closed, etc), and possibly fix it, before sending it to the client browser or app ? Thanks in advance jbv ___ use-livecode mailing list use-livecode

test color question

2016-09-17 Thread jbv
een fields, or when sorting lines inside a fld ? I know that can be done with HTMLtext (but for what I have to do it's much too slow)... I have also tried the styledText, but to no avail (things don't really happen like explained in the doc)... Thanks in ad

LC & BLE for Android

2016-09-02 Thread jbv
Hi list I might be working soon on a mobile app that will intereact with peripherals through BLE. I am aware of theexistence of MergExt mergBLE for iOS and OSX. But has anyone found a solution for Android ? Thanks in advance. jbv ___ use-livecode

2 questions about the zip library

2016-08-28 Thread jbv
in a standalone on the client machine ? Thanks in advance jbv ___ 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

Re: problem with 'put URL'

2016-08-28 Thread jbv
Thanks Richard. For some obscure reason, I always miss that protocol specifier thing... jbv On Sun, August 28, 2016 6:45 pm, Richard Gaskin wrote: > jbv wrote: > >> I'm using the "ask" command, but when using the path returned in the >> it variable in put URL "

problem with "put URL"

2016-08-28 Thread jbv
m/myArchibe.zip; into URL it I always get "invalid url" for the content of it, no matter what it is. I'm using LC 6.5.2 on Mac, and I have checked the permissions of the folders in which I try to save the archive. What am I missing ? Thanks in advance, jbv __

Re: list field question

2016-08-14 Thread jbv
Mike Thanks for the effort, but I need something simpler. Your suggestion with mousedown/mouseline already crossed my mind, but I was wondering if there was a property or something similar... For instance, this would be very handy : disable line 2 of fld "listField" Best, jbv On S

list field question

2016-08-14 Thread jbv
. jbv ___ 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

Standalone randomly crashes on Win 7 & 10

2016-08-04 Thread jbv
t be 100% sure. So my question(s) : - are there other tools on Windows that could give more accurate info about the cause of the crashes - is there any specific debugging strategy in that case ? Thanks in advance jbv ___ use-livecode mailing lis

LC & robotics anyone ?

2016-07-13 Thread jbv
and pleasant application. Thanks in advance jbv ___ 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

Another question about variables

2016-05-01 Thread jbv
] is empty then answer 1 else answer 0 end if end mouseUp Is there any logic explanation why it answers "0" for myVar and "1" for myArray and myArray1 ? Thanks jbv ___ use-livecode mailing list use-livecode@lists.run

localNames and variableNames on LC server

2016-05-01 Thread jbv
Hello list localNames and variableNames return an internal error 500 on LC server 6.1.0 while they work on desktop LC. Anyone has more info on this ? Thanks jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Beeing a developer after 40

2016-04-29 Thread jbv
and what about starting your career in 1978, writing software in assembler on punch cards, for a machine with only 1 12 bits accumulator and 2 index registers ? Best > For who it may concern... (I am 49...;-) > > Adrian Kosmaczewski destroys any concerns you may have about becoming an > older

Just for the anecdote

2016-03-30 Thread jbv
rary, which is a "more up-to-date tool than LC" (as we were told)... I don't have all the details yet, but I was wondering if anyone had comments about this... Thanks. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Difference between LC on Mac and LC server

2016-01-08 Thread jbv
Hi list When I run the following code on my Mac (LC community 6.5.2) : get "04/17/2016" convert it to seconds put it I get 1460844000 When I run the same code on LC server (on-rev account) I get 1460840400 Any idea wht there's a difference ?

<    1   2   3   4   >