Re: remoteDebugger error

2022-07-13 Thread panagiotis m via use-livecode
Hello all,

@Bob Sneidar 
Are there any modal windows involved in the recipe?

I think it is this bug:

https://quality.livecode.com/show_bug.cgi?id=23758

Cheers,
Panos
--

On Thu, 14 Jul 2022 at 03:15, Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Monte, I'll do that in the morning. They are kicking me out of the
> building. :-|
>
> Bob S
>
>
> > On Jul 13, 2022, at 16:07 , Monte Goulding via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Hi Bob
> >
> > Could you create a bug report about this? The remote debugger obviously
> shouldn’t be throwing bugs itself. It should be telling the IDE about
> errors and getting it to show the debugger.
> >
> > 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: remoteDebugger error

2022-07-13 Thread Bob Sneidar via use-livecode
Monte, I'll do that in the morning. They are kicking me out of the building. :-|

Bob S


> On Jul 13, 2022, at 16:07 , Monte Goulding via use-livecode 
>  wrote:
> 
> Hi Bob
> 
> Could you create a bug report about this? The remote debugger obviously 
> shouldn’t be throwing bugs itself. It should be telling the IDE about errors 
> and getting it to show the debugger.
> 
> 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


Re: remoteDebugger error

2022-07-13 Thread Bob Sneidar via use-livecode
Returns "Professional"

Bob S


> On Jul 13, 2022, at 16:20 , matthias rebbe via use-livecode 
>  wrote:
> 
>> Am 14.07.2022 um 01:02 schrieb Bob Sneidar via use-livecode 
>> :
>> 
>> Yup. Don't we all have to be on that license if we are running 9.6.8?
> Not that i am aware of.
> If you have the Addon Pro Pack Features in your license   "the editiontype" 
> returns professional, if you don't  then "commercial" is returned.


___
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: remoteDebugger error

2022-07-13 Thread matthias rebbe via use-livecode


> Am 14.07.2022 um 01:02 schrieb Bob Sneidar via use-livecode 
> :
> 
> Yup. Don't we all have to be on that license if we are running 9.6.8?
Not that i am aware of.
If you have the Addon Pro Pack Features in your license   "the editiontype" 
returns professional, if you don't  then "commercial" is returned.

https://livecode.com/pro-features/



> But I found the problem, just not how to prevent remoteDebugger from throwing 
> unknown errors, or how to figure out what the error is. I basically had to 
> step through my code until I found the culprit. 
> 
> Thanks though. I am going through the code which sets up sqlYoga so that I 
> can have multiple database objects and connections instead of just using the 
> defaults. 
> 
> Bob S
> 
> 
>> On Jul 13, 2022, at 15:44 , matthias rebbe via use-livecode 
>>  wrote:
>> 
>> Just a shot in the dark, but the RemoteDebugger is part of the Pro Features 
>> Pack. Does your license include that pack?
>> 
>> 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: remoteDebugger error

2022-07-13 Thread Monte Goulding via use-livecode
Hi Bob

Could you create a bug report about this? The remote debugger obviously 
shouldn’t be throwing bugs itself. It should be telling the IDE about errors 
and getting it to show the debugger.

Cheers

Monte

> On 14 Jul 2022, at 9:02 am, Bob Sneidar via use-livecode 
>  wrote:
> 
> Yup. Don't we all have to be on that license if we are running 9.6.8? But I 
> found the problem, just not how to prevent remoteDebugger from throwing 
> unknown errors, or how to figure out what the error is. I basically had to 
> step through my code until I found the culprit. 
> 
> Thanks though. I am going through the code which sets up sqlYoga so that I 
> can have multiple database objects and connections instead of just using the 
> defaults. 
> 
> Bob S
> 
> 
>> On Jul 13, 2022, at 15:44 , matthias rebbe via use-livecode 
>>  wrote:
>> 
>> Just a shot in the dark, but the RemoteDebugger is part of the Pro Features 
>> Pack. Does your license include that pack?
>> 
>> 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: remoteDebugger error

2022-07-13 Thread Bob Sneidar via use-livecode
Yup. Don't we all have to be on that license if we are running 9.6.8? But I 
found the problem, just not how to prevent remoteDebugger from throwing unknown 
errors, or how to figure out what the error is. I basically had to step through 
my code until I found the culprit. 

Thanks though. I am going through the code which sets up sqlYoga so that I can 
have multiple database objects and connections instead of just using the 
defaults. 

Bob S


> On Jul 13, 2022, at 15:44 , matthias rebbe via use-livecode 
>  wrote:
> 
> Just a shot in the dark, but the RemoteDebugger is part of the Pro Features 
> Pack. Does your license include that pack?
> 
> 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: remoteDebugger error

2022-07-13 Thread matthias rebbe via use-livecode
Just a shot in the dark, but the RemoteDebugger is part of the Pro Features 
Pack. Does your license include that pack?

Regards,

Matthias


> Am 13.07.2022 um 23:50 schrieb Bob Sneidar via use-livecode 
> :
> 
> Whenever I open my Forms Generator project, I get a dialog pop up saying an 
> error occured in the stack com.livecode.library.remotedebugger, and that 
> there is no more information because the stack is password protected. It does 
> not seem to affect to workings of my project though. 
> 
> Other stacks do not seem to induce this dialog. How can I tell what is 
> causing it? 
> 
> 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