Re: Timezone library - how to use in Livecode Server?

2018-09-06 Thread Monte Goulding via use-livecode
> On 6 Sep 2018, at 9:18 pm, Trevor DeVore via use-livecode > wrote: > > I just had to comment out the “resolve file” line which > that caused an error because it is new syntax. It’s just important to remember if using the library with this commented out that it will only find images where

Re: Timezone library - how to use in Livecode Server?

2018-09-06 Thread Monte Goulding via use-livecode
> On 7 Sep 2018, at 12:34 am, Matthias Rebbe via use-livecode > wrote: > > when using an other LCB library , where do i see what i have to enter in > > set the revLibraryMapping[“?? ”] ……. > > I cannot find any information about revLibraryMapping in the dictionary. It is not documented

Re: Timezone library - how to use in Livecode Server?

2018-09-06 Thread Matthias Rebbe via use-livecode
Mark, when using an other LCB library , where do i see what i have to enter in set the revLibraryMapping[“?? ”] ……. I cannot find any information about revLibraryMapping in the dictionary. Regards, Matthias > Am 06.09.2018 um 12:54 schrieb Matthias Rebbe via use-livecode > : > > Than

Re: Timezone library - how to use in Livecode Server?

2018-09-06 Thread panagiotis merakos via use-livecode
Hello Matthias, In the PR Mark posted, click on the tab "Files Changed". Then scroll down until you see the diffs for the macstatusmenu.lcb file. Click on the "View" button for this file. Then click on "Raw". This should take you to this page: https://raw.githubusercontent.com/livecode/livecode/6

Re: Timezone library - how to use in Livecode Server?

2018-09-06 Thread Matthias Rebbe via use-livecode
Trevor, thanks for letting me know. I am not very used with GitHub. Still learning how to organize my stuff. So where do i find the .lcb file? Regards, Matthias > Am 06.09.2018 um 13:18 schrieb Trevor DeVore via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > On Thu, Sep 6, 2018

Re: Timezone library - how to use in Livecode Server?

2018-09-06 Thread Trevor DeVore via use-livecode
On Thu, Sep 6, 2018 at 5:55 AM Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > > And thanks for the ps. I can´t wait for 9.1 to test. :) > No need to wait. I downloaded the LCB file and built it in the extension builder using 9.0. I just had to comment out the “resolve fi

Re: Timezone library - how to use in Livecode Server?

2018-09-06 Thread Matthias Rebbe via use-livecode
Thank you very much Mark. With that addition it works now. The timezone library is a great enhancement for Livecode Server. No need to call external php code to do timezone conversions. And thanks for the ps. I can´t wait for 9.1 to test. :) Regards Matthias > Am 06.09.2018 um 11:57 schri

Re: Timezone library - how to use in Livecode Server?

2018-09-06 Thread Mark Waddingham via use-livecode
Hi Matthias, On 2018-09-05 10:34, Matthias Rebbe via use-livecode wrote: file "/home/xxx/public_html/xx/tz.lc" row 4, col 5: extension: error occurred with domain (runtime) row 4, col 5: extension: error occurred with description (unable to load foreign library) row 4, col 5: exten

Re: Timezone library - how to use in Livecode Server?

2018-09-05 Thread Ralf Bitter via use-livecode
Hmm... don't remember and don't have any further infos. > On 5. Sep 2018, at 10:07, Matthias Rebbe via use-livecode > wrote: > > One question: Did you find out about that by your own or was it announced > somewhere, maybe with additional useful information? > > Regards, > > Matthias _

Re: Timezone library - how to use in Livecode Server?

2018-09-05 Thread Ralf Bitter via use-livecode
Matthias, in my understanding you need to add the path to the resources where all the zoneinfo is lacated using "with resource path". Ralf > On 5. Sep 2018, at 10:34, Matthias Rebbe via use-livecode > wrote: > > Hm, > > seems i was a little bit to quick with my answer. > > Loading the .lc

Re: Timezone library - how to use in Livecode Server?

2018-09-05 Thread Matthias Rebbe via use-livecode
Hm, seems i was a little bit to quick with my answer. Loading the .lcm and “put timezones()” outputs all timezones. But executing the following lines load extension from file "./extensions/com.livecode.library.timezone/module.lcm" put the seconds into tDate put FromUniversaltime(tDate, "Europ

Re: Timezone library - how to use in Livecode Server?

2018-09-05 Thread Matthias Rebbe via use-livecode
Ralf, thank you very much. It´s so easy if one knows how to do. ;) Being able to use LCB built libraries extremely extends LC Server. One question: Did you find out about that by your own or was it announced somewhere, maybe with additional useful information? Regards, Matthias > Am 05.09.

Re: Timezone library - how to use in Livecode Server?

2018-09-05 Thread Ralf Bitter via use-livecode
Hi Matthias, loading extensions (.lcm files) works with LC server too. Please see "load extension" in the dictionary. Ralf > On 5. Sep 2018, at 00:56, Matthias Rebbe via use-livecode > wrote: > > Hi, > > i´ve just noticed that the new Timezone Library is not available under > Livecode ser

Timezone library - how to use in Livecode Server?

2018-09-04 Thread Matthias Rebbe via use-livecode
Hi, i´ve just noticed that the new Timezone Library is not available under Livecode server. I´ve checked the Extension folder of the desktop version of LC and found an .lcb file, which means that the library was written in Livecode Builder. Is there a way to use such libraries with Livecode