Standalone builder tells me that there is a stack ... already open and so on

2019-02-14 Thread Matthias Rebbe via use-livecode
Hi today

i´ve made some modifications to a stack today , which i compiled 2 daysago w/o 
an error.

But today i get the following error message when trying to build a Windows 
standalone:

"a stack <> is already in memory. The LiveCode UI does not distinguish 
stacks which have identical names, so editing these stack files while both are 
in memory could result in data loss."

I see this error from time to time regardless what stack i am working on. In 
the past a restart of LC solved this and i was able to compile again w/o error.

But this is not working.


The only modification i´ve done was to change the width of a field. So this 
should not be the problem.

I´ve checked the stack and its 12 substack. No other stack is there, only the 
ones that should be there.


Any idea what i could do?


Regards,

Matthias





Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de


___
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: Anyone using the Native Date picker widget from the Mobile Native Essentials Widget Pack?

2019-02-14 Thread Matthias Rebbe via use-livecode

Please forget my question. It seems i just misunderstood the widget.
The widget is the datePicker and i have to first resize it from its default 
size, which is usesless, to a higher height and then have to show and hide it. 

I really don´t know why i thought this is kind of a button which shows up the 
pickup upon clicking. ;)

Anyway. I´ve got it working.

But it would be nice if the default size of that widget would be changed so it 
does not have to be resized.
Maybe i should send Todd that as a feature request.

Matthias 


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de <https://instamaker.dermattes.de/>
https://winsignhelper.dermattes.de <https://winsignhelper.dermattes.de/>

> Am 14.02.2019 um 10:30 schrieb Matthias Rebbe via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Hi,
> is anyone able to successfully use the Native Date Picker widget from the 
> Mobile Native Essentials Widget Pack?
> 
> Is there something special to get it working? I´ve selected it in the 
> inclusion tab and i can see on the iPad some "incomplete" characters at the 
> location of the widget, but nothing happens when touching the characters. The 
> happnes when trying the native Time Picker.
> 
> I am working with LC 9.0.2 and Xcode 10.0 on Mac OS X 10.13.6 and SDK12. As 
> the other widgets of the pack do work without a problem, i don´t think that 
> this has todo with the version of Xcode/SDK/LC.
> Or am i wrong?
> 
> 
> Regards,
> 
> Matthias
> 
> 
> 
> 
> Matthias Rebbe
> 
> free tools for Livecoders:
> https://instamaker.dermattes.de <https://instamaker.dermattes.de/> 
> <https://instamaker.dermattes.de/ <https://instamaker.dermattes.de/>>
> https://winsignhelper.dermattes.de <https://winsignhelper.dermattes.de/> 
> <https://winsignhelper.dermattes.de/ <https://winsignhelper.dermattes.de/>>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com <mailto: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

___
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

Anyone using the Native Date picker widget from the Mobile Native Essentials Widget Pack?

2019-02-14 Thread Matthias Rebbe via use-livecode
Hi,
is anyone able to successfully use the Native Date Picker widget from the 
Mobile Native Essentials Widget Pack?

Is there something special to get it working? I´ve selected it in the inclusion 
tab and i can see on the iPad some "incomplete" characters at the location of 
the widget, but nothing happens when touching the characters. The happnes when 
trying the native Time Picker.

I am working with LC 9.0.2 and Xcode 10.0 on Mac OS X 10.13.6 and SDK12. As the 
other widgets of the pack do work without a problem, i don´t think that this 
has todo with the version of Xcode/SDK/LC.
Or am i wrong?


Regards,

Matthias




Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 
___
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: Datagridhelper iOS Scroller when using 2 Datagrids on one card

2019-02-12 Thread Matthias Rebbe via use-livecode
Hi Jerry,

thanks for your answer.

I didn´t realize that the DG2 has native iOS scroller support integrated.

Tried it already and all is working so far w/o a problem.

Regards,

Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de <https://instamaker.dermattes.de/>
https://winsignhelper.dermattes.de <https://winsignhelper.dermattes.de/>

> Am 12.02.2019 um 09:01 schrieb JJS via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Hi Matthias,
> 
> 
> the DG's have their own scroller as of DG2, so you don't need to create that 
> anymore.
> 
> In LC 903 there is a bug solved so that you can use other scroller handlers 
> via the name of the dg scroller.
> 
> Because before you could do it via the scrollerid, but because the scroller 
> id is changed every time you enter the card with the dg's this did not work 
> anymore.
> 
> Check https://quality.livecode.com/show_bug.cgi?id=21555 
> <https://quality.livecode.com/show_bug.cgi?id=21555> for more info on it.
> 
> 
> Ciao!
> 
> Jerry
> 
> Op 12-2-2019 om 00:49 schreef Matthias Rebbe via use-livecode:
>> Hi,
>> 
>> in an iOS app i need to use 2 Datagrids, lets say DG1 and DG2, on one card.
>> The datagrids have the same location on the card and are shown and hided
>> with a button. After adding content to DG1 i send  "DGHiOs_CreateScroller" 
>> to it to create the scroller.
>> When i switch to DG2 by setting the visible of DG1 to false and the visbile 
>> for DG2 to true  and switch back after
>> some time to DG1 the scroller of DG1 is not working anymore. Sending again 
>> "DGHiOS_CreateScroller" to it does not work.
>> 
>> Tried also to delete the scroller of DG1 before switching to DG2 and vice 
>> versa.
>> 
>> What are the correct steps to get iOS Scrollers working with each of the 
>> Datagrids?
>> 
>> Is there something special i have to keep in mind?
>> 
>> 
>> Regards,
>> 
>> Matthias
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com <mailto: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
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com <mailto: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

___
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

Datagridhelper iOS Scroller when using 2 Datagrids on one card

2019-02-11 Thread Matthias Rebbe via use-livecode
Hi,

in an iOS app i need to use 2 Datagrids, lets say DG1 and DG2, on one card.
The datagrids have the same location on the card and are shown and hided
with a button. After adding content to DG1 i send  "DGHiOs_CreateScroller" to 
it to create the scroller.
When i switch to DG2 by setting the visible of DG1 to false and the visbile for 
DG2 to true  and switch back after
some time to DG1 the scroller of DG1 is not working anymore. Sending again 
"DGHiOS_CreateScroller" to it does not work.

Tried also to delete the scroller of DG1 before switching to DG2 and vice versa.

What are the correct steps to get iOS Scrollers working with each of the 
Datagrids?

Is there something special i have to keep in mind?


Regards,

Matthias 
___
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: Datagrid Table - Allow editing a field only when an other field contains data

2019-02-11 Thread Matthias Rebbe via use-livecode
Same here.

mostly of the time i  just use the dgText property to fill and read the table 
content of a datagrid, because i use the DG only as "normal" table, but with DG 
features the normal table field does not have, like easy column resizing, 
column reorder. This and the awesome Datagrid Helper from Zryip is all i need 
to get it working.
The DGH plugin is so powerful and it´s so easy to configure and modify the DG.

But sometimes there is a need to go deeper into the DG api and that´s where i 
always get stuck. ;)

Matthias

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de <https://instamaker.dermattes.de/>
https://winsignhelper.dermattes.de <https://winsignhelper.dermattes.de/>

> Am 11.02.2019 um 16:59 schrieb Bob Sneidar via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Yeah, when we first began to brainstorm about a real table object, some 
> people wanted just a simple row,column object where each column, row or cell 
> could be formatted a certain way. Others asked for more complex things. What 
> we got then was a programmable table object that a developer could code to do 
> pretty much anything he wanted it to do. The datagrid library is like a new 
> extension of Livecode Script. 
> 
> What I find however as with other languages I've dabbled in, is that I never 
> need or use the full set of commands and functions, but only a subset of them 
> as needed, and I become very familiar with those. I code out of necessity. 
> :-) As a result I'm pretty good with tables, but customizing display based on 
> data I haven't toyed with much, and form datagrids not at all. 
> 
> Bob S
> 
> 
>> On Feb 9, 2019, at 09:16 , Matthias Rebbe via use-livecode 
>> mailto:use-livecode@lists.runrev.com>> wrote:
>> 
>> @Bob S 
>> Thanks for the link. Visited it and realised again that DG is very complex. 
>> ;)
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com <mailto: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

___
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: Datagrid Table - Allow editing a field only when an other field contains data

2019-02-09 Thread Matthias Rebbe via use-livecode
@Bob S 
Thanks for the link. Visited it and realised again that DG is very complex. ;)

@Zryip

Thank you very much.  

Works great.


Regards,

Matthias

Matthias Rebbe


> Am 09.02.2019 um 16:49 schrieb zryip theSlug via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Matthias,
> 
> A possible solution is to add an EditFieldText handler inside the datagrid
> group script.
> 
> *command* EditFieldText pTheFieldEditor, pTheIndex, pTheCol
> *end* EditFieldText
> 
> This message is invoked by the datagrid table prior to create the field
> editor allowing to edit the cell.
> Three parameters are passed :
> - the field editor reference: pTheFieldEditor
> - the index of the row: pTheIndex
> - the key (the column name): pTheCol
> 
> The trick consist to test the name of the column the user is trying to edit
> (for example col3 of the datagrid) :
> 
> *if* (pTheCol is "Col3") *then*
> 
> 
> and then  get the content of the cell of another column by using the
> GetDataOfIndex
> function:
> 
> *put* GetDataOfIndex(pTheIndex, "Col2") into tTheValueToTest
> 
> 
> If you want to allow the edition of the cell, then give a chance to the
> EditFieldText  to reach the datagrid library
> 
> pass EditFieldText
> 
> if not, then simply not send it
> 
> And don't forget to pass the command for others columns of the datagrid.
> 
> 
> Here is a final handler applying the recipe for a "col3" based of the
> content of "col2". If the cell contains "yes" in col2 then the user is
> allowed to edit the content of the cell in col3, if not the cell remains
> locked. You can change "yes" for any value or change the test for checking
> if the cel in "col2"l is empty or not
> 
> 
> command* EditFieldText pTheFieldEditor, pTheIndex, pTheCol
>   if (pTheCol is "Col3")
> then put* GetDataOfIndex(pTheIndex, "Col2") into tTheValueToTest
> *if* (tTheValueToTest is "yes")
> *then**pass* EditFieldText
> *end*
> *if*
> *  else**   pass* EditFieldText
>  *end*
> *if**end* EditFieldText
> 
> On Fri, Feb 8, 2019 at 10:22 PM Bob Sneidar via use-livecode <
> use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> wrote:
> 
>> Check the datagrid library.
>> http://lessons.livecode.com/m/datagrid/l/7344-data-grid-api 
>> <http://lessons.livecode.com/m/datagrid/l/7344-data-grid-api>
>> 
>> I believe there is a message sent when a field is opened for editing.
>> 
>> Bob S
>> 
>> 
>> 
>>> On Feb 8, 2019, at 11:51 , Matthias Rebbe via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>> 
>>> Hi,
>>> 
>>> in a project i need the  possibility to allow editing a datagrid table
>> field only if an other field in the same row contains a value.
>>> Is this possible? Any suggestions?
>>> 
>>> Regards,
>>> 
>>> Matthias
>> 
>> 
>> ___
>> 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
>> 
> 
> 
> -- 
> Zryip TheSlug
> http://www.aslugontheroad.com <http://www.aslugontheroad.com/>
> ___
> 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

___
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


Datagrid Table - Allow editing a field only when an other field contains data

2019-02-08 Thread Matthias Rebbe via use-livecode
Hi,

in a project i need the  possibility to allow editing a datagrid table field 
only if an other field in the same row contains a value.
Is this possible? Any suggestions?

Regards,

Matthias 
___
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: Setting behaviors in 9.0.2

2019-02-02 Thread Matthias Rebbe via use-livecode
I´ve made a quick test and set the behaviour of a card to the script of a 
button.
This works here on Mac OS X with LC 9.0.2 Business.



Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 
> Am 02.02.2019 um 20:01 schrieb J. Landman Gay via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Is anyone else unable to set a behavior on an object in LC 9.0.2? Neither 
> script, nor message box, nor property inspector will do it for me with the 
> possible exception of a button on the same card. I'm not using script-only 
> stacks, just buttons which are sometimes in another stack in use.
> 
> This is such a basic requirement that I'm wondering if it's just me.
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com 
> 
> HyperActive Software   | http://www.hyperactivesw.com 
> 
> 
> ___
> 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

___
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: Woo License Keys Manager

2019-01-30 Thread Matthias Rebbe via use-livecode
What i forgot. The good thing is also that i do not have to hassle with 
invoices because Fastspring is the seller and therefore FS is doing all that 
stuff including correct VAT handling.
I just get my monthly payments.


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 30.01.2019 um 12:05 schrieb Matthias Rebbe 
>  >:
> 
> Hi,
> 
> i am using Zygodact from Jacqueline Landman-Gay - 
> http://hyperactivesw.com/solutions_zygodact.html 
> 
> 
> with Livecode Server and Fastspring. After a successful order Fastspring 
> contacts my Livecode Server and transmits the purchase information.
> My LC Server script then creates a License Key which works only with the 
> E-Mail address of the buyer and returns it to Fastsrpring. Fastspring then 
> send this information to the buyer.
> 
> Zygodact works very well with Livecode Server
> 
> I´ve written Livecode lesson about how to use Zygodact and LC Server with 
> Fastspring. See here
> http://lessons.livecode.com/m/4068/l/620020-using-zygodact-key-generator-with-fastspring
>  
> 
> 
> Works for some years now w/o a problem.
> 
> 
> Matthias Rebbe
> 
> free tools for Livecoders:
> https://instamaker.dermattes.de 
> https://winsignhelper.dermattes.de 
> 
>> Am 30.01.2019 um 11:28 schrieb David V Glasgow via use-livecode 
>> mailto:use-livecode@lists.runrev.com>>:
>> 
>> Does anyone use the above for managing keys on their LC apps?  If so, are 
>> you happy with it?  
>> 
>> Conversely, anyone recommend any other solutions, whether just license 
>> management, or complete ecommece?
>> 
>> Cheers,
>> 
>> David Glasgow
>> ___
>> 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 
>> 
> 

___
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: Woo License Keys Manager

2019-01-30 Thread Matthias Rebbe via use-livecode
Hi,

i am using Zygodact from Jacqueline Landman-Gay - 
http://hyperactivesw.com/solutions_zygodact.html 


with Livecode Server and Fastspring. After a successful order Fastspring 
contacts my Livecode Server and transmits the purchase information.
My LC Server script then creates a License Key which works only with the E-Mail 
address of the buyer and returns it to Fastsrpring. Fastspring then send this 
information to the buyer.

Zygodact works very well with Livecode Server

I´ve written Livecode lesson about how to use Zygodact and LC Server with 
Fastspring. See here
http://lessons.livecode.com/m/4068/l/620020-using-zygodact-key-generator-with-fastspring
 


Works for some years now w/o a problem.


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 30.01.2019 um 11:28 schrieb David V Glasgow via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Does anyone use the above for managing keys on their LC apps?  If so, are you 
> happy with it?  
> 
> Conversely, anyone recommend any other solutions, whether just license 
> management, or complete ecommece?
> 
> Cheers,
> 
> David Glasgow
> ___
> 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

___
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: Script Editor Performance

2019-01-29 Thread Matthias Rebbe via use-livecode


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 29.01.2019 um 16:14 schrieb Richard Gaskin via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Tiemo Hollmann wrote:
> 
> > Beside of massive slowdowns, the 9er IDE has (at least on Win 10) some
> > nasty behaviors. E.g. When using the scroll-bar, the line numbers
> > don't get updated anymore. You have to stop scrolling and click
> > somewhere within the script to update the line numbers.
> 
> Thanks for mentioning that.  I've seen that too, but only intermittently and 
> I haven't yet come up with a recipe.  Since no one else had mentioned it I 
> was beginning the think I was the only one seeing it.

As i wrote already in a post to a similar topic, i mostly can see this 
behaviour here on Mac OS X when in debug mode. When i then scroll, the line 
number very often do not update anymore, even if i jump into the next statement 
(CMD-i).
I then have to stop the script, close the script editor. After that it is 
working again until it happens again.


___
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: Windows 64-bit builds

2019-01-28 Thread Matthias Rebbe via use-livecode
Oh, what a pity. I really have hoped that i missed an announcement.

So we still have to wait for Win 64-bit.

Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de <https://instamaker.dermattes.de/>
https://winsignhelper.dermattes.de <https://winsignhelper.dermattes.de/>

> Am 28.01.2019 um 01:47 schrieb J. Landman Gay via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Oops, I had a brain freeze. I don't see the option in Windows either, it's in 
> the Mac settings in LC 8.1. Now that you've drawn my attention to it, I see 
> it's reversed in LC 9.0.2 which says that 32-bit is deprecated. So, no 
> problem.
> 
> Thanks for the correction. I need more sleep.
> 
> On 1/27/19 3:44 PM, Matthias Rebbe via use-livecode wrote:
>> Am very interested in 64bit Windows standalones, but cannot see that option 
>> in Standalone Settings in my LC 9.0.2 on Mac OS X.
>> In what LC version do you see that option?
>> Btw, when the Mac OS X 64-bit option was still experimental i used it a lot 
>> and did not run into any problem with my apps.
>> Matthias Rebbe
>> free tools for Livecoders:
>> https://instamaker.dermattes.de <https://instamaker.dermattes.de/> 
>> <https://instamaker.dermattes.de/ <https://instamaker.dermattes.de/>>
>> https://winsignhelper.dermattes.de <https://winsignhelper.dermattes.de/> 
>> <https://winsignhelper.dermattes.de/ <https://winsignhelper.dermattes.de/>>
>>> Am 27.01.2019 um 22:27 schrieb J. Landman Gay via use-livecode 
>>> mailto:use-livecode@lists.runrev.com> 
>>> <mailto:use-livecode@lists.runrev.com 
>>> <mailto:use-livecode@lists.runrev.com>>>:
>>> 
>>> Standalone settings shows the Windows 64-bit option as "experimental." How 
>>> experimental is it, and has anyone had any issues?
>>> 
>>> A little story: I was just contacted by a client I did some work for 15 
>>> years ago. She's been running the same app all this time, but a while back 
>>> she lost the ability to run it on her OS X Mac at home (the app was built 
>>> for OS 9) so she wants it updated for OS X. The ancient Windows app still 
>>> runs on her Windows 10 box at work.
>>> 
>>> Since I'm going to rebuild it for OS X, we're going to update the Windows 
>>> version as well. I'm wondering if I should go ahead and use 64-bit for that 
>>> to ensure the app will still work 15 years into the future.
>>> 
>>> It's astounding to me that a LiveCode app built with MC 2.7 is still viable 
>>> in today's software environment. You have to applaud the team's incredible 
>>> dedication to backward compatibility.
>>> 
>>> -- 
>>> Jacqueline Landman Gay | jac...@hyperactivesw.com 
>>> <mailto:jac...@hyperactivesw.com> <mailto:jac...@hyperactivesw.com 
>>> <mailto:jac...@hyperactivesw.com>>
>>> HyperActive Software   | http://www.hyperactivesw.com 
>>> <http://www.hyperactivesw.com/> <http://www.hyperactivesw.com/ 
>>> <http://www.hyperactivesw.com/>>
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com> 
>>> <mailto:use-livecode@lists.runrev.com 
>>> <mailto: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 
>>> <http://lists.runrev.com/mailman/listinfo/use-livecode>
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com <mailto: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
> 
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com 
> <mailto:jac...@hyperactivesw.com>
> HyperActive Software   | http://www.hyperactivesw.com 
> <http://www.hyperactivesw.com/>
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com <mailto: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

___
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: Windows 64-bit builds

2019-01-27 Thread Matthias Rebbe via use-livecode
Am very interested in 64bit Windows standalones, but cannot see that option in 
Standalone Settings in my LC 9.0.2 on Mac OS X.
In what LC version do you see that option?

Btw, when the Mac OS X 64-bit option was still experimental i used it a lot and 
did not run into any problem with my apps.


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 27.01.2019 um 22:27 schrieb J. Landman Gay via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Standalone settings shows the Windows 64-bit option as "experimental." How 
> experimental is it, and has anyone had any issues?
> 
> A little story: I was just contacted by a client I did some work for 15 years 
> ago. She's been running the same app all this time, but a while back she lost 
> the ability to run it on her OS X Mac at home (the app was built for OS 9) so 
> she wants it updated for OS X. The ancient Windows app still runs on her 
> Windows 10 box at work.
> 
> Since I'm going to rebuild it for OS X, we're going to update the Windows 
> version as well. I'm wondering if I should go ahead and use 64-bit for that 
> to ensure the app will still work 15 years into the future.
> 
> It's astounding to me that a LiveCode app built with MC 2.7 is still viable 
> in today's software environment. You have to applaud the team's incredible 
> dedication to backward compatibility.
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com 
> 
> HyperActive Software   | http://www.hyperactivesw.com 
> 
> 
> ___
> 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

___
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: change http to https, what to do?

2019-01-24 Thread Matthias Rebbe via use-livecode


> Am 24.01.2019 um 21:11 schrieb J. Landman Gay via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
>> On Jan 24, 2019, at 03:31 , Matthias Rebbe via 
>> use-livecode> <mailto:use-livecode@lists.runrev.com>>  wrote:
>> i do not know what might be the reason, but when i run into problems with  
>> sftp or https connections i disable
>> SSL peer certificate verification  with
>> 
>> tsNetVerifySSLPeer false
>> 
>> just to see if it´s working without verification of the SSL peer certificate.
> 
> I've had a problem in the past where a certificate fails in the hops between 
> the client and the server. (At least, I think that was the problem.) I had to 
> set libURLSetSSLVerification to false, which isn't safe but allows all 
> connections to work.
> 
> How does tsNetVerifySSLPeer compare to libURLSetSSLVerification? Is 
> verification of peers different from verification of all certificates?
> 

For community edition libURLSetSSLVerfication is the only way to disable the 
SSL Verification.
In Indy and Business i think you can use both, because LibURL library contains 
a tsNet wrapper, so that if tsNET is available,then libURL uses tsNet instead 
of the normal liburl script.  That´s how i understood how liburl and tsNet work 
together.

But i think Charles Warwick could explain it better. ;)  He wrote the wrapper 
in liburl.
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com 
> <mailto:jac...@hyperactivesw.com>
> HyperActive Software   | http://www.hyperactivesw.com 
> <http://www.hyperactivesw.com/>
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com <mailto: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

___
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: change http to https, what to do?

2019-01-24 Thread Matthias Rebbe via use-livecode
Did you try subdomain without www?
Put https://mySubdomain.myDomain.de/myPHP.php 
 into tRes

www is also a subdomain.

.de  is the top level domain
.mydomain is the second level domain

while any other name  before the second level domain is a subdomain.
e.g.
downloads.livecode.com 
www.livecode.com 
forums.livecode.com 

Of course you could use also www. as an additional prefix of a subdomain, but 
this does not make sense to me. In most case the server removes that www. part 
then.

So please try again without www.

Regards,

Matthias







Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 24.01.2019 um 12:35 schrieb Tiemo Hollmann TB via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> What I found is that it seems to be related using a subdomain and SSL in my
> url.
> mySubdomain points to dir myDir at myDomain and myDomain has a certificate
> with "*", so that it also reflects on the subdomain.
> This works (SSL):
> Put https://www.myDomain.de/myDir/myPHP.php 
>  into tRes 
> This also works (subdomain, but no SSL):
> Put http://www.mySubdomain.myDomain.de/myPHP.php 
>  into tRes
> But this does not work (Subdomain + SSL):
> Put https://www.mySubdomain.myDomain.de/myPHP.php 
>  into tRes
> Calling this subdomain URL via browser, I can call it with https
> 
> Will test Matthias try later, thanks
> Tiemo
> 
> -Ursprüngliche Nachricht-
> Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com 
> ] Im Auftrag
> von Tiemo Hollmann TB via use-livecode
> Gesendet: Donnerstag, 24. Januar 2019 11:47
> An: LiveCode User Liste senden  >
> Cc: Tiemo Hollmann TB mailto:toolb...@kestner.de>>
> Betreff: change http to https, what to do?
> 
> Hello,
> 
> 
> 
> I have some http communication with some PHP programs on my server. The PHP
> programs reside in a password protected directory.
> 
> I want to change the http communication (put URL) to https (the server has a
> certificate) because of the new European Basic Data Protection Regulation.
> 
> 
> 
> When just changing the "http" to "https" in my URL I get the return message:
> 
> "tsneterr: (35) schannel: next InitializeSecurityContext failed:
> SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal
> SSL/TLS alert is received (e.g. handshake failed)."
> 
> 
> 
> Are there any general options in LiveCode, I have to prepare to communicate
> via https or what else do I have to change?
> 
> Thanks for any experience.
> 
> Tiemo
> 
> 
> 
> ___
> 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
> 
> 
> ___
> 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

___
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: change http to https, what to do?

2019-01-24 Thread Matthias Rebbe via use-livecode
Hi Tiemo,

i do not know what might be the reason, but when i run into problems with  sftp 
or https connections i disable 
SSL peer certificate verification  with

tsNetVerifySSLPeer false

just to see if it´s working without verification of the SSL peer certificate.

But i am not sure if this would help you in your case, but you could give it a 
try.

Regards,

Matthias

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 24.01.2019 um 11:46 schrieb Tiemo Hollmann TB via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Hello,
> 
> 
> 
> I have some http communication with some PHP programs on my server. The PHP
> programs reside in a password protected directory.
> 
> I want to change the http communication (put URL) to https (the server has a
> certificate) because of the new European Basic Data Protection Regulation.
> 
> 
> 
> When just changing the "http" to "https" in my URL I get the return message:
> 
> "tsneterr: (35) schannel: next InitializeSecurityContext failed:
> SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal
> SSL/TLS alert is received (e.g. handshake failed)."
> 
> 
> 
> Are there any general options in LiveCode, I have to prepare to communicate
> via https or what else do I have to change?
> 
> Thanks for any experience.
> 
> Tiemo
> 
> 
> 
> ___
> 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

___
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: Script Editor Performance

2019-01-22 Thread Matthias Rebbe via use-livecode

> 
> I’d love to get some feedback on one of my fixes. I’m not seeing any issues 
> but I need to get feedback across a few machines (Windows/Linux) to confirm 
> my changes before creating a pull request. If you are an advanced user and 
> are willing to hack up a file within the Application bundle, shoot me a note 
> and I’ll get you one specific change I made that I think you’ll agree is a 
> benefit. In 1 week I’ve not seen any negative side effect. Fingers crossed...
> 

So how can one help? Can you provide a d/l from where one could download the 
"fixed" files?

Matthias

> Bob H.
> 
> ___
> 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


___
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: Script Editor Slow on Windows

2019-01-18 Thread Matthias Rebbe via use-livecode


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 
> 
> the thing i do see is that the line nr's in the scripteditor sometimes seem 
> to stall while i scroll up or down the script. switching to another script 
> and back seems to refresh it.

This behaviour i can see also on Mac OS X.
___
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: windows defender issues? & other AV issues

2019-01-17 Thread Matthias Rebbe via use-livecode



> Am 17.01.2019 um 17:08 schrieb Richard Gaskin via use-livecode 
> :
> 
> R.H. wrote:
> 
> > I just feel that we should know what the problem is that corrupts the
> > stack when saving and the original stack filename is appended with the
> > tilde character?
> 
> Agreed.  If the engine has a problem writing stack files, that would prevent 
> us from using LiveCode.
> 
> The trick now is to pin down the cause of the issue you've experienced.
> 

Maybe it would be good at first to know how big in size the stack is that 
cannot be saved correctly.
Maybe it is really the size that cause this. 


> 



___
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: Script Editor Slow on Windows

2019-01-16 Thread Matthias Rebbe via use-livecode
Or better just exclude Livecode...exe from Realtime Protection / Realtime Scan 
to keep the system safe.


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 16.01.2019 um 15:51 schrieb panagiotis merakos via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Hello Tiemo,
> 
> Could you try disabling "Real Time Protection" in Windows Defender?
> 
> Best,
> Panos
> --
> 
> 
> 
> On Wed, Jan 16, 2019 at 3:41 PM Tiemo Hollmann TB via use-livecode <
> use-livecode@lists.runrev.com > wrote:
> 
>> Hello,
>> 
>> any new insights?
>> I am working on a fast windows 10 machine with LC 9.0.2.
>> No message box open, no project browser open, almost all new fancy editor
>> options off, no plugins.
>> Though very laggy input. Sometimes I write a whole line and the characters
>> appear, when I am in the next line. That’s not really usable.
>> Has anybody found any tweaks, to speed up the editor again?
>> Is the windows defender an issue or only a guess? I have installed
>> Kaspersky
>> and I once have read, that any third party AV tool shuts off the defender,
>> because it replaces it. But I don't know, if this is the case for all
>> defender functions.
>> A workaround would perhaps be, doing the edit in a LC 8 version and only
>> when it comes to building the standalone or using any new features,
>> switching to LC 9. But really?
>> Any new insights welcome
>> Tiemo
>> 
>> -Ursprüngliche Nachricht-
>> Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com 
>> ] Im
>> Auftrag
>> von AndyP via use-livecode
>> Gesendet: Mittwoch, 26. September 2018 10:12
>> An: use-revolut...@lists.runrev.com 
>> Cc: AndyP mailto:smudge.a...@googlemail.com>>
>> Betreff: Re: Script Editor Slow on Windows (any Macs?)
>> 
>> As something to test. I've noticed that the script editor problems worsen
>> when either the project browser or message box have been opened, the longer
>> these are open the more the script editor ... in all of LC 9 series gets.
>> 
>> If I do not have the project browser open or use the message box then the
>> degradation in speed does not in my case materialize so quickly.
>> 
>> I have seen the same slowdown effect on a 64b Intel i5 4440 @ 3.10GHz with
>> 8GB and a newish I7 620 2.66GHz 64b laptop with 16GB ram installed.
>> 
>> I have no plugins activated, in fact, I tried with the plugins folder
>> emptied.
>> 
>> It would appear that ide messages are hanging somewhere along line?
>> 
>> 
>> 
>> -
>> Andy Piddock
>> 
>> 
>> My software never has bugs. It just develops random features.
>> 
>> TinyIDE  a Free alternative minimalist IDE Plugin for LiveCode
>> 
>> 
>> Script editor Themer for LC http://2108.co.uk 
>> 
>> PointandSee is a FREE simple but full featured under cursor colour picker /
>> finder.
>> http://www.pointandsee.co.uk   - made with 
>> LiveCode
>> --
>> Sent from:
>> http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html 
>> 
>> 
>> ___
>> 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
>> 
>> 
>> ___
>> 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
>> 
> ___
> 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

___
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: windows defender issues? & other AV issues

2019-01-15 Thread Matthias Rebbe via use-livecode
There should be no problem to copy/write/save a stack to the folder AppData . 
This is the recommended place if your app needs to write data to disk. It can 
be access using specialfolderpath("Support") or specialfolderpath(26).

Or has this really changed in Windows 10?

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 15.01.2019 um 16:54 schrieb Bob Sneidar via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Yes, with Windows 10, there is a feature called Sandboxing, where even if 
> your logged in user has write permissions to where the stack is saving, you 
> will still  not be able to write there. Program Files is a great example. The 
> solution is not to save stacks. Stacks should not be the place you save 
> information. Think of them as more like web forms. 
> 
> I learned this the hard way. Instead you should save settings and such in a 
> "safe" location, either in a database or else in some kind of settings file. 
> I have a whole system for this. I arrayEncode an array I use runtime for my 
> settings and save it to disk each time a setting changes. 
> 
> Bob S
> 
> 
>> On Jan 15, 2019, at 01:59 , R.H. via use-livecode 
>> mailto:use-livecode@lists.runrev.com>> wrote:
>> 
>> Failed saving onWindows 10 (all latest versions of LiveCode)
>> 
>> I am talking about a compiled business related stack (small compiled
>> splash, main stack not compiled in a resource folder and various resources)
>> that goes to clients.
>> 
>> Some of my clients experience that the main stack is not saving and will
>> leave two files in a state that does not allow to reopen them again. One of
>> the files is renamed with a tilde character "~" at the end of the filename.
>> This is the file "in progress" to be saved from file A to B and when the
>> saving was successful, the old file is removed.
> 
> 
> ___
> 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

___
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: windows defender issues? & other AV issues

2019-01-15 Thread Matthias Rebbe via use-livecode
I cannot see this behaviour here and on our clients computers.
Our standalones with substacks are running on several Win10 machines. All 
theses standalones use
 preferences stacks, which are saved from within the standalones. The 
standalones were created with LC 9.0.1 Business.

We are delivering those standalones without an installer, so they are not 
placed in the Program Files folder. They are either placed in the documents, 
sometimes in a dropbox folder and some customers have placed them on drive 
D,E,F, but not on the system drive.

Are your standalones delivered with a installer and do they reside in Program 
Files folder? If so, did you take care, that it is not allowed to write into 
the Program Files folder?

To check, if your AV software is the culprit, i would try, if possible, to 
exclude your standalone and its other files from AV realtime scanning. Maybe 
one of your clients is willing to try.

Our clients all use F-Secure Client Security as AV/Firewall on Windows and we 
never run into any problem with our apps.


Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 
> Am 15.01.2019 um 10:59 schrieb R.H. via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Failed saving onWindows 10 (all latest versions of LiveCode)
> 
> I am talking about a compiled business related stack (small compiled
> splash, main stack not compiled in a resource folder and various resources)
> that goes to clients.
> 
> Some of my clients experience that the main stack is not saving and will
> leave two files in a state that does not allow to reopen them again. One of
> the files is renamed with a tilde character "~" at the end of the filename.
> This is the file "in progress" to be saved from file A to B and when the
> saving was successful, the old file is removed.
> 
> The saving process takes very long (from 15 seconds and more). Sometimes
> over 30 seconds -- with or without this problem.
> 
> If I ask the client to remove the tilde "~" then the stack can be reopened.
> Otherwise not. Of course, I can not ask clients to do this in a production
> environment or ask him to delete the installation and always install again.
> 
> Somewhere during the saving process, something happens that stops the
> process and ends with a failure.
> 
> There are no error messages. I can not replicate the behaviour on my own
> computer. But I can see it on client's machines (not just one).
> 
> I am wondering if this could also be something that occurs because of
> interference of Windows Defender or some AV? Did anybody ever experience
> something similar on Windows?
> 
> Kind regards and thanks for replies
> Roland
> ___
> 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

___
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: XMLHttpRequest from JavaScript to LC Server

2019-01-13 Thread Matthias Rebbe via use-livecode
Yes, please post the examples.

Regards,

Matthias

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 13.01.2019 um 00:25 schrieb Ralph DiMola via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> I have real-time "XMLHttpRequest"s in JavaScript from an html page to LC
> Server working. One can then call their favorite LC functions from a
> webpage(auto fill/ predictive search for example) instead of re-writing them
> in JavaScript. The webpage can be on a different server domain. Here's what
> I have working:
> 1) Methods==> Get and Post.
> 2) Cross Domain==>CORS policy satisfied. This allows you field LC Server
> requests from a different domain. You can choose what domains to accept
> requests from to maintain server security.
> 3) Sync and Async JavaScript requests to LC Server.
> 4) LC Server sessions maintained.
> 5) Creating cookies from LC server request.
> 
> If this isn't old news... then let me know if this is of interest to anyone.
> If so I will post example html JavaScript webpage and server side LC script.
> 
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net 
> 
> 
> ___
> 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

___
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: Livecode Server Post

2019-01-11 Thread Matthias Rebbe via use-livecode
I just noticed, that my email client added the url twice.

So please remove the part beginning with https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 


___
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: Livecode Server Post

2019-01-10 Thread Matthias Rebbe via use-livecode
Hi Ralph,

i tried here now in the message box with the following lc server script
"

put "this is the posted value for test:"
put ""
put $_POST["test"]
?>


TIO On-Rev  Commercial Server 7.1
post "test=HELLO" To URL "https://canary.on-rev.com/post.lc 
"
put it

TIO On-Rev Community server 9.0.1
post "test=HELLO" To URL "https://canary.on-rev.com/post.lc9 
"
put it

HostM Professional Server 9.0.2
post "test=HELLO" To URL "https://mr.dermattes.de/post.lc 
"
put it


All 3 tests are successful and all expected information including the post 
value is displayed.


I will keep the post.lc files online for the next 2 days for you to test with 
my accounts.

Regards,

Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 11.01.2019 um 03:05 schrieb Ralph DiMola via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> When do a post to an LC server script from a .html form no output of "put"s 
> are displayed, just a blank screen. There is also a slight delay until the 
> screen clears. I tested to see if the LC script is actually being executed. 
> It is because I created a file but no display of "Put"s. If I change the 
> method to "get" in the .html form the put in the same .lc is immediately 
> displayed with no delay.
> I want to use post so the params aren’t in the URL and the page can't be 
> bookmarked.
> LC server 9.02 Business on on-rev diesel.
> 
> What am I missing?
> 
> Thanks All!
> 
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net 
> 
> 
> 
> ___
> 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

___
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: HTML entity escaping?

2019-01-10 Thread Matthias Rebbe via use-livecode
Hi,

is there a reason for all the * in the script?

Makes it difficult  to read and uneeded work to get it correct in the SE.

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 10.01.2019 um 00:56 schrieb David Bovill via use-livecode 
> :
> 
> Hi Devin, yes that would work for an app - but this is for Livecode server
> - I'm not sure but is there a way to do that with revIgniter - ie create a
> field by script and use the functionality that way - this is the old hack
> I'm using / found - if anyone finds it useful / can improve on it ( i
> should probably use arrays):
> 
> *command* text_HtmlEntityEscape @someText, pNotQuotes
>> *local* sNum, eNum
>> *put* 0 into countNum
>> *put* "(&[^;]+;)" into someReg
>> *put* html_EntityList (pNotQuotes) into htmlEntities
>> *put* html_EntityCharNums (pNotQuotes) into entityCharNums
>> *set* the wholematches to true
>> 
>> *repeat**get* matchchunk (someText, someReg, sNum, eNum)
>> *if* sNum is not a number *then* *return* empty
>> *-- breakpoint -- bug**if* it is false *then* *return* countNum
>> *put* char sNum to eNum of someText into foundEntity
>> *if* char 1 to 2 of foundEntity = 

Re: windows defender issues? & other AV issues?

2019-01-09 Thread Matthias Rebbe via use-livecode
I meant 

I have just tested it here with LC9.0.2

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de <https://instamaker.dermattes.de/>
https://winsignhelper.dermattes.de <https://winsignhelper.dermattes.de/>

> Am 09.01.2019 um 10:33 schrieb Matthias Rebbe via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> The whole discussion made me remembering that on my Mac i noticed a really 
> significant performance loss in SE when outputting large data in message box.
> When this is happening i can hear my fans boosting and the cpu temperature is 
> increasing.
> 
> As soon as i close the message box or empty it the SE is responsive again,the 
> temperature is lowering and the fans go into normal mode.
> 
> This script for example
> repeat 2
> put "12asdfadsfasdfasdfasfasdf3453"  after tOut
> end repeat
> put tout
> 
> is able to force this behaviour on an iMac 4Ghz i7 with 32GB ram.
> 
> Just test with LC9.0.2
> 
> Matthias Rebbe
> 
> free tools for Livecoders:
> https://instamaker.dermattes.de <https://instamaker.dermattes.de/>
> https://winsignhelper.dermattes.de
> 
>> Am 09.01.2019 um 07:17 schrieb Richard Gaskin via use-livecode 
>> :
>> 
>> AndyP wrote:
>> 
>>> This 'thrashing about' of messages may also explain why the situation
>>> (speed) is impacted when the project browser and message  box are
>>> open?
>> 
>> Components that need frequent updates to reflect current state can indeed be 
>> tricky. You may find this report interesting, esp. Comment #3:
>> https://quality.livecode.com/show_bug.cgi?id=13585
>> 
>> -- 
>> Richard Gaskin
>> Fourth World Systems
>> Software Design and Development for the Desktop, Mobile, and the Web
>> 
>> ambassa...@fourthworld.comhttp://www.FourthWorld.com
>> 
>> ___
>> 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
> 
> ___
> 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

___
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: windows defender issues? & other AV issues?

2019-01-09 Thread Matthias Rebbe via use-livecode
The whole discussion made me remembering that on my Mac i noticed a really 
significant performance loss in SE when outputting large data in message box.
When this is happening i can hear my fans boosting and the cpu temperature is 
increasing.

As soon as i close the message box or empty it the SE is responsive again,the 
temperature is lowering and the fans go into normal mode.

This script for example
repeat 2
put "12asdfadsfasdfasdfasfasdf3453"  after tOut
end repeat
put tout

is able to force this behaviour on an iMac 4Ghz i7 with 32GB ram.

Just test with LC9.0.2

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 09.01.2019 um 07:17 schrieb Richard Gaskin via use-livecode 
> :
> 
> AndyP wrote:
> 
> > This 'thrashing about' of messages may also explain why the situation
> > (speed) is impacted when the project browser and message  box are
> > open?
> 
> Components that need frequent updates to reflect current state can indeed be 
> tricky. You may find this report interesting, esp. Comment #3:
> https://quality.livecode.com/show_bug.cgi?id=13585
> 
> -- 
> Richard Gaskin
> Fourth World Systems
> Software Design and Development for the Desktop, Mobile, and the Web
> 
> ambassa...@fourthworld.comhttp://www.FourthWorld.com
> 
> ___
> 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

___
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: windows defender issues? & other AV issues?

2019-01-06 Thread Matthias Rebbe via use-livecode
Is there a sample stack, maybe a benchmark stack,  i could test under Win10 
which shows the behaviour with defender and does it not with defender inactive?
I then could test the created standalone with and wihtout signing.

Matthias

Matthias Rebbe



> Am 06.01.2019 um 20:31 schrieb Richard Gaskin via use-livecode 
> :
> 
> Matthias Rebbe wrote:
> 
> >> The responsibility would probably be on you, the app developer, to
> >> get an exclusion for your particular app. I don't know much about
> >> how Defender works, but getting a signing certificate from MS may
> >> be one way to legitimize the app.
> >
> > So that´s maybe the reason, why no one of my customers who use Windows
> > 10 ever reported a problem.
> > I am using a Code Signing Certificate from Comodo to sign my Windows
> > apps.
> 
> I don't believe certificates have been confirmed as the differentiator for 
> apps immune to this Microsoft bug, but if anyone can confirm that please add 
> it to the notes in the report:
> 
> https://quality.livecode.com/show_bug.cgi?id=21604
> 
> -- 
> Richard Gaskin
> Fourth World Systems
> Software Design and Development for the Desktop, Mobile, and the Web
> 
> ambassa...@fourthworld.comhttp://www.FourthWorld.com
> 
> ___
> 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

___
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: windows defender issues? & other AV issues?

2019-01-06 Thread Matthias Rebbe via use-livecode


> 
> The responsibility would probably be on you, the app developer, to get an 
> exclusion for your particular app. I don't know much about how Defender 
> works, but getting a signing certificate from MS may be one way to legitimize 
> the app.
So that´s maybe the reason, why no one of my customers who use Windows 10 ever 
reported a problem.
I am using a Code Signing Certificate from Comodo to sign my Windows apps.

Matthias


___
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: IMAP library, or support via tsNet?

2019-01-03 Thread Matthias Rebbe via use-livecode
Ben,

i just did a quick test with my local test mai server. This script for example 
would output the number of messages in the imap folder to the message box.

put tUSERNAME into pSettings["username"]
put put into pSettings["password"]
put "STATUS INBOX (MESSAGES)" into pRequest
put "imap://192.168.7.25" into pURL
put tsnetCustomSync(pURL,pRequest,xHeaders,rOutHeaders,rResult,rBytes,pSettings)

Did not try ssl, but should work also.


Regards,

Matthias



Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 03.01.2019 um 12:17 schrieb Ben Rubinstein via use-livecode 
> :
> 
> Is there anything in the way of an IMAP library around?
> 
> My needs are relatively simple: I want to connect to an iMAP server, 
> recursively list folders and fetch the size of each (if necessary by fetching 
> the size of each message)
> 
> e.g. in JavaScript with this library
>   https://github.com/emailjs/emailjs-imap-client
> I'd be using
>   connect()
>   listMailboxes()
>   listMessages(... ['RFC822.SIZE'])
>   ...
> 
> Is there a library that would support this kind of access?
> 
> Does tsNet provide anything above the basic network primitives to support 
> this?  Some time I ago there was a tantalising hint on this list:
> 
> On 24/08/2017 11:05, Charles Warwick via use-livecode wrote:
>> IMAP and POP3 support in tsNet under Linux is only available in tsNet 1.3.0+ 
>> which will be bundled with the next LC release.
>> All other platforms have had support for those protocols for a while.  I 
>> hope to have some documentation available in the next two weeks.
> 
> Did that ever come to fruition?
> 
> 
> Many thanks,
> 
> Ben
> 
> ___
> 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

___
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: Anyone using the HTML 5 LiveCode tool?

2018-12-22 Thread Matthias Rebbe via use-livecode


> Am 21.12.2018 um 23:19 schrieb Alain Vezina via use-livecode 
> :
> The LiveCode group should be pressured to fix this problem.  There is a 
> future on this side because I believe that many developers, like me, will 
> want to get out of Apple's clutches, which is always asking for more.

Correct me if i am wrong, but i think that in HTML5 "standalones" you´ll never 
be able to use all the features Livecode supports in iOS/Android/Desktop 
standalones. And that is not a problem of LC, but a general "problem" of HTML5.

Matthias






___
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: [ANN] bnGuides alignment tool on ivecodeshare

2018-12-19 Thread Matthias Rebbe via use-livecode
Bernd,

thank you very much for useful plugin.


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 18.12.2018 um 16:44 schrieb Niggemann, Bernd via use-livecode 
> :
> 
> I have put a stack "bnGuides" on livecodeshare (or access it from "Sample 
> Stacks" from within LC).
> It is best used as a plugin.
> 
> http://livecodeshare.runrev.com/stack/918/BnGuides
> 
> It helps with visual guides to align objects. It complements the build-in 
> alignment tool.
> Feedback welcome.
> 
> Kind regards
> Bernd
> ___
> 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

___
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: WordReport Registration

2018-12-10 Thread Matthias Rebbe via use-livecode
Bernard,

i´ve just sent it to you by email.

Regards,

Matthias

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de <https://instamaker.dermattes.de/>
https://winsignhelper.dermattes.de <https://winsignhelper.dermattes.de/>

> Am 10.12.2018 um 12:10 schrieb Bernard Devlin via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Thanks Matthias.  I did try variations of what I thought were a likely
> names for the registration handler (but that wasn't one of my guesses for
> the likely handler name).
> 
> The file "WordReport Registered Uses.pdf" is not included in the zip file
> that is downloaded from within our user area on livecode.com 
> <http://livecode.com/>.  I saw it
> mentioned somewhere in the stacks/pdfs.  If you could email me a copy of
> that file to bdrunrev at gmail, that might help too.
> 
> The beauty of the WordReport concept is that it puts report-writing in the
> hands of the user.
> 
> Regards
> Bernard
> 
> On Mon, Dec 10, 2018 at 9:17 AM Matthias Rebbe via use-livecode <
> use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> wrote:
> 
>> Bernard,
>> 
>> this is done with registerWordReport.
>> 
>> The following is an excerpt from the file "WordReport Registered Uses.pdf"
>> which was included in the download file, at least when i downloaded it.
>> 
>> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com <mailto: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



Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

___
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: WordReport Registration

2018-12-10 Thread Matthias Rebbe via use-livecode
Bernard,

this is done with registerWordReport. 

The following is an excerpt from the file "WordReport Registered Uses.pdf" 
which was included in the download file, at least when i downloaded it.

Unlocking the library:
To unlock WordReport (letting the library know you're a paying customer and need
the full feature set) is by using the registerWordReport command. Just give it 
your
serial code (in quotes) as a parameter:

registerWordReport "123456B"

You only need to issue this command once in your project code, and after that, 
you
can use any commands and functions with the same syntax you see listed in the
WordReport User Guide. No other modifications to your scripts are needed. One
call and you're done!
A good place to put the registerWordReport statement in your script is right 
after
you "start using" the library. Here's an example:

on preOpenStack
  start using "wordreport.rev"
  registerWordReport "123456B"
end preOpenStack



Regards,

Matthias

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 10.12.2018 um 08:55 schrieb Bernard Devlin via use-livecode 
> :
> 
> Hi all
> 
> I've got a copy of this as part of one of my previous Livecode purchases.
> How does one go about using the registration code?
> 
> The "Try WordReport" stack says either to buy a registration code *or* to
> simply use the code if one has it. Neither of the PDF files which come with
> the stack explains how to use the registration code.
> 
> I'd contact the provider of the software but I've seen numerous messages
> saying he doesn't respond to emails that I thought I'd ask an existing user.
> 
> Regards
> Bernard
> ___
> 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

___
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: OT-Reading Old Quicken Files

2018-12-04 Thread Matthias Rebbe via use-livecode
Here´s a page which explains the structure of a qif file

http://linuxfinances.info/info/financeformats.html

Regards,
Matthias

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 04.12.2018 um 20:14 schrieb William Prothero via use-livecode 
> :
> 
> Folks:
> I’m just curious if anybody has tried to use Livecode to read pre-2004 
> Quicken files. They are in binary, and the current Quicken, and Quicken2007 
> (which I have) will no longer read them.
> 
> I’m trying to recover archives of old transactions and checking whether it’s 
> even feasible.
> 
> Best,
> Bill
> 
> William A. Prothero
> http://earthlearningsolutions.org
> 
> ___
> 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

___
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: revsecurity.dylib is not 64-bit on macOS

2018-12-04 Thread Matthias Rebbe via use-livecode
Has anyone on the list already applied the fix locally and would like to share 
the modified file?

Regards,
Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 03.12.2018 um 23:23 schrieb panagiotis merakos via use-livecode 
> :
> 
> Hello all,
> 
> This will be fixed in the next LiveCode release. If you can't wait, you can
> apply the fix locally:
> 
> https://github.com/livecode/livecode/pull/6806
> 
> Best,
> Panos
> 
> On Mon, Dec 3, 2018, 21:56 Brian Milby via use-livecode <
> use-livecode@lists.runrev.com wrote:
> 
>> Just need to de-fat the file.  Need to change to the location within the
>> app package in the terminal and use the following command:
>> 
>> lipo revsecurity.dylib -remove i386 -output revsecurity.dylib
>> 
>> May need to use "sudo".  Also, will need to resign the app after doing so.
>> 
>> On Mon, Dec 3, 2018 at 3:43 PM kee nethery via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>>> Trying to upload to the Mac App Store and I get this error.
>>> 
>>> “Unsupported Architectures. Your executable contained the following
>>> disallowed architectures: ‘[i386 (in
>> com.elloco.ellocotools.pkg/Payload/El
>>> Loco Tools.app/Contents/MacOS/revsecurity.dylib)]’. New apps submitted to
>>> the Mac App Store must support 64-bit starting January 2018, and Mac app
>>> updates and existing apps must support 64-bit starting June 2018.”
>>> 
>>> Is there a 64-bit revsecurity.dylib I can download and swap in to replace
>>> the 32-bit version installed by LiveCode Standalone App Builder?
>>> 
>>> Alternatively, what functionality must I remove from my app so that
>>> revsecurity.dylib does not get installed (or can be safely removed
>>> manually)?
>>> 
>>> Kee Nethery
>>> ___
>>> 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
>> ___
>> 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
> ___
> 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

___
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: Issues with app delivery!

2018-11-28 Thread Matthias Rebbe via use-livecode
Another and more comfortable way would be to use App Wrapper 3, in case you own 
it.

App Wrapper has a feature called Architecture Cleanup to make Intel 64-Bit or 
Intel 32-Bit only.

http://www.ohanaware.com/appwrapper/

Regards,

Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 28.11.2018 um 09:20 schrieb panagiotis merakos via use-livecode 
> :
> 
> Hello all,
> 
> Yes, it seems we have to make sure that the code applied to externals for
> removing unneeded arch is also applied to revsecurity. Here are detailed
> instructions on how to do this manually from the terminal (the instructions
> are for tsNet - just change the path to the one of revsecurity):
> 
> See comment 6 in
> https://quality.livecode.com/show_bug.cgi?id=20946
> 
> Kind regards,
> Panos
> --
> 
> On Wed, Nov 28, 2018 at 7:07 AM Brian Milby via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Yes, that is the section of code that I was referring to.  So you should be
>> able to:
>> lipo revsecurity.dylib -remove i386 -output revsecurity.dylib
>> 
>> After changing to the directory containing the file in the terminal.
>> 
>> 
>>> 
>>> 
>> ___
>> 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
>> 
> ___
> 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

___
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: LiveCode Server syntax to call function in CGI folder

2018-11-23 Thread Matthias Rebbe via use-livecode
Do you want to call an .lc file from outside the public_html file?
If so then
copy the .lc file  (lets say myscript.lc) to outside of the public_html, for 
example to /home/custom_scripts.

Then in your .lc file in public_html use

include "home/custom_scripts/myscript.lc

to include the script myscript.lc into your main script.

Regards,

Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 23.11.2018 um 21:21 schrieb Keith Clarke via use-livecode 
> :
> 
> Folks,
> Can anyone please steer me to any docs explaining the (relative?) path syntax 
> needed to traverse from a public file 'public_html/index.lc' to more private 
> resources in 'public_html/CGI’ folder, to:
> 1: Require CGI/myFile.lc?  
> 2: Call myFunction() in CGI/myFile.lc?
> 
> The LC Server introductory lessons don’t seem to cover how to split 
> public/private assets - unless I’m missing something?
> 
> Thanks in advance
> Keith  
> ___
> 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

___
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: use password protected scripts on LC web server

2018-11-18 Thread Matthias Rebbe via use-livecode
That´s the way i am doing it with the complete script, not only with 
confidential data.

Most of my scripts in public web root just contain an include command

e.g.


The included file, which is stored outside the public web area then contains 
the complete script.
So in any case the Livecode Server engine is not running, the web visitor just 
sees the include command and nothing else.

Matthias



Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 18.11.2018 um 13:38 schrieb AndyP via use-livecode 
> :
> 
> You can also put your LC scripts outside the public web root, then include
> them in a calling LC script for extra security. 
> 
> 
> 
> -
> Andy Piddock 
> 
> 
> My software never has bugs. It just develops random features. 
> 
> TinyIDE  a Free alternative minimalist IDE Plugin for LiveCode 
> 
> 
> Script editor Themer for LC http://2108.co.uk  
> 
> PointandSee is a FREE simple but full featured under cursor colour picker / 
> finder.
> http://www.pointandsee.co.uk  - made with LiveCode
> --
> Sent from: 
> http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html
> 
> ___
> 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

___
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: Continual iOS Simulator Problems

2018-10-31 Thread Matthias Rebbe via use-livecode
> 
> Am 30.10.2018 um 04:13 schrieb Brian Milby via use-livecode 
> :
> 
> Have you tried launching the simulator from Xcode first and after it is fully 
> loaded then trying to test from LC?

That´s how i am doing it, because pressing the test button in LC with the 
simulator not running produces here exact the same problems. First there are 
these notification messages that the simulator does not respond  or takes to 
long to start(or something like that - you all know that message) and i have to 
choose if want to continue. If i acknowledge to continue, then  the message 
appears after some time again and so on.

When i press the button to not continue, the simulator hangs. At least it does 
not respond for a very long time. I have to use the activity monitor to quit  
the simulator.

If i open the simulator first and wait until the iOS device is started 
completely, then i can test the LC app without a problem.

Unfortunately i very often forget to start the simulator first and and that 
then takes time i could use more useful.


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

___
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: Large files crash on Windows 10

2018-10-31 Thread Matthias Rebbe via use-livecode



> 
> Perhaps relevant is that on the Mac I mostly use LC 5.5, on Windows 10 I am 
> using LC Community 9.0 (dp4).

Just out of interest, did you try with LC 9.0 on Mac OS X also and is there a 
reason why you do not use 9.0.1?

Regards,
Matthias

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de
___
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: Is it not possible to write to the user preference folder in Mojave?

2018-10-30 Thread Matthias Rebbe via use-livecode
Hi Sean,

thanks for the information. But my app writes to the ~/Library/Preferences 
folder. And therefore the user should have write access to it.

As i wrote. On a new Mojave installation on a VM (i still have 10.13.6 here) i 
was able to write the registration details to that folder without problems. 
Even with a standard user account.

I will let you all know, when i found out why the customer could not register 
the app successfully.

Regards,

Matthias

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 30.10.2018 um 15:28 schrieb Sean Cole (Pi) via use-livecode 
> :
> 
> Hi Matthias,
> This is, without any doubt, a permissions issue and definitely nothing to
> do with sandboxing. You need to unlock the folder you are saving to. The
> recommended form is to have a folder within the preferences folder named
> [domain].[appName] (ie, com.mycompany.myapp), and store your prefs files in
> there. But you need to make sure that the permissions for both the main
> Preferences folder and your app prefs folder are set to read/write for
> either 'admin' AND/OR 'user'. Check also the permissions for the pref file
> itself.
> 
> The Apple Dev Docs say this about the /Library/Preferences/ folder:
> 
>> You should not create files in this directory yourself. Instead, use the
>> NSUserDefaults class or CFPreferences API to get and set preference values
>> for your app.
> 
> Use of NSUserDefaults has not yet been set up for LC apps. You should be
> okay to write there as long as the permissions are correct. You may have to
> use a terminal command to find out for sure what the permissions are or to
> change them using chmod or something.
> 
> All the best
> 
> Sean
> 
> 
> On Tue, 30 Oct 2018 at 11:36, Matthias Rebbe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Tried here now with a standard  user and an admin account.
>> It works with both account types  w/o problems.
>> 
>> I will have to contact the customer again.  A big problem is that he´s
>> Italian and does not speak english. At least his first emails were in
>> Italian unless i mentioned that i had to translate his email to English and
>> also my answer to Italian with Google Translate. After that he used Google
>> Translate also.
>> 
>> I just can hope, that Google does its job good and i do not send offending
>> messages to him. ;)
>> 
>> Regards,
>> Matthias
>> 
>> 
>> Matthias Rebbe
>> 
>> free tools for Livecoders:
>> https://instamaker.dermattes.de
>> https://winsignhelper.dermattes.de
>> 
>>> Am 30.10.2018 um 00:09 schrieb Bob Sneidar via use-livecode <
>> use-livecode@lists.runrev.com>:
>>> 
>>> I wonder if they are looged in as administrators?
>>> 
>>> Bob S
>>> 
>>> 
>>>> On Oct 29, 2018, at 16:05 , Matthias Rebbe via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>>> 
>>>> I´ve setup a VM with Mojave and my app was able to write the
>> registration data to the preferences folder without a problem.
>>>> 
>>>> So i am not sure what´s going on  on the machine of the customer. But
>> at least i know now that my app is able to access that folder.
>>>> 
>>>> Regards
>>>> 
>>>> Matthias Rebbe
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com <mailto: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 <
>> http://lists.runrev.com/mailman/listinfo/use-livecode>
>> ___
>> 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
> ___
> 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

___
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: is anyone able to use fileDSN for ODBC connections in LC?

2018-10-30 Thread Matthias Rebbe via use-livecode
Hi all,

it seems that my syntax was not correct. LC first confirmed that my syntax 
looked correct,
but Panos found out that it didn´t.

The correct syntax for fileDSN is
revOpenDatabase("odbc",";pwd=",,,)
Example for Windows
revOpenDatabase("odbc","filedsn=\Users\matthias\ODBC\test2.dsn;uid=matthias;pwd=test123",,,)

@Panos Thanks again.


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 27.10.2018 um 18:53 schrieb Matthias Rebbe via use-livecode 
> :
> 
> I´ve filed a bug now. #21658 
> <https://quality.livecode.com/show_bug.cgi?id=21658>
> 
> If anyone has additional comments please add them to the bug.
> 
> Regards,
> 
> 
> Matthias Rebbe
> 
> free tools for Livecoders:
> https://instamaker.dermattes.de
> https://winsignhelper.dermattes.de
> 
>> Am 26.10.2018 um 00:33 schrieb Matthias Rebbe via use-livecode 
>> :
>> 
>> As the same ODBC driver (Windows 10 SQL Server) works w/o a problem when 
>> using a user or system DSN connection, the driver should not be the problem.
>> 
>> Regards,
>> 
>> 
>> Matthias Rebbe
>> 
>> free tools for Livecoders:
>> https://instamaker.dermattes.de
>> https://winsignhelper.dermattes.de
>> 
>>> Am 26.10.2018 um 00:21 schrieb Bob Sneidar via use-livecode 
>>> :
>>> 
>>> Re: [resolved] Microsoft - Driver Manager ODBC - Invalid string or buffer 
>>> length
>>> 
>>> 
>>> 
>>> Hi,
>>> Are you using 64 bit sql server 2014? Please take a look at an article 
>>> about:http://stackoverflow.com/questions/26745417/invalid-string-or-buffer-length.
>>> Best regards
>>> Sabrina
>>> --
>>> Don't forget to give kudos when a reply is helpful and click Accept the 
>>> solution when you think you're good with it.
>>> 
>>> 
>>> 
>>>> On Oct 25, 2018, at 15:04 , Matthias Rebbe via use-livecode 
>>>>  wrote:
>>>> 
>>>> Thanks Mark,
>>>> 
>>>> isn´t the DBQ parameter used when you want to access a file based Database 
>>>> like Access .mdb files?
>>>> 
>>>> I tried it anyway, but added a  before tAccessDBFilename, as it 
>>>> seems that was missing in your example.
>>>> Still getting the buffer error
>>>> 
>>>> [Microsoft][ODBC Driver Manager] Ungültige Zeichenfolgen- oder Pufferlänge
>>>> In English something like this: Invalid string or buffer length
>>>> 
>>>> 
>>>> Regards,
>>>> 
>>>> Matthias
>>> 
>>> ___
>>> 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
>> 
>> ___
>> 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
> 
> ___
> 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

___
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: Is it not possible to write to the user preference folder in Mojave?

2018-10-30 Thread Matthias Rebbe via use-livecode
Tried here now with a standard  user and an admin account.
It works with both account types  w/o problems.

I will have to contact the customer again.  A big problem is that he´s Italian 
and does not speak english. At least his first emails were in Italian unless i 
mentioned that i had to translate his email to English and also my answer to 
Italian with Google Translate. After that he used Google Translate also.

I just can hope, that Google does its job good and i do not send offending 
messages to him. ;)

Regards,
Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 30.10.2018 um 00:09 schrieb Bob Sneidar via use-livecode 
> :
> 
> I wonder if they are looged in as administrators?
> 
> Bob S
> 
> 
>> On Oct 29, 2018, at 16:05 , Matthias Rebbe via use-livecode 
>>  wrote:
>> 
>> I´ve setup a VM with Mojave and my app was able to write the registration 
>> data to the preferences folder without a problem.
>> 
>> So i am not sure what´s going on  on the machine of the customer. But at 
>> least i know now that my app is able to access that folder.
>> 
>> Regards
>> 
>> Matthias Rebbe
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com <mailto: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 
> <http://lists.runrev.com/mailman/listinfo/use-livecode>
___
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: Is it not possible to write to the user preference folder in Mojave?

2018-10-29 Thread Matthias Rebbe via use-livecode
I´ve setup a VM with Mojave and my app was able to write the registration data 
to the preferences folder without a problem.

So i am not sure what´s going on  on the machine of the customer. But at least 
i know now that my app is able to access that folder.

Regards

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de <https://instamaker.dermattes.de/>
https://winsignhelper.dermattes.de <https://winsignhelper.dermattes.de/>

> Am 28.10.2018 um 23:26 schrieb Matthias Rebbe via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Hi.
> 
> Today i was informed by a customer that my app BRx Converter is not able to 
> write data to the preference folder ~/library/preferences.
> 
> The app normally writes some registration info after successful registration 
> to that folder. After that the app is switched from demo to full mode.
> But under Mojave the app stays in Demo mode.  Is there something special in 
> Mojave?
> 
> Regards,
> 
> 
> Matthias Rebbe
> 
> free tools for Livecoders:
> https://instamaker.dermattes.de <https://instamaker.dermattes.de/>
> https://winsignhelper.dermattes.de
> 
> ___
> 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



Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

___
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

Is it not possible to write to the user preference folder in Mojave?

2018-10-28 Thread Matthias Rebbe via use-livecode
Hi.

Today i was informed by a customer that my app BRx Converter is not able to 
write data to the preference folder ~/library/preferences.

The app normally writes some registration info after successful registration to 
that folder. After that the app is switched from demo to full mode.
But under Mojave the app stays in Demo mode.  Is there something special in 
Mojave?

Regards,


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

___
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: is anyone able to use fileDSN for ODBC connections in LC?

2018-10-27 Thread Matthias Rebbe via use-livecode
I´ve filed a bug now. #21658 
<https://quality.livecode.com/show_bug.cgi?id=21658>

If anyone has additional comments please add them to the bug.

Regards,


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 26.10.2018 um 00:33 schrieb Matthias Rebbe via use-livecode 
> :
> 
> As the same ODBC driver (Windows 10 SQL Server) works w/o a problem when 
> using a user or system DSN connection, the driver should not be the problem.
> 
> Regards,
> 
> 
> Matthias Rebbe
> 
> free tools for Livecoders:
> https://instamaker.dermattes.de
> https://winsignhelper.dermattes.de
> 
>> Am 26.10.2018 um 00:21 schrieb Bob Sneidar via use-livecode 
>> :
>> 
>> Re: [resolved] Microsoft - Driver Manager ODBC - Invalid string or buffer 
>> length
>> 
>> 
>> 
>> Hi,
>> Are you using 64 bit sql server 2014? Please take a look at an article 
>> about:http://stackoverflow.com/questions/26745417/invalid-string-or-buffer-length.
>> Best regards
>> Sabrina
>> --
>> Don't forget to give kudos when a reply is helpful and click Accept the 
>> solution when you think you're good with it.
>> 
>> 
>> 
>>> On Oct 25, 2018, at 15:04 , Matthias Rebbe via use-livecode 
>>>  wrote:
>>> 
>>> Thanks Mark,
>>> 
>>> isn´t the DBQ parameter used when you want to access a file based Database 
>>> like Access .mdb files?
>>> 
>>> I tried it anyway, but added a  before tAccessDBFilename, as it seems 
>>> that was missing in your example.
>>> Still getting the buffer error
>>> 
>>> [Microsoft][ODBC Driver Manager] Ungültige Zeichenfolgen- oder Pufferlänge
>>> In English something like this: Invalid string or buffer length
>>> 
>>> 
>>> Regards,
>>> 
>>> Matthias
>> 
>> ___
>> 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
> 
> ___
> 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

___
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: is anyone able to use fileDSN for ODBC connections in LC?

2018-10-25 Thread Matthias Rebbe via use-livecode
As the same ODBC driver (Windows 10 SQL Server) works w/o a problem when using 
a user or system DSN connection, the driver should not be the problem.

Regards,


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 26.10.2018 um 00:21 schrieb Bob Sneidar via use-livecode 
> :
> 
> Re: [resolved] Microsoft - Driver Manager ODBC - Invalid string or buffer 
> length
> 
> 
> 
> Hi,
> Are you using 64 bit sql server 2014? Please take a look at an article 
> about:http://stackoverflow.com/questions/26745417/invalid-string-or-buffer-length.
> Best regards
> Sabrina
> --
> Don't forget to give kudos when a reply is helpful and click Accept the 
> solution when you think you're good with it.
> 
> 
> 
>> On Oct 25, 2018, at 15:04 , Matthias Rebbe via use-livecode 
>>  wrote:
>> 
>> Thanks Mark,
>> 
>> isn´t the DBQ parameter used when you want to access a file based Database 
>> like Access .mdb files?
>> 
>> I tried it anyway, but added a  before tAccessDBFilename, as it seems 
>> that was missing in your example.
>> Still getting the buffer error
>> 
>> [Microsoft][ODBC Driver Manager] Ungültige Zeichenfolgen- oder Pufferlänge
>> In English something like this: Invalid string or buffer length
>> 
>> 
>> Regards,
>> 
>> Matthias
> 
> ___
> 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

___
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: is anyone able to use fileDSN for ODBC connections in LC?

2018-10-25 Thread Matthias Rebbe via use-livecode
Thanks Mark,

isn´t the DBQ parameter used when you want to access a file based Database like 
Access .mdb files?

I tried it anyway, but added a  before tAccessDBFilename, as it seems 
that was missing in your example.
Still getting the buffer error

[Microsoft][ODBC Driver Manager] Ungültige Zeichenfolgen- oder Pufferlänge
In English something like this: Invalid string or buffer length


Regards,

Matthias







Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 25.10.2018 um 21:47 schrieb Mark Wieder via use-livecode 
> :
> 
> On 10/24/2018 11:09 AM, Matthias Rebbe via use-livecode wrote:
>> Hi,
>> i am not able to use fileDSN for ODBC connections to a SQL server in LC 
>> Windows. Under Mac i did not test it already.
>> With fileDSN you define all the odbc settings/parameters in a file with the 
>> suffix .dsn.
>> When connecting using ODBC you can then use that dsn file. No need to setup 
>> an ODBC configuration.
>> Is anyone using it with success?
> 
> IIRC fileDSNs have always been a pain in Rev/LC.
> But here's a hint from David Simpson from 2013 that might help:
> 
> put "DBQ=" & tAccessDBFilename & ";" & quote into tAccessPathname
> 
> put revOpenDatabase("ODBC", tAccessPathname, , tDestDBUsername, 
> tDestDBPassword) into tDestinationDBConnection
> 
> -- 
> Mark Wieder
> ahsoftw...@gmail.com
> 
> ___
> 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

___
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

is anyone able to use fileDSN for ODBC connections in LC?

2018-10-24 Thread Matthias Rebbe via use-livecode
Hi,
i am not able to use fileDSN for ODBC connections to a SQL server in LC 
Windows. Under Mac i did not test it already.

With fileDSN you define all the odbc settings/parameters in a file with the 
suffix .dsn.
When connecting using ODBC you can then use that dsn file. No need to setup an 
ODBC configuration.

Is anyone using it with success?

I´ve setup the fileDSN correctly in ODBC Manager in Windows to use the folder 
"c:\users\matthias\documents" as fileDSN folder
The folder contains a file test.dsn
In LC Windows i tried to connect with a connection string, but getting 
different errors.

with 
get revOpenDatabase("ODBC","FILEDSN=c:\users\matthias\documents\test.dsn",,,)

i am getting this error:
[Microsoft][ODBC Driver Manager] Ungültige Zeichenfolgen- oder Pufferlänge
In English something like this: Invalid string or buffer length

with
get revOpenDatabase("ODBC","FILEDSN=test.dsn",,,)

i am getting this error:
[Microsoft][ODBC Driver Manager] Der Datenquellenname wurde nicht gefunden, und 
es wurde kein Standardtreiber angegeben
In english something like this: 
The data source could not be found and there was not default driver defined


and using the normal way using a DSN, where the dsn is the name of the fileDSN
get revopendatabase("ODBC","test",,"matthias","mypassword")

Error: 
[Microsoft][ODBC Driver Manager] Der Datenquellenname wurde nicht gefunden, und 
es wurde kein Standardtreiber angegeben
In english something like this: 
The data source could not be found and there was not default driver defined


Before i file a bug report about it i want to make sure, that no one is 
successfully using fileDSN.

Regards

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

___
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: jsonImport or JSONToArray

2018-10-21 Thread Matthias Rebbe via use-livecode
Douglas,

did you try to select the inclusions manually in StandaloneBuilder settings?

I might be wrong, but i think i remember there was a problem with including 
that library when “searching for inclusions” was selected in the SB settings.

Regards,
Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 
> Am 22.10.2018 um 00:45 schrieb Douglas Ruisaard via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Has anyone recently tried to create a standalone app which includes either a 
> jsonImport or JSONToArray call?
> 
> While my code works perfectly when run within the LC API, once a standalone 
> is produced, it chokes  on either one of these calls.  I've reduced the code 
> to its bare essentials.  A sample/simple JSON string I am trying is:
> 
> {
> "array": [
>   1,
>   2,
>   3
> ],
> "boolean": true,
> "null": null,
> "number": 123,
> "object": {
>   "a": "b",
>   "c": "d",
>   "e": "f"
> },
> "string": "Hello World"
> }
> 
> This string is embedded as a Custom Property within a button.  The button 
> calls the following:
> 
> on mouseUp
> 
> // just empty everything to make sure things are in a known state
> 
> put empty into temp
> put empty into tArray
> put empty into dispArray
> put empty into tJson
> 
> get the json of button "ThingSpeak_Fetch"
> put it into testJson
> 
> // display the JSON before it is converted into an array
> 
> answer "Simple JSON example:" & cr & testJson
> 
> // this line (either "version") will choke the standalone... it doesn't lock 
> it up in the API
> 
> put JsonToArray(testJson) into tArray
> //put jsonImport(testJson) into tArray
> 
> put displayArrayData(tArray,  "") into dispArray
> answer dispArray
> 
> end mouseUp
> 
> function displayArrayData pArray, pIndent
> # create the variable that loops through the keys in the array
> local tKey
> if pArray is an array then
>  # print information to indicate that we are entering a new nested 
> level of the array
>  get "Array" & return
>  # print full stops that allow the reader to track the depth of an 
> element
>  put "." after pIndent
>  # create the indentation
>  put tab after pIndent
>  repeat for each key tKey in pArray
>   # call displayArrayData with a nested array
>   put format("%s[%s] => %s\n", pIndent, tKey, displayArrayData 
> (pArray[tKey], pIndent)) after it
>  end repeat
>  delete the last char of it
>  return it
> else
>  return pArray
> end if 
> end displayArrayData
> 
> The function call simply outputs the converted array and will do so when 
> this code is run from within the API ... but create a Windows standalone and 
> the array output is never generated.
> 
> I've tried this in Windows 7 Enterprise SP1, LC: 8.1.9, 8.1.10 and 9.0.1 ... 
> also tried on MAC Sierra (10.12.6) and LC 8.1.9
> 
> All platforms behave identically as described above
> 
> Any help would be appreciated... meanwhile I'll be submitting this to LC 
> directly
> 
> Douglas Ruisaard
> Trilogy Software
> (250) 573-3935
> 
> 
> 
> 
> ___
> 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

___
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: pdftk issue solved

2018-10-18 Thread Matthias Rebbe via use-livecode
Here you should find the Mac OS X builds
https://pages.uoregon.edu/koch/ <https://pages.uoregon.edu/koch/>


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 18.10.2018 um 20:29 schrieb Bob Sneidar via use-livecode 
> :
> 
> Looks like it's just for Windows and Linux. 
> 
> Bob S
> 
> 
>> On Oct 18, 2018, at 10:17 , Matthias Rebbe via use-livecode 
>>  wrote:
>> 
>> Bob,
>> 
>> isn´t Ghostscript able to do what you are want to accomplish?
>> 
>> 
>> Matthias Rebbe
> 
> ___
> 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

___
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: pdftk issue solved

2018-10-18 Thread Matthias Rebbe via use-livecode
Bob,

isn´t Ghostscript able to do what you are want to accomplish?


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 18.10.2018 um 18:04 schrieb Bob Sneidar via use-livecode 
> :
> 
> Never mind. pdftk will not work with normal pdf files either.  Looks 
> like this product is depricated. 
> 
> Bob S
> 
> 
>> On Oct 18, 2018, at 08:00 , Bob Sneidar via use-livecode 
>>  wrote:
>> 
>> For those interested, I was having a problem creating an fdf file from a 
>> fillable pdf form, or even exporting the data using pdftk server. I think I 
>> figured out why! In order to create fillable pdf forms that can be filled by 
>> non-acrobat applications like Reader or Preview, they need to be saved in a 
>> special format. This format precludes even Acrobat from accessing those 
>> fillable fields, without first saving the form as a standard pdf. It's a 
>> catch 22. Make my forms universally accessible and lock myself out of them, 
>> or else make them so that only Acrobat can fill them. Thanks Adobe! 
>> 
>> Bob S
> 
> 
> ___
> 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

___
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: OT our shipping software is finally finished

2018-10-04 Thread Matthias Rebbe via use-livecode

> Am 04.10.2018 um 13:45 schrieb Andre Garzia  >:
> 
> I think that LiveCode is the best thing under the sun to build Desktop apps. 
> I wish people were not so enthralled with mobile these days because Desktop 
> stuff rocks.


Andre, 
i second that. The possibility to create mobile apps with LC is nice and the 
progress from the beginning of revMobile to the current state is remarkable. 
But creating Desktop apps with LC and the Livecode Server stuff is  awesome and 
by far the best and amazing thing i met in programming except mTropoplis, 
although that was buggy. But that´s an other story.


Btw.: Your fon.nu site has a dead link to your fon.nu project at Bitbucket. 
Where is the new home of the project?

Regards,

Matthias
___
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: OT our shipping software is finally finished

2018-10-04 Thread Matthias Rebbe via use-livecode
The complete project started in February this year.
I´ve started with our DHL module in February and finished that at the end of 
March. The DHL part was easier, as the app does not have to create the label. 
The app fetches the shipping data the same way as the Trans-o-Flex module does, 
but then writes the shipping information as XML file into a folder which is 
monitored by a DHL polling software. This polling software is provided by DHL. 
The DHL polling software then transmits the data to DHL and if the shipment 
data is correct, then the software receives the shipping label from DHL as PDF 
and prints that out. At the end of the day the DHL polling software fetches the 
shipping data for all parcels and pallets from DHL and stores that information 
in our database. (We need that data for tracking and to export it to our 
webserver.

I started with the Trans-o-Flex module early April. It began with studying the 
tech papers of Trans-o-Flex, fetching needed information and evaluating the 
needs of my colleagues. For Trans-o-Flex we used a separate program and  I 
wanted to make the change from the old to the new app as easy as possible for 
them . Programming started late  April. I worked on that app about 5 hours a 
day, sometimes more somtimes less. First shipments were done with the new app 
from the 18th of September. The complete switch from the old Trans-o-Flex app 
to the new app was around the 25th of September. Since the 18th we shipped 
about 739 Trans-o-Flex parcels/pallets with our new app.

So all in all the complete app took about 8 month in research and development. 
Currently i am reviewing my comments in the scripts to make them more 
“understandable” for others in case this is needed in the future. 


> Am 04.10.2018 um 02:11 schrieb Tom Glod via use-livecode 
> :
> 
> All the best and tons of sales.
> 
Unfortunately it´s an in-house tool and there are no plans to sell it.

Regards,

Matthias


> Cheers
> 
> 
> 
> On Wed, Oct 3, 2018 at 8:07 PM Mark Wieder via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> On 10/03/2018 03:33 PM, Matthias Rebbe via use-livecode wrote:
>> 
>>> This is by far the most extensive app i´ve created with Livecode so far
>> and i am really happy that it was finally approved by Trans-o-Flex.
>> 
>> Congratulations. I know this has been a long rocky road.
>> 
>> --
>>  Mark Wieder
>>  ahsoftw...@gmail.com
>> 
>> ___
>> 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
> ___
> 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


___
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: OT our shipping software is finally finished

2018-10-03 Thread Matthias Rebbe via use-livecode
As this runs only on Windows and we are fetching the data from a MSSQL database 
we are using the  odbc driver “SQL Server” which is included in Windows.

Btw.: For connections from Mac to MSSQL server i have here Actualtech´s ODBC 
driver and also the Openlink SQL Server Lite driver. But i prefer the 
Actualtech one. Why? Because it´s cheaper and it´s easier to configure and 
Jonathan Monroe of Actualtech was always helpful when i requested support.

Matthias




> Am 04.10.2018 um 01:01 schrieb Bob Sneidar via use-livecode 
> :
> 
> Ah. So do you use an ODBC connector? If so, which did you use? We have an ARP 
> I would like to at least create read connectors for into my Forms Generator, 
> but I would have to have some kind of ODBC connector, unless direct 
> connections are permitted now. 
> 
> Bob S
> 
> 
>> On Oct 3, 2018, at 15:57 , Matthias Rebbe via use-livecode 
>>  wrote:
>> 
>> No, there is no api. We are fetching the data directly from the MSSQL 
>> database. But fortunately the developer of our ERP provided very detailed 
>> informations about the database and the structure of its tables.
> 
> 
> ___
> 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


___
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: OT our shipping software is finally finished

2018-10-03 Thread Matthias Rebbe via use-livecode
No, there is no api. We are fetching the data directly from the MSSQL database. 
But fortunately the developer of our ERP provided very detailed informations 
about the database and the structure of its tables.
So at least i knew what table stored what information. I then “just” had to 
find out how to fetch  the needed information from which tables and to create 
the sql commands for it.

To make it more complicated, the app does not just fetch shipping addresses for 
invoices, but also for orders,return shipments and return shipments with credit 
memo. They are all stored somewhere else. That´s one reason why i wrote 
“blood,sweat and tears”.



> Am 04.10.2018 um 00:45 schrieb Bob Sneidar via use-livecode 
> :
> 
> I'd be curious how you did the back end integration with your ERP sysetm. Do 
> they provide an API? 
> 
> Bob S
> 
> 
>> On Oct 3, 2018, at 15:33 , Matthias Rebbe via use-livecode 
>>  wrote:
>> 
>> These are the main features:
>> By entering the invoice number the software fetches the corresponding 
>> shipping address and some other additional information like cash on delivery 
>> amount (if applicable) from the database of our ERP software and creates a 
>> shipping label, which then is printed onto a thermal printer. 
> 
> 
> ___
> 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


___
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 our shipping software is finally finished

2018-10-03 Thread Matthias Rebbe via use-livecode
Hi,

with a little proud i am happy to say that after many weeks of "blood, sweat 
and tears" i´ve finally finished our Windows software for DHL and Trans-o-flex 
shipments. This software is used by our own and replaces a 3rd party software. 
There are several reasons, why we decided to replace the software.

These are the main features:
By entering the invoice number the software fetches the corresponding shipping 
address and some other additional information like cash on delivery amount (if 
applicable) from the database of our ERP software and creates a shipping label, 
which then is printed onto a thermal printer. 

For Trans-o-Flex the shipping labels (including a 1D barcode 2of5 interleaved 
and  a qrCode) are completely built with the app. 
The qrCode is created with a slightly modified version of the Livecode qrCode 
library. The modified library allows to specify the version number the created 
qrCode should have. This is important, as the carrier Trans-o-Flex only allows 
version 14 qrCodes for their shipping labels. The original LC library selects 
the version according to the data the qrCode contains. If you are interested in 
the modified library, you´ll find it here 
  I´ve attached it to “bug” 
report 21428.

The 1D barcode is created with a 3rd party Windows SDK from Tec-It 
.
Currently the SDK is called from a .vbs script.The .vbs file is created 
dynamically. The future plan is to create a widget which calls the SDK. But due 
to my lack of knowledge about widget i had to choose the .vbs way for now.

After successful printing, the shipping data is stored into a database. At the 
end of the day, the shipping data of all parcels and pallets is exported from 
database to an XML file, which is then uploaded to the sftp server of the 
shipment carrier. The tracking number of each shipment, the according invoice 
and customer number are exported also to our web server. This allows our 
customers to query the tracking numbers by entering their invoice and customer 
number. The software allows also the export a PDF of all shipments of a day.

I´ve uploaded 3 screenshots of the app if you´re interested. Please don´t laugh 
about the user interface. The design does not match the current Windows design 
nor is it state of the art. Our users wanted it simple and “readable” and no 
small buttons or text. 

https://mr.on-rev.com/menu.png 
https://mr.on-rev.com/shipping.png 
https://mr.on-rev.com/label.png 

This is by far the most extensive app i´ve created with Livecode so far and i 
am really happy that it was finally approved by Trans-o-Flex.


Matthias



___
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: DatePicker89_v107

2018-09-30 Thread Matthias Rebbe via use-livecode
What is the LC developer help fund?



> Am 30.09.2018 um 18:03 schrieb hh via use-livecode 
> :
> 
> Just uploaded a date picker widget to "Sample Stacks".
> Grab it from there or download DatePicker_v107 from
> 
> http://livecodeshare.runrev.com/stack/903
> 
> This is a *sample-stack* that has also buttons to install
> or remove the widget. The widget is "fat" (contains LC 8
> and 9 modules), loaded will by LC only the needed module.
> Both modules are of size 45 KByte, no matter how many
> copies of the picker you have on your cards. The widget
> incl. all resources and docs has 200 KByte on disk.
> 
> Examples in the stack:
> 
> 1. Use as standard (non-popup) widget, can be grabbed.
> 2. Use as popup widget (a modal dialog).
> 
> For the popup you have to give at least one argument: The
> date to display as "year, month, day". Optionally you can
> give 33 more properties (of which 10 are colors and 8 are
> styles for different parts). Especially can you
> ++ set english, system or custom naming,
> ++ start the week on saturday, sunday or monday,
> ++ see the lunar phase of the picked date and
> ++ scale the widget to 80-280% (done by affine transforms).
> 
> For the standard widget you have 36 options available
> (additionally grabbing and a default pickerScale for use
> in the property inspector).
> 
> The widget is free for non-commercial use.
> For commercial use, please give a (small) fee to the LC
> developer help fund.
> 
> Thanks to Bernd Niggemann for valuable hints and comments.
> The source code is not (yet) included.
> 
> 
> ___
> 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


___
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: Navigator 6.4 alpha 1 is out

2018-09-29 Thread Matthias Rebbe via use-livecode
Hi,
yes, you´ve fixed that. I am running here 6.3 alpha 1 and with that version the 
cloned card is pasted in the original stack.

Regards,
Matthias


> Am 29.09.2018 um 19:50 schrieb Geoff Canyon via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Bah -- I thought I had fixed this, let me take a look. FYI, I filed a bug
> for this (to me) odd behavior, but it looks like it's a "feature".
> https://quality.livecode.com/show_bug.cgi?id=21509 
> 
> 
> On Fri, Sep 28, 2018 at 9:56 AM Mark Wieder via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> On 09/24/2018 08:19 PM, Geoff Canyon via use-livecode wrote:
>>> As usual, you can get Navigator here
>>> . Or grab
>> it
>>> from GitHub .
>> 
>> Eek! Cloning a card from the contextual menu pastes the new card into
>> Navigator instead of into the topstack.
>> 
>> --
>>  Mark Wieder
>>  ahsoftw...@gmail.com
>> 
>> ___
>> 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
>> 
> ___
> 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

Matthias Rebbe
Tel +49 5741 31
‌https://matthiasrebbe.eu ‌

___
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: App Dead on iOS 12

2018-09-28 Thread Matthias Rebbe via use-livecode
That´s a 2of5 interleave code.

btw.This does not happen when in Windows Wordpad. Only in LC. So this must be a 
LC thing.


> Am 28.09.2018 um 22:12 schrieb Mike Kerner via use-livecode 
> :
> 
> sorry, symbology.  39, 128, etc.
> 
> On Fri, Sep 28, 2018 at 3:26 PM Matthias Rebbe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> is this a question for me? If so, then what do you mean with topology?
>> 
>> regarding part 2 of your question: resizing the field does not change
>> anything.
>> 
>> 
>> 
>>> Am 28.09.2018 um 21:21 schrieb Mike Kerner via use-livecode <
>> use-livecode@lists.runrev.com>:
>>> 
>>> interesting.  What topology are you using, and did you try expanding the
>>> text area?
>>> 
>>> On Fri, Sep 28, 2018 at 3:05 PM Knapp Martin via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>> 
>>>> Do you have the stack you’re printing in Windows with the
>>>> formatForPrinting set to true?
>>>> 
>>>> Marty
>>>> 
>>>>> On Sep 28, 2018, at 11:58 AM, Matthias Rebbe via use-livecode <
>>>> use-livecode@lists.runrev.com> wrote:
>>>>> 
>>>>> Under Windows I´ve noticed that the blank gaps between the black bars
>> do
>>>> not have the same width, when they should have.
>>>>> This happens not always, but with some text sizes.
>>>>> See my recording here <http://d.qck.biz/aW0YGg>
>>>>> You will see that the some of the gaps change their “ratio”, so that
>>>> gaps,which should have the same width,  do not have the same width.
>>>>> When this “faulty” barcodes are printed they can be read by normal
>>>> barcode scanners, but not by high speed scanners which are used by
>> shipment
>>>> carriers.
>>>>> 
>>>>> This is the reason why we had to purchase a 3rd party barcode SDK for
>>>> Windows  to get our app approved by the shipment carrier Trans-o-Flex.
>>>>> 
>>>>> Under Mac OS X i do not see these wrong gaps.
>>>>> 
>>>>> 
>>>>> 
>>>>>> Am 28.09.2018 um 19:22 schrieb Mike Kerner via use-livecode <
>>>> use-livecode@lists.runrev.com>:
>>>>>> 
>>>>>> fonts are rendered differently in 9 than in 8.  Character sizes are
>>>>>> different, which means that area sizes have to change.  We have had
>> some
>>>>>> cases where icon fonts no longer render properly at all, and we've had
>>>> to
>>>>>> fiddle to fix them.  The only issue with barcode font rendering that
>>>> we've
>>>>>> seen is that we have to resize the areas.  What have you been seeing
>>>> with
>>>>>> barcodes?
>>>>>> 
>>>>>> On Fri, Sep 28, 2018 at 10:36 AM Matthias Rebbe via use-livecode <
>>>>>> use-livecode@lists.runrev.com> wrote:
>>>>>> 
>>>>>>> Mike,
>>>>>>> as i am also facing some problems with fonts, here especially with
>>>> barcode
>>>>>>> fonts, could you please give some more information about your font
>>>> issues.
>>>>>>> 
>>>>>>> Regards,
>>>>>>> 
>>>>>>> Matthias Rebbe
>>>>>>> 
>>>>>>> 
>>>>>>>> Am 28.09.2018 um 15:43 schrieb Mike Kerner via use-livecode <
>>>>>>> use-livecode@lists.runrev.com>:
>>>>>>>> 
>>>>>>>> on the fonts?  Mark knows about it.  It's a feature.
>>>>>>>> 
>>>>>>>> On Thu, Sep 27, 2018 at 7:11 PM Monte Goulding via use-livecode <
>>>>>>>> use-livecode@lists.runrev.com> wrote:
>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>> On 28 Sep 2018, at 7:03 am, Mike Kerner via use-livecode <
>>>>>>>>> use-livecode@lists.runrev.com> wrote:
>>>>>>>>>> 
>>>>>>>>>> No joy using 8.x.  9.x breaks fonts so we're stuck in 8 until we
>>>> have
>>>>>>>>>> someone fix all the font issues with 9.
>>>>>>>>> 
>>>>>>>>> That sounds interesting. What’s the bug report number.
>>

Re: App Dead on iOS 12

2018-09-28 Thread Matthias Rebbe via use-livecode
is this a question for me? If so, then what do you mean with topology?

regarding part 2 of your question: resizing the field does not change anything.



> Am 28.09.2018 um 21:21 schrieb Mike Kerner via use-livecode 
> :
> 
> interesting.  What topology are you using, and did you try expanding the
> text area?
> 
> On Fri, Sep 28, 2018 at 3:05 PM Knapp Martin via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Do you have the stack you’re printing in Windows with the
>> formatForPrinting set to true?
>> 
>> Marty
>> 
>>> On Sep 28, 2018, at 11:58 AM, Matthias Rebbe via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>> 
>>> Under Windows I´ve noticed that the blank gaps between the black bars do
>> not have the same width, when they should have.
>>> This happens not always, but with some text sizes.
>>> See my recording here <http://d.qck.biz/aW0YGg>
>>> You will see that the some of the gaps change their “ratio”, so that
>> gaps,which should have the same width,  do not have the same width.
>>> When this “faulty” barcodes are printed they can be read by normal
>> barcode scanners, but not by high speed scanners which are used by shipment
>> carriers.
>>> 
>>> This is the reason why we had to purchase a 3rd party barcode SDK for
>> Windows  to get our app approved by the shipment carrier Trans-o-Flex.
>>> 
>>> Under Mac OS X i do not see these wrong gaps.
>>> 
>>> 
>>> 
>>>> Am 28.09.2018 um 19:22 schrieb Mike Kerner via use-livecode <
>> use-livecode@lists.runrev.com>:
>>>> 
>>>> fonts are rendered differently in 9 than in 8.  Character sizes are
>>>> different, which means that area sizes have to change.  We have had some
>>>> cases where icon fonts no longer render properly at all, and we've had
>> to
>>>> fiddle to fix them.  The only issue with barcode font rendering that
>> we've
>>>> seen is that we have to resize the areas.  What have you been seeing
>> with
>>>> barcodes?
>>>> 
>>>> On Fri, Sep 28, 2018 at 10:36 AM Matthias Rebbe via use-livecode <
>>>> use-livecode@lists.runrev.com> wrote:
>>>> 
>>>>> Mike,
>>>>> as i am also facing some problems with fonts, here especially with
>> barcode
>>>>> fonts, could you please give some more information about your font
>> issues.
>>>>> 
>>>>> Regards,
>>>>> 
>>>>> Matthias Rebbe
>>>>> 
>>>>> 
>>>>>> Am 28.09.2018 um 15:43 schrieb Mike Kerner via use-livecode <
>>>>> use-livecode@lists.runrev.com>:
>>>>>> 
>>>>>> on the fonts?  Mark knows about it.  It's a feature.
>>>>>> 
>>>>>> On Thu, Sep 27, 2018 at 7:11 PM Monte Goulding via use-livecode <
>>>>>> use-livecode@lists.runrev.com> wrote:
>>>>>> 
>>>>>>> 
>>>>>>>> On 28 Sep 2018, at 7:03 am, Mike Kerner via use-livecode <
>>>>>>> use-livecode@lists.runrev.com> wrote:
>>>>>>>> 
>>>>>>>> No joy using 8.x.  9.x breaks fonts so we're stuck in 8 until we
>> have
>>>>>>>> someone fix all the font issues with 9.
>>>>>>> 
>>>>>>> That sounds interesting. What’s the bug report number.
>>>>>>> 
>>>>>>> Cheers
>>>>>>> 
>>>>>>> Monte
>> 
>> 
>> ___
>> 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 the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>   and did a little diving.
> And God said, "This is good."
> ___
> 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


___
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: App Dead on iOS 12

2018-09-28 Thread Matthias Rebbe via use-livecode
That make no difference.

> Am 28.09.2018 um 21:05 schrieb Knapp Martin via use-livecode 
> :
> 
> Do you have the stack you’re printing in Windows with the formatForPrinting 
> set to true?
> 
> Marty
> 
>> On Sep 28, 2018, at 11:58 AM, Matthias Rebbe via use-livecode 
>>  wrote:
>> 
>> Under Windows I´ve noticed that the blank gaps between the black bars do not 
>> have the same width, when they should have.
>> This happens not always, but with some text sizes. 
>> See my recording here <http://d.qck.biz/aW0YGg> 
>> You will see that the some of the gaps change their “ratio”, so that 
>> gaps,which should have the same width,  do not have the same width.
>> When this “faulty” barcodes are printed they can be read by normal barcode 
>> scanners, but not by high speed scanners which are used by shipment carriers.
>> 
>> This is the reason why we had to purchase a 3rd party barcode SDK for 
>> Windows  to get our app approved by the shipment carrier Trans-o-Flex.
>> 
>> Under Mac OS X i do not see these wrong gaps.
>> 
>> 
>> 
>>> Am 28.09.2018 um 19:22 schrieb Mike Kerner via use-livecode 
>>> :
>>> 
>>> fonts are rendered differently in 9 than in 8.  Character sizes are
>>> different, which means that area sizes have to change.  We have had some
>>> cases where icon fonts no longer render properly at all, and we've had to
>>> fiddle to fix them.  The only issue with barcode font rendering that we've
>>> seen is that we have to resize the areas.  What have you been seeing with
>>> barcodes?
>>> 
>>> On Fri, Sep 28, 2018 at 10:36 AM Matthias Rebbe via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>> 
>>>> Mike,
>>>> as i am also facing some problems with fonts, here especially with barcode
>>>> fonts, could you please give some more information about your font issues.
>>>> 
>>>> Regards,
>>>> 
>>>> Matthias Rebbe
>>>> 
>>>> 
>>>>> Am 28.09.2018 um 15:43 schrieb Mike Kerner via use-livecode <
>>>> use-livecode@lists.runrev.com>:
>>>>> 
>>>>> on the fonts?  Mark knows about it.  It's a feature.
>>>>> 
>>>>> On Thu, Sep 27, 2018 at 7:11 PM Monte Goulding via use-livecode <
>>>>> use-livecode@lists.runrev.com> wrote:
>>>>> 
>>>>>> 
>>>>>>> On 28 Sep 2018, at 7:03 am, Mike Kerner via use-livecode <
>>>>>> use-livecode@lists.runrev.com> wrote:
>>>>>>> 
>>>>>>> No joy using 8.x.  9.x breaks fonts so we're stuck in 8 until we have
>>>>>>> someone fix all the font issues with 9.
>>>>>> 
>>>>>> That sounds interesting. What’s the bug report number.
>>>>>> 
>>>>>> Cheers
>>>>>> 
>>>>>> Monte
> 
> 
> ___
> 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


___
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: App Dead on iOS 12

2018-09-28 Thread Matthias Rebbe via use-livecode
Under Windows I´ve noticed that the blank gaps between the black bars do not 
have the same width, when they should have.
This happens not always, but with some text sizes. 
See my recording here <http://d.qck.biz/aW0YGg> 
You will see that the some of the gaps change their “ratio”, so that gaps,which 
should have the same width,  do not have the same width.
When this “faulty” barcodes are printed they can be read by normal barcode 
scanners, but not by high speed scanners which are used by shipment carriers.

This is the reason why we had to purchase a 3rd party barcode SDK for Windows  
to get our app approved by the shipment carrier Trans-o-Flex.

Under Mac OS X i do not see these wrong gaps.



> Am 28.09.2018 um 19:22 schrieb Mike Kerner via use-livecode 
> :
> 
> fonts are rendered differently in 9 than in 8.  Character sizes are
> different, which means that area sizes have to change.  We have had some
> cases where icon fonts no longer render properly at all, and we've had to
> fiddle to fix them.  The only issue with barcode font rendering that we've
> seen is that we have to resize the areas.  What have you been seeing with
> barcodes?
> 
> On Fri, Sep 28, 2018 at 10:36 AM Matthias Rebbe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Mike,
>> as i am also facing some problems with fonts, here especially with barcode
>> fonts, could you please give some more information about your font issues.
>> 
>> Regards,
>> 
>> Matthias Rebbe
>> 
>> 
>>> Am 28.09.2018 um 15:43 schrieb Mike Kerner via use-livecode <
>> use-livecode@lists.runrev.com>:
>>> 
>>> on the fonts?  Mark knows about it.  It's a feature.
>>> 
>>> On Thu, Sep 27, 2018 at 7:11 PM Monte Goulding via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>> 
>>>> 
>>>>> On 28 Sep 2018, at 7:03 am, Mike Kerner via use-livecode <
>>>> use-livecode@lists.runrev.com> wrote:
>>>>> 
>>>>> No joy using 8.x.  9.x breaks fonts so we're stuck in 8 until we have
>>>>> someone fix all the font issues with 9.
>>>> 
>>>> That sounds interesting. What’s the bug report number.
>>>> 
>>>> Cheers
>>>> 
>>>> Monte
>>>> ___
>>>> 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 the first day, God created the heavens and the Earth
>>> On the second day, God created the oceans.
>>> On the third day, God put the animals on hold for a few hours,
>>>  and did a little diving.
>>> And God said, "This is good."
>>> ___
>>> 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
>> 
>> 
>> ___
>> 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 the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>   and did a little diving.
> And God said, "This is good."
> ___
> 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

___
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: App Dead on iOS 12

2018-09-28 Thread Matthias Rebbe via use-livecode
Mike,
as i am also facing some problems with fonts, here especially with barcode 
fonts, could you please give some more information about your font issues.

Regards,

Matthias Rebbe


> Am 28.09.2018 um 15:43 schrieb Mike Kerner via use-livecode 
> :
> 
> on the fonts?  Mark knows about it.  It's a feature.
> 
> On Thu, Sep 27, 2018 at 7:11 PM Monte Goulding via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> 
>>> On 28 Sep 2018, at 7:03 am, Mike Kerner via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>> 
>>> No joy using 8.x.  9.x breaks fonts so we're stuck in 8 until we have
>>> someone fix all the font issues with 9.
>> 
>> That sounds interesting. What’s the bug report number.
>> 
>> Cheers
>> 
>> Monte
>> ___
>> 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 the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>   and did a little diving.
> And God said, "This is good."
> ___
> 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


___
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: Script Editor Unusable on Windows

2018-09-26 Thread Matthias Rebbe via use-livecode
I meant, but no slowness.

> Am 26.09.2018 um 20:00 schrieb Matthias Rebbe via use-livecode 
> :
> 
> I´ve seen this line number weirdness, too, but not just with 9.0.1. I´ve seen 
> this in all LC 9 if i remember right. But now slowness.
> Here it happens when debug mode is on and  breakpoints are set or if the 
> script execution aborts due to an error, like Ralph wrote.
> Closing and reopening the SE solves this.
> 
> Matthias
> 
>> Am 26.09.2018 um 19:12 schrieb Ralph DiMola via use-livecode 
>> mailto:use-livecode@lists.runrev.com> 
>> <mailto:use-livecode@lists.runrev.com 
>> <mailto:use-livecode@lists.runrev.com>>>:
>> 
>> I've seen this. I have no recipe yet. It seems to be related to either
>> breakpoints or a break cause by bad code(setting property for a non-existent
>> control for example).
>> 
>> Ralph DiMola
>> IT Director
>> Evergreen Information Services
>> rdim...@evergreeninfo.net <mailto:rdim...@evergreeninfo.net> 
>> <mailto:rdim...@evergreeninfo.net <mailto:rdim...@evergreeninfo.net>>
>> 
>> -Original Message-
>> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
>> Of Bob Sneidar via use-livecode
>> Sent: Wednesday, September 26, 2018 12:50 PM
>> To: How to use LiveCode
>> Cc: Bob Sneidar
>> Subject: Re: Script Editor Unusable on Windows
>> 
>> On the topic of the SE acting up, I seem to have also produced the effect
>> where scrolling is not updating the line numbers properly. Anyone havin slow
>> script editor issues check to see that the line numbers are in sync. It may
>> be related. 
>> 
>> Bob S
>> 
>> 
>>> On Sep 26, 2018, at 09:17 , Tom Glod via use-livecode
>>  wrote:
>>> 
>>> I've experienced this also a time or two since switching.  I will join 
>>> the effort to try to nail down the conditions that make the slowdown
>> occur.
>> 
>> 
>> ___
>> 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
>> 
>> 
>> ___
>> 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
> 
> Matthias Rebbe
> Tel +49 5741 31
> ‌https://matthiasrebbe.eu <https://matthiasrebbe.eu/> 
> <https://matthiasrebbe.eu/ <https://matthiasrebbe.eu/>>‌
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com <mailto: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 
> <http://lists.runrev.com/mailman/listinfo/use-livecode>
___
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: Script Editor Unusable on Windows

2018-09-26 Thread Matthias Rebbe via use-livecode
I´ve seen this line number weirdness, too, but not just with 9.0.1. I´ve seen 
this in all LC 9 if i remember right. But now slowness.
Here it happens when debug mode is on and  breakpoints are set or if the script 
execution aborts due to an error, like Ralph wrote.
Closing and reopening the SE solves this.

Matthias

> Am 26.09.2018 um 19:12 schrieb Ralph DiMola via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> I've seen this. I have no recipe yet. It seems to be related to either
> breakpoints or a break cause by bad code(setting property for a non-existent
> control for example).
> 
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net 
> 
> -Original Message-
> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
> Of Bob Sneidar via use-livecode
> Sent: Wednesday, September 26, 2018 12:50 PM
> To: How to use LiveCode
> Cc: Bob Sneidar
> Subject: Re: Script Editor Unusable on Windows
> 
> On the topic of the SE acting up, I seem to have also produced the effect
> where scrolling is not updating the line numbers properly. Anyone havin slow
> script editor issues check to see that the line numbers are in sync. It may
> be related. 
> 
> Bob S
> 
> 
>> On Sep 26, 2018, at 09:17 , Tom Glod via use-livecode
>  wrote:
>> 
>> I've experienced this also a time or two since switching.  I will join 
>> the effort to try to nail down the conditions that make the slowdown
> occur.
> 
> 
> ___
> 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
> 
> 
> ___
> 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

Matthias Rebbe
Tel +49 5741 31
‌https://matthiasrebbe.eu ‌

___
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: Script Editor Unusable on Windows

2018-09-26 Thread Matthias Rebbe via use-livecode
While i can confirm the slowness under Windows here, i cannot confirm this on 
Mac OS X (currently 10.13.5).
I am working daily with Livecode and do not see any slowdowns when working on 
my Mac.

Matthias


> Am 26.09.2018 um 08:37 schrieb scott--- via use-livecode 
> :
> 
> Thank you for your efforts here, Curry! I’m trying to use LC 9 much more now 
> that 9.0.1 is out. I’m running into a script editor slow down on Mac (High 
> Sierra 10.13.6) fairly often.  Keystrokes lagging far behind and copy - paste 
> keyboard shortcuts sporadically not working.  Restarting the IDE seems to fix 
> it but I haven’t worked out a recipe. I’m glad you are trying to track it 
> down!
> 
> Warmest regards,
> 
> Scott Morrow
> 
> Elementary Software
> (Now with 20% less chalk dust!)
> web   http://elementarysoftware.com/
> email sc...@elementarysoftware.com
> booth1-800-615-0867
> --
> 
>> On Sep 25, 2018, at 11:23 PM, Curry Kenworthy via use-livecode 
>>  wrote:
>> 
>> 
>> Following up - just wanted to mention that this is a bit more complex. 
>> Yesterday I was going to submit a screenshot of my system specs (and I did) 
>> but found that my current recipe, tested during a problematic LC session the 
>> day before, was not at all sufficient to trigger the issue from scratch. 
>> Panos, thanks for confirming the same on your end.
>> 
>> That's a very good thing in one sense; perhaps this issue isn't going to 
>> bite newbies on day one of using LC, and that helps the cause. However, I 
>> certainly don't want to minimize it or make light of it to any degree; the 
>> script editor slowdown is one heck of a show stopper when it does strike 
>> (right when you're hard at work) and all the more insidious until we know 
>> the conditions that trigger it.
>> 
>> Very likely we will know soon. It may take some days, but as I have time I 
>> will hunt down the trigger and hopefully see whether it affects other 
>> platforms and how much 901 SE performance differs from 900 or other 
>> versions. I've seen the slowdown several times - big difference between 
>> running the occasional LC test on a platform/chip and doing actual LC work 
>> on it every day for hours! Enough that I had already started developing a 
>> habit of avoiding 901 when I know I'll be typing a lot.
>> 
>> Now I will do just the opposite and use 901 for all possible code editing to 
>> pin this thing down for a foolproof recipe, and then hopefully it'll be 
>> history before long! Thanks.
>> 
>> Best wishes,
>> 
>> Curry Kenworthy
>> 
>> Custom Software Development
>> "Better Methods, Better Results"
>> LiveCode Training and Consulting
>> http://livecodeconsulting.com/
>> 
>> ___
>> 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
> 
> ___
> 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


___
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: Answer & Ask dialogs in Windows Standalones

2018-09-12 Thread Matthias Rebbe via use-livecode
I‘ve used the default setting ‚Search for‘

Von meinem iPhone gesendet

> Am 13.09.2018 um 00:31 schrieb Knapp Martin via use-livecode 
> :
> 
> Are you selecting you own inclusions or letting LC take care of that? In my 
> case I need to select my own.
> 
> Marty
> 
>> On Sep 12, 2018, at 3:28 PM, Matthias Rebbe via use-livecode 
>>  wrote:
>> 
>> Hi,
>> 
>> i cannot confirm this here for  Windows 10 and LC Business. All is working 
>> well.
>> 
>> I created a stack and added 2 buttons. One with a mouseup/answer and one 
>> with a mousuep/ask script.
>> 
>> I set up the standalone settings to create the default Win/Mac/Linux and 
>> also to create only a Windows app.
>> 
>> Both Windows standalones showed the correct behaviour and displayed the ask 
>> and answer dialogs correctly.
>> 
>> I´ve created even a Windows app under MAC OS X and tried that under Windows 
>> 10. That is also showing the correct behaviour.
>> 
>> 
>> Regards,
>> 
>> Matthias
>> 
>> 
>> 
>> 
>> 
>> 
>>> Am 12.09.2018 um 23:01 schrieb Paul Dupuis via use-livecode 
>>> :
>>> 
>>> I can conform this issue with 9.0.1 stable under Windows 8.1
>>> 
>>> Created a new stack in LC9.0.1 with a Quit button and a Question button
>>> with the following script:
>>> 
>>> *on*mouseUp pMouseButton
>>> 
>>> *answer*"Do you want:"with"A"or"B"or"C"
>>> 
>>> *answer*"You selected:"& with"OK"
>>> 
>>> *end*mouseUp
>>> 
>>> And build a default Windows standalone.
>>> 
>>> The script behaves as expected in the IDE, generates nothing (no answer
>>> dialogs) in the Standalone.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>>> On 9/12/2018 3:56 PM, Knapp Martin via use-livecode wrote:
>>>> What's the story with Ask and Answer dialogs in Windows Standalones? I 
>>>> can't get them to show up. In the Standalone settings, when selecting your 
>>>> inclusions, they are pre-selected. In fact if you uncheck them, close the 
>>>> settings window, save, then open the setting again, they are selected 
>>>> again. I've tried to build standalones with them selected and not selected 
>>>> but I can't tell if the setting is even sticking. But either way I have no 
>>>> Answer dialogs.
>>>> 
>>>> Using LC 9.0.1 stable
>>>> 
>>>> Marty
>>>> ___
>>>> 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
>>>> 
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
>> ___
>> 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
> 
> 
> ___
> 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


___
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: Answer & Ask dialogs in Windows Standalones

2018-09-12 Thread Matthias Rebbe via use-livecode
forgot to mention, the of course i used also the final release of LC 9.0.1.



> Am 13.09.2018 um 00:28 schrieb Matthias Rebbe 
> :
> 
> Hi,
> 
> i cannot confirm this here for  Windows 10 and LC Business. All is working 
> well.
> 
> I created a stack and added 2 buttons. One with a mouseup/answer and one with 
> a mousuep/ask script.
> 
> I set up the standalone settings to create the default Win/Mac/Linux and also 
> to create only a Windows app.
> 
> Both Windows standalones showed the correct behaviour and displayed the ask 
> and answer dialogs correctly.
> 
> I´ve created even a Windows app under MAC OS X and tried that under Windows 
> 10. That is also showing the correct behaviour.
> 
> 
> Regards,
> 
> Matthias
> 
> 
> 
> 
> 
> 
>> Am 12.09.2018 um 23:01 schrieb Paul Dupuis via use-livecode 
>> :
>> 
>> I can conform this issue with 9.0.1 stable under Windows 8.1
>> 
>> Created a new stack in LC9.0.1 with a Quit button and a Question button
>> with the following script:
>> 
>> *on*mouseUp pMouseButton
>> 
>> *answer*"Do you want:"with"A"or"B"or"C"
>> 
>> *answer*"You selected:"& with"OK"
>> 
>> *end*mouseUp
>> 
>> And build a default Windows standalone.
>> 
>> The script behaves as expected in the IDE, generates nothing (no answer
>> dialogs) in the Standalone.
>> 
>> 
>> 
>> 
>> 
>> 
>> On 9/12/2018 3:56 PM, Knapp Martin via use-livecode wrote:
>>> What's the story with Ask and Answer dialogs in Windows Standalones? I 
>>> can't get them to show up. In the Standalone settings, when selecting your 
>>> inclusions, they are pre-selected. In fact if you uncheck them, close the 
>>> settings window, save, then open the setting again, they are selected 
>>> again. I've tried to build standalones with them selected and not selected 
>>> but I can't tell if the setting is even sticking. But either way I have no 
>>> Answer dialogs.
>>> 
>>> Using LC 9.0.1 stable
>>> 
>>> Marty
>>> ___
>>> 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
>>> 
>> 
>> 
>> ___
>> 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
> 


___
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: Answer & Ask dialogs in Windows Standalones

2018-09-12 Thread Matthias Rebbe via use-livecode
Hi,

i cannot confirm this here for  Windows 10 and LC Business. All is working well.

I created a stack and added 2 buttons. One with a mouseup/answer and one with a 
mousuep/ask script.

I set up the standalone settings to create the default Win/Mac/Linux and also 
to create only a Windows app.

Both Windows standalones showed the correct behaviour and displayed the ask and 
answer dialogs correctly.

I´ve created even a Windows app under MAC OS X and tried that under Windows 10. 
That is also showing the correct behaviour.


Regards,

Matthias






> Am 12.09.2018 um 23:01 schrieb Paul Dupuis via use-livecode 
> :
> 
> I can conform this issue with 9.0.1 stable under Windows 8.1
> 
> Created a new stack in LC9.0.1 with a Quit button and a Question button
> with the following script:
> 
> *on*mouseUp pMouseButton
> 
> *answer*"Do you want:"with"A"or"B"or"C"
> 
> *answer*"You selected:"& with"OK"
> 
> *end*mouseUp
> 
> And build a default Windows standalone.
> 
> The script behaves as expected in the IDE, generates nothing (no answer
> dialogs) in the Standalone.
> 
> 
> 
> 
> 
> 
> On 9/12/2018 3:56 PM, Knapp Martin via use-livecode wrote:
>> What's the story with Ask and Answer dialogs in Windows Standalones? I can't 
>> get them to show up. In the Standalone settings, when selecting your 
>> inclusions, they are pre-selected. In fact if you uncheck them, close the 
>> settings window, save, then open the setting again, they are selected again. 
>> I've tried to build standalones with them selected and not selected but I 
>> can't tell if the setting is even sticking. But either way I have no Answer 
>> dialogs.
>> 
>> Using LC 9.0.1 stable
>> 
>> Marty
>> ___
>> 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
>> 
> 
> 
> ___
> 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


___
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: Using RevMail in Server?

2018-09-09 Thread Matthias Rebbe via use-livecode


> Am 09.09.2018 um 18:56 schrieb Richard Gaskin via use-livecode 
> :
> 
> Matthias Rebbe wrote:
> 
> tsNet includes an SMTP server?
> 
I didn´t wrote that. 

I wrote that we want to replace the use of sendmail in Livecode scripts with 
using tsNet to send out emails with the formdata of our webforms. 
The webform sends the data to our Livecode Server script and the script 
processes the data and sends the data by email to us. Currently this is done 
with sendmail, but in future we want to use tsNet. 
I am pretty sure you know this already, but if not:
tsNet provides the commands tsNetSmtp, tsNetSmtpFile,tsNetSmtpSync and 
tsNetSmtpFileSync for sending emails.

Regards,
Matthias




> What commands would one use?
> 
> -- 
> Richard Gaskin
> Fourth World Systems
> Software Design and Development for the Desktop, Mobile, and the Web
> 
> ambassa...@fourthworld.comhttp://www.FourthWorld.com
> 
> ___
> 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


___
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: Using RevMail in Server?

2018-09-09 Thread Matthias Rebbe via use-livecode


> Am 09.09.2018 um 16:16 schrieb Rick Harrison via use-livecode 
> :
> 
> 
>> 
>> I'm surprised the docs include "server" as a platform for that command, as 
>> it wouldn't make sense there.
> 
> Yes, I think it must be a misprint or it is missing important information 
> about using it in a form.

I would say it´s an error in the dictionary. For me it makes no sense to open 
an app with a GUI from Livecode Server. But anyway, that´s my opinion.

Richard already pointed you to the lesson about sending email from Livecode 
Server scripts.

We´re  using that method for years to send formdata from our webforms to our 
office.

Another way would be to use the tsNet external with LiveCode Server, if you 
have a commercial license of Livecode Server and your server system has all 
needed libraries up to date.

HostM has just updated their systems, so that it is now possible to use 
LivecodeServer 64bit with tsNet. 
We did some basic tests and they were successful so far. The coming days we 
will change one of our form processing scripts, so that it uses tsNEt instead 
of sendmail.

I am really curious if this will work w/o problems. We will see. But if it 
does, then that would be a great enhancement for LivecodeServer.

Regards

Matthias




___
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: 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 
> :
> 
> 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 schrieb 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: extension: error occurred with file (timezone.lcb)
>>> row 4, col 5: extension: error occurred with line (62)
>>> row 4, col 5: extension: error occurred with column (1)
>>> row 4, col 5: extension: error occurred with file (timezone.lcb)
>>> row 4, col 5: extension: error occurred with line (737)
>>> row 4, col 5: extension: error occurred with column (1)
>>> row 4, col 5: Function: error in function handler (FromUniversaltime)
>>> row 4, col 5: put: error in expression
>>> This works in LC IDE (w/o Line 1).
>> 
>> The IDE and standalone builder have an extra step which makes sure an 
>> extension can find its code (shared library) resources. In this specific 
>> case, before 'load extension' you need to do:
>> 
>> set the revLibraryMapping["tz"] to 
>> "/home/ua829968/public_html/rebbe.tech/tz-test/extensions/com.livecode.library.timezone/code/x86_64-linux/tz.so"
>> 
>> (substitute x86_64-linux for x86-linux, if you are running on a 32-bit host)
>> 
>> This tells the engine where to find the 'tz' library which is referenced by 
>> the foreign handler bindings in the tz extension.
>> 
>> Warmest Regards,
>> 
>> Mark.
>> 
>> P.S. https://github.com/livecode/livecode/pull/6660
>> 
>> -- 
>> Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
>> LiveCode: Everyone can create apps
>> 
>> ___
>> 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
> 
> 
> ___
> 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


___
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: 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 at 5:55 AM Matthias Rebbe via use-livecode <
> use-livecode@lists.runrev.com <mailto: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 file” line which
> that caused an error because it is new syntax. Other than that the
> macStatusBar code works great in 9.0 and I have implemented it in an
> application.
> 
> -- 
> Trevor DeVore
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com <mailto: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

Matthias Rebbe
Tel +49 5741 31
‌https://matthiasrebbe.eu <https://matthiasrebbe.eu/>‌

___
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: 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 schrieb 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: extension: error occurred with file (timezone.lcb)
>>  row 4, col 5: extension: error occurred with line (62)
>>  row 4, col 5: extension: error occurred with column (1)
>>  row 4, col 5: extension: error occurred with file (timezone.lcb)
>>  row 4, col 5: extension: error occurred with line (737)
>>  row 4, col 5: extension: error occurred with column (1)
>>  row 4, col 5: Function: error in function handler (FromUniversaltime)
>>  row 4, col 5: put: error in expression
>> This works in LC IDE (w/o Line 1).
> 
> The IDE and standalone builder have an extra step which makes sure an 
> extension can find its code (shared library) resources. In this specific 
> case, before 'load extension' you need to do:
> 
> set the revLibraryMapping["tz"] to 
> "/home/ua829968/public_html/rebbe.tech/tz-test/extensions/com.livecode.library.timezone/code/x86_64-linux/tz.so"
> 
> (substitute x86_64-linux for x86-linux, if you are running on a 32-bit host)
> 
> This tells the engine where to find the 'tz' library which is referenced by 
> the foreign handler bindings in the tz extension.
> 
> Warmest Regards,
> 
> Mark.
> 
> P.S. https://github.com/livecode/livecode/pull/6660
> 
> -- 
> Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
> LiveCode: Everyone can create apps
> 
> ___
> 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


___
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: Project Browser - refresh button still not available

2018-09-05 Thread Matthias Rebbe via use-livecode
If i could do it, i would have done this already.



> Am 05.09.2018 um 23:53 schrieb Tom Glod via use-livecode 
> :
> 
> I think adding that to the PB code and interface could not be that
> difficult. What about doing it yourself ?
> 
> On Wed, Sep 5, 2018 at 4:00 PM Matthias Rebbe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Yes, it can be, but it is a shame.
>> 
>> Matthias
>> 
>> 
>>> Am 05.09.2018 um 21:53 schrieb Bob Sneidar via use-livecode <
>> use-livecode@lists.runrev.com>:
>>> 
>>>> On Sep 5, 2018, at 11:57 , Matthias Rebbe via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>>> 
>>>> I know there is Navigator from Geoff Canyon which can be used as an
>> replacement, but it can´t be that one has to use a 3rd party plugin to get
>> a function the old deprecated RevApplicationBrowser already had.
>>> 
>>> 
>>> Oh, but it can be. It CAN BE! ;-)
>>> 
>>> Bob S
>>> 
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
>> ___
>> 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
> ___
> 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


___
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: Project Browser - refresh button still not available

2018-09-05 Thread Matthias Rebbe via use-livecode
Yes, it can be, but it is a shame. 

Matthias


> Am 05.09.2018 um 21:53 schrieb Bob Sneidar via use-livecode 
> :
> 
>> On Sep 5, 2018, at 11:57 , Matthias Rebbe via use-livecode 
>>  wrote:
>> 
>> I know there is Navigator from Geoff Canyon which can be used as an 
>> replacement, but it can´t be that one has to use a 3rd party plugin to get a 
>> function the old deprecated RevApplicationBrowser already had.
> 
> 
> Oh, but it can be. It CAN BE! ;-)
> 
> Bob S
> 
> 
> 
> ___
> 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


___
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

Project Browser - refresh button still not available

2018-09-05 Thread Matthias Rebbe via use-livecode
Currently one has to close and reopen the Project Browser to get a refreshed 
list of the loaded stacks.  Ben Rubinstein suggested already in 2016 to add a 
refresh button to the Project Browser. Bug 17916 


I can´t believe that no one at Livecode sees the needs for such a refresh 
button. Don´t they use the Project Browser?

I know there is Navigator from Geoff Canyon which can be used as an 
replacement, but it can´t be that one has to use a 3rd party plugin to get a 
function the old deprecated RevApplicationBrowser already had. I know that i 
can open the old Browser from the plugin menu, but that makes no sense to me.


Matthias






___
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

Any feedback or suggestions for InstaMaker and WinSignHelper?

2018-09-05 Thread Matthias Rebbe via use-livecode
Hi,

in the first quarter of this year i posted links to my utilities InstaMaker and 
WinSignHelper.

InstaMaker 
InstaMaker is a Windows app which allows you to create Windows Installers based 
on Innosetup. There is even a Wine version for Mac OSX available which allows 
to create Windows Installers on Mac OS X. Drag your Windows app folder to 
Instamaker window and Instamaker creates the installer for you.

WinSignHelper 
WinSignHelper is an OS X app which works as a gui for osslsigncode utlity to 
digitally sign Windows .exe and .dll files under Mac OS X. A code signing 
certificate is needed.

I´ve asked this already in the past, but unfortunately i did not receive any 
feedback until today.

Has anyone used one of these apps in the meantime and is willing to give me 
some feedback or suggestions what could be done better? 
I am using them very often and have no problems, but that´s normal. The own 
children are always the cutest. 
So if you have any comments, please fell free to send me an email to matthias 
(at) m-r-.de.


Regards,

Matthias

P.s.: This is the last time i ask for feedback, i promise. ;)
___
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: 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, "Europe/Berlin") into tDate
convert tDate to dateItems
put tDate

returns these errors
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: extension: error occurred with file (timezone.lcb)
  row 4, col 5: extension: error occurred with line (62)
  row 4, col 5: extension: error occurred with column (1)
  row 4, col 5: extension: error occurred with file (timezone.lcb)
  row 4, col 5: extension: error occurred with line (737)
  row 4, col 5: extension: error occurred with column (1)
  row 4, col 5: Function: error in function handler (FromUniversaltime)
  row 4, col 5: put: error in expression

This works in LC IDE (w/o Line 1).


Regards,

Matthias

> Am 05.09.2018 um 10:07 schrieb 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.2018 um 09:51 schrieb 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 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 Server? Or are LCB 
>>> libraries not usable under LC server in general?
>>> 
>>> Regards,
>>> 
>>> Matthias
>> 
>> 
>> ___
>> 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
> 
> 
> ___
> 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


___
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: 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.2018 um 09:51 schrieb 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 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 Server? Or are LCB 
>> libraries not usable under LC server in general?
>> 
>> Regards,
>> 
>> Matthias
> 
> 
> ___
> 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


___
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

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 Server? Or are LCB libraries 
not usable under LC server in general?

Regards,

Matthias
___
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: ANN: LC Documentation Cache Cleaner

2018-09-03 Thread Matthias Rebbe via use-livecode
Mark, thanks for this. 

Couldn´t believe how many cache folders existed on my harddrive.

Regards,

Matthias


> Am 02.09.2018 um 20:21 schrieb Mark Wieder via use-livecode 
> :
> 
> Posted a utility stack to livecodeshare:
> 
> When first launched, the LiveCode IDE will build a documentation cache for 
> the current version. When you upgrade to a new version, a new cache folder is 
> created, but any older cache is still in the system. When you remove an older 
> LiveCode version the cache folder is not removed, so these accumulate over 
> time.
> 
> This stack will allow you to remove any documentation cache folders that are 
> no longer needed in order to reclaim storage space on your computer. If you 
> remove a current one accidentally it will be rebuilt the next time the 
> LiveCode IDE is launched.
> 
> http://livecodeshare.runrev.com/stack/895/LC-Documentation-Cache-Cleaner
> 
> -- 
> Mark Wieder
> ahsoftw...@gmail.com
> 
> ___
> 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


___
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: For those who do not know lcTasklist

2018-08-28 Thread Matthias Rebbe via use-livecode


> Am 28.08.2018 um 06:58 schrieb Sannyasin Brahmanathaswami via use-livecode 
> :
> 
> Looks like I need this, so on everyone's recommendation I bought it.
> 
> 
> 2)  Can you make  "ignore" the Datagrid templates after they been
> instantiated? One get many "Note" from every instance?
There are 2 possible ways to get rid of that notes.

Either: With only the datagrid and lcTasklist plugins opened, you should only 
see 2 or 3 notes. Click on each note to open the script editor. you´ll will see 
the note right away. Change the keyword  and save after you´ve changed the 
scripts.

Or: If i remember right that notes use all the index word  TODO. Remove that 
keyword from the Active Index Words field in lcTaskList preferences/Words.




> 
> BR
> 
> 
> 
> On 8/20/18 1:44 PM, Matthias Rebbe via use-livecode wrote:
>> I´ve purchased the plugin lcTasklist a long time ago and used it now and 
>> then. 
>> But now i am totally in love with this great tool. 
> 
> 
> 
> ___
> 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


___
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: For those who do not know lcTasklist

2018-08-28 Thread Matthias Rebbe via use-livecode

I am working with lcTasklist and LC 9 (now 9.01RC2) for months w/o problems 
here on Mac OS X.

Matthias





> Am 28.08.2018 um 08:07 schrieb Peter Bogdanoff via use-livecode 
> :
> 
> There’s a help icon at the bottom of the window that explains everything.
> 
> However, with Livecode 9 I was finding that lcTasklist seemed to be causing 
> strange things in the script editor when editing an existing script—the new 
> completion features were misfiring and scrambling things. I had to go to a 
> backup of my script and then remove lcTasklist completely.
> 
> Peter
> 
> 
>> On Aug 27, 2018, at 9:58 PM, Sannyasin Brahmanathaswami via use-livecode 
>>  wrote:
>> 
>> Looks like I need this, so on everyone's recommendation I bought it.
>> 
>> 1) Where is the documentation?
>> 
>> 2)  Can you make  "ignore" the Datagrid templates after they been
>> instantiated? One get many "Note" from every instance?
>> 
>> BR
>> 
>> 
>> 
>> On 8/20/18 1:44 PM, Matthias Rebbe via use-livecode wrote:
>>> I´ve purchased the plugin lcTasklist a long time ago and used it now and 
>>> then. 
>>> But now i am totally in love with this great tool. 
>> 
>> 
>> 
>> ___
>> 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
> 
> 
> ___
> 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


___
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: [OT]Silly weekend LC poll

2018-08-25 Thread Matthias Rebbe via use-livecode


CHAR  rhymes with far
LOC rhymes with lock.

This is at least how i pronounce them. But i am native German and not native 
English.

Btw.: due to the fact that LC language is english like,  you should see my 
comments  and variable names in my scripts.
They are mixed, some comments are in english some in german, even in one and 
the same script. It could be that i use tDate in one script and in another  one 
tDatum as date var.
But that´s an other story.

Regards,

Matthias


> Am 25.08.2018 um 21:07 schrieb J. Landman Gay via use-livecode 
> :
> 
> I wonder how people pronounce two common LC abbreviations. In print you never 
> notice but in real life I always have to translate what they're talking about.
> 
> How do you pronounce:
> 
> CHAR
>  Rhymes with "care"
>  Sounds like smoldering wood
> 
> LOC
>  Rhymes with "smoke"
>  Sounds like a deadbolt
> 
> I suppose there are others.
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com
> 
> ___
> 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


___
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 displaying colors incorrectly in macOS 10.13

2018-08-25 Thread Matthias Rebbe via use-livecode
Monte,

rereading yours and mine comments, i have to ask:

If Apple´s app Color Digital Meter shows the same values as LC´s function 
mousecolor, then  mousecolor is showing the correct values, isn´t it?
Or am i missing something?



> Am 24.08.2018 um 23:49 schrieb Matthias Rebbe via use-livecode 
> :
> 
> 
> 
>> Am 24.08.2018 um 23:43 schrieb Monte Goulding via use-livecode 
>> :
>> 
>> 
>> 
>>> On 25 Aug 2018, at 7:09 am, Matthias Rebbe via use-livecode 
>>>  wrote:
>>> 
>>> I´ve tested now with Apple´s  Digital Color Meter App.
>>> 
>>> And you are right. It seems the mouse color values are the correct ones. 
>> 
>> You mean incorrect here I presume?
> 
> Yes. It was a busy day and the later it gets the more i have problems with 
> foreign languages. ;)
> 
> 
>>> 
>>> See screenshot http://d.qck.biz/vCD6n7 <http://d.qck.biz/vCD6n7> 
>>> <http://d.qck.biz/vCD6n7 <http://d.qck.biz/vCD6n7>>
>>> 
>>> But anyway. It´s a bug
>> 
>> Yes of course it is I was just trying to determine where ;-)
>> 
>> From the looks of things we are using a function that takes a snapshot using 
>> the display color space then drawing it to our own image format using sRGB 
>> color space.
>> 
>> Cheers
>> 
>> Monte
>> ___
>> 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
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com <mailto: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 
> <http://lists.runrev.com/mailman/listinfo/use-livecode>
___
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 displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode


> Am 24.08.2018 um 23:43 schrieb Monte Goulding via use-livecode 
> :
> 
> 
> 
>> On 25 Aug 2018, at 7:09 am, Matthias Rebbe via use-livecode 
>>  wrote:
>> 
>> I´ve tested now with Apple´s  Digital Color Meter App.
>> 
>> And you are right. It seems the mouse color values are the correct ones. 
> 
> You mean incorrect here I presume?

Yes. It was a busy day and the later it gets the more i have problems with 
foreign languages. ;)


>> 
>> See screenshot http://d.qck.biz/vCD6n7 <http://d.qck.biz/vCD6n7> 
>> <http://d.qck.biz/vCD6n7 <http://d.qck.biz/vCD6n7>>
>> 
>> But anyway. It´s a bug
> 
> Yes of course it is I was just trying to determine where ;-)
> 
> From the looks of things we are using a function that takes a snapshot using 
> the display color space then drawing it to our own image format using sRGB 
> color space.
> 
> Cheers
> 
> Monte
> ___
> 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


___
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 displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
Sorry, i´ve posted a wrong link. This is the correct one

http://d.qck.biz/4DmjLV <http://d.qck.biz/4DmjLV>



> Am 24.08.2018 um 23:09 schrieb Matthias Rebbe via use-livecode 
> :
> 
> I´ve tested now with Apple´s  Digital Color Meter App.
> 
> And you are right. It seems the mouse color values are the correct ones. 
> 
> See screenshot http://d.qck.biz/vCD6n7 <http://d.qck.biz/vCD6n7>
> 
> But anyway. It´s a bug
> 
> Regards,
> 
> Matthias
> 
> 
> 
> 
>> Am 24.08.2018 um 22:55 schrieb Monte Goulding via use-livecode 
>> :
>> 
>> 
>> 
>>> On 24 Aug 2018, at 11:49 pm, Trevor DeVore via use-livecode 
>>>  wrote:
>>> 
>>> Thanks for testing and confirming Matthias. To everyone else - it is now a
>>> confirmed issue on 10.13 as it has been recreated on three separate
>>> machines.
>> 
>> Do we know if it’s the mouseColor returning an incorrect value or if it’s 
>> the actual control being the wrong color?
>> 
>> Cheers
>> 
>> Monte
>> ___
>> 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
> 
> ___
> 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

___
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 displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
I´ve tested now with Apple´s  Digital Color Meter App.

And you are right. It seems the mouse color values are the correct ones. 

See screenshot http://d.qck.biz/vCD6n7 

But anyway. It´s a bug

Regards,

Matthias




> Am 24.08.2018 um 22:55 schrieb Monte Goulding via use-livecode 
> :
> 
> 
> 
>> On 24 Aug 2018, at 11:49 pm, Trevor DeVore via use-livecode 
>>  wrote:
>> 
>> Thanks for testing and confirming Matthias. To everyone else - it is now a
>> confirmed issue on 10.13 as it has been recreated on three separate
>> machines.
> 
> Do we know if it’s the mouseColor returning an incorrect value or if it’s the 
> actual control being the wrong color?
> 
> Cheers
> 
> Monte
> ___
> 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

___
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 displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
Of course i meant mousecolor and not mouse loc.



> Am 24.08.2018 um 15:07 schrieb Matthias Rebbe via use-livecode 
> :
> 
> I am running 10.13 and can confirm this with my iMac 5K. The interesting part.
> If i change the color profile in system control/monitor then the mouse loc 
> values even change
> 
> See a screen recording i´ve uploaded to Droplr <http://d.qck.biz/pKhfxx>
> 
> Regards,
> 
> Matthias
> 
>> Am 24.08.2018 um 14:28 schrieb Trevor DeVore via use-livecode 
>> :
>> 
>> Hi,
>> 
>> In LC 9 (haven't tested earlier versions) I'm seeing incorrect colors for
>> LC controls on macOS 10.13 but not 10.12. I filed a bug report with a
>> recipe + example stack and I'm wondering if anyone else can confirm my
>> findings. I'm not sure if it is software related or hardware related.
>> 
>> Here is the bug url:
>> 
>> https://quality.livecode.com/show_bug.cgi?id=21517
>> 
>> -- 
>> Trevor DeVore
>> ScreenSteps
>> www.screensteps.com
>> ___
>> 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
> 
> ___
> 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


___
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 displaying colors incorrectly in macOS 10.13

2018-08-24 Thread Matthias Rebbe via use-livecode
I am running 10.13 and can confirm this with my iMac 5K. The interesting part.
If i change the color profile in system control/monitor then the mouse loc 
values even change

See a screen recording i´ve uploaded to Droplr 

Regards,

Matthias

> Am 24.08.2018 um 14:28 schrieb Trevor DeVore via use-livecode 
> :
> 
> Hi,
> 
> In LC 9 (haven't tested earlier versions) I'm seeing incorrect colors for
> LC controls on macOS 10.13 but not 10.12. I filed a bug report with a
> recipe + example stack and I'm wondering if anyone else can confirm my
> findings. I'm not sure if it is software related or hardware related.
> 
> Here is the bug url:
> 
> https://quality.livecode.com/show_bug.cgi?id=21517
> 
> -- 
> Trevor DeVore
> ScreenSteps
> www.screensteps.com
> ___
> 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

___
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: revNavigator - Cloning a card - am i doing something wrong?

2018-08-23 Thread Matthias Rebbe via use-livecode
Hi Geoff,

thank you very much. It´s working here now.

Regards,

Matthias


> Am 23.08.2018 um 17:43 schrieb Geoff Canyon via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Bah, my mistake. Should be fixed now:
> 
> Get Navigator here
> <https://www.dropbox.com/s/kz3zqi4botzglgq/navigator.zip?dl=1 
> <https://www.dropbox.com/s/kz3zqi4botzglgq/navigator.zip?dl=1>>. Or grab it
> from GitHub <https://github.com/gcanyon/navigator 
> <https://github.com/gcanyon/navigator>>.
> 
> On Wed, Aug 22, 2018 at 11:43 PM Matthias Rebbe via use-livecode <
> use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> wrote:
> 
>> Geoff,
>> 
>> now when clicking on the arrows to collapse the stack, nothing happens,
>> regardless where the stack is placed on the desktop.
>> 
>> But when i open the Message Watcher and click on the arrows, then the
>> script editor opens the script of rev_s_revNavigator.livecodescript
>> 
>> and shows this error
>> 
>> stack "rev_s_revNavigator": execution error at line 1576 (Operators is:
>> error in right operand), char 16
>> 
>> Regards,
>> Matthias
>> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com <mailto: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

Matthias Rebbe
Tel +49 5741 31
‌https://matthiasrebbe.eu <https://matthiasrebbe.eu/>‌

___
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: revNavigator - Cloning a card - am i doing something wrong?

2018-08-23 Thread Matthias Rebbe via use-livecode
Geoff,

now when clicking on the arrows to collapse the stack, nothing happens, 
regardless where the stack is placed on the desktop.

But when i open the Message Watcher and click on the arrows, then the script 
editor opens the script of rev_s_revNavigator.livecodescript

and shows this error

stack "rev_s_revNavigator": execution error at line 1576 (Operators is: error 
in right operand), char 16

Regards,
Matthias


> Am 22.08.2018 um 23:16 schrieb Geoff Canyon via use-livecode 
> :
> 
> Okay, I've updated Navigator so that I think it will fix this. You (and
> others with multiple monitors) will be the judge, but now on multiple
> screens, when collapsing Navigator it should collapse to the top of the
> screen it's on. Collapsing all Navigators should have them each collapse on
> the screen they're on, only stacking with each other on that screen.
> 
> Here's hoping anyway...
> 
> Get Navigator here
> <https://www.dropbox.com/s/kz3zqi4botzglgq/navigator.zip?dl=1>. Or grab it
> from GitHub <https://github.com/gcanyon/navigator>.
> 
> On Wed, Aug 22, 2018 at 11:24 AM Matthias Rebbe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> put the screenRect
>> 
>> 0,126,2560,1566
>> -2560,0,0,1440
>> 
>> put the working screenrects
>> 
>> 0,149,2560,1566
>> -2560,23,0,1440
>> 
>> 
>> Regards,
>> 
>> Matthias
>> 
>>> Am 22.08.2018 um 20:11 schrieb Geoff Canyon via use-livecode <
>> use-livecode@lists.runrev.com>:
>>> 
>>> On Wed, Aug 22, 2018 at 5:56 AM Matthias Rebbe via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>> 
>>>> Yes, i have a dual-screen setup.
>>>> 
>>> 
>>> Can you tell me what
>>> 
>>> put the screenrects
>>> 
>>> results in for you?
>>> 
>>> And
>>> 
>>> put the working screenrects
>>> 
>>> Thanks
>>> 
>>> gc
>>> ___
>>> 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
>> 
>> 
>> ___
>> 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
>> 
> ___
> 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


___
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: revNavigator - Cloning a card - am i doing something wrong?

2018-08-22 Thread Matthias Rebbe via use-livecode
put the screenRect

0,126,2560,1566
-2560,0,0,1440

put the working screenrects

0,149,2560,1566
-2560,23,0,1440


Regards,

Matthias

> Am 22.08.2018 um 20:11 schrieb Geoff Canyon via use-livecode 
> :
> 
> On Wed, Aug 22, 2018 at 5:56 AM Matthias Rebbe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Yes, i have a dual-screen setup.
>> 
> 
> Can you tell me what
> 
> put the screenrects
> 
> results in for you?
> 
> And
> 
> put the working screenrects
> 
> Thanks
> 
> gc
> ___
> 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


___
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: revNavigator - Cloning a card - am i doing something wrong?

2018-08-22 Thread Matthias Rebbe via use-livecode
Yes, i have a dual-screen setup.
I´ve made a screen recording and uploaded it to Droplr.
http://d.qck.biz/ffyMUu <http://d.qck.biz/ffyMUu>

Regards,

Matthias

> Am 22.08.2018 um 05:54 schrieb Geoff Canyon via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> On Tue, Aug 21, 2018 at 8:58 AM Matthias Rebbe via use-livecode <
> use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> wrote:
> 
>> Geoff,
>> thanks for the quick update.
>> 
>> There´s another thing i noticed:
>> 
>> I moved the opened revNavigator stack on the right side of the LC Menu
>> below the Mac OS X menu bar.
>> When i click the arrow icon to collaps the revNavigator stack, then it is
>> moved outside of the screen.
>> 
>> I have to change  the y-coordinate from 29  to 155 to get it displayed
>> again.
>> 
>> Regards,
>> Matthias
>> 
>> I'm not sure I understand -- if the y-coordinate of Navigator is 29, then
> it should still be on-screen? I tried several ways to replicate this, and
> so far, no luck. Do you have a multiple-monitor setup?
> 
> gc
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com <mailto: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 
> <http://lists.runrev.com/mailman/listinfo/use-livecode>
Matthias Rebbe
Tel +49 5741 31
‌https://matthiasrebbe.eu <https://matthiasrebbe.eu/>‌

___
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: [ANN] DGH 2.5.1 is released

2018-08-22 Thread Matthias Rebbe via use-livecode
I second that. As an addition:  Zryip`s response time for support requests and 
bugfixes is awesome.



> Am 22.08.2018 um 05:09 schrieb Tom Glod via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Great plugin  i would say its a must for any developer using DGs 
> otherwise you are doing more work than you need to.
> 
> except of course for community users.
> 
> great job, indeed its a great helper.
> 
> On Tue, Aug 21, 2018 at 4:44 PM, zryip theSlug via use-livecode <
> use-livecode@lists.runrev.com > wrote:
> 
>> Dear List Members,
>> 
>> 
>> DGH 2.5.1 is now available.
>> 
>> New:
>> - Formulae Calculation: the installed script is now containing a new
>> handler: DGH_Formulae_RefreshAll. This handler is allowing to refresh the
>> calculation inside the datagrid. Call this function after having populated
>> an empty datagrid to have all the calculations done automatically.
>> 
>> Changes:
>> - Custom header: Only the special header controls can be added inside the
>> header template. This means the classical control, widgets or custom
>> controls are now disabled to avoid potential problems in building a custom
>> header from scratch.
>> - Custom header: The script installed with a custom header has changed to
>> remove a line decreasing performances with datagrid containing more than 16
>> columns
>> - The new functionalty allowing to add several columns at a time has been
>> rethought to increase perfomances when more than 20 columns are added at a
>> time.
>> - The way the columns are hidden (option "always hide invisible columns"
>> checked or not) has been rethought to increase performances when a lot of
>> columns are displayed inside the column builder's preview.
>> - Preferences: the unicode labels has been removed from the preferences and
>> is considered to turn to off by default, due to unicode is now native
>> inside LC since several versions. This option could be the cause of some
>> label issues when turned to on and was only existing for compatibility with
>> old LC versions. It is now in no interest with LC 8.x and 9.x
>> 
>> Fixed bugs:
>> - DGH was very slow loading datagrids table containing more than 16
>> columns.
>> - "Spreadsheet" behavior: when navigating through the cells and inputing
>> new values, then leaving the cell, the values were not stored inside the
>> datagrid.
>> 
>> 
>> 
>> 
>> Best Regards,
>> 
>> --
>> Zryip TheSlug
>> http://www.aslugontheroad.com 
>> ___
>> 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
>> 
> ___
> 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

Matthias Rebbe
Tel +49 5741 31
‌https://matthiasrebbe.eu ‌

___
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

<    4   5   6   7   8   9   10   11   12   >