Hi Steve,

I think so. The core structural fragment of the code is:

Case of 
: ($version="13@“)
        …
Else 
        //4D V14 & V15 
End case 

John…



> On Mar 1, 2019, at 10:59 AM, Stephen J. Orth <[email protected]> 
> wrote:
> 
> John,
> 
> Which version of my method are you running?  Is it the one from 2015 that 
> works for V13 -> V16?
> 
> 
> Steve
> 
> *********************************************
>  Stephen J. Orth                                                
>  The Aquila Group, Inc.          Office:  (608) 834-9213
>  P.O. Box 690                           Mobile:  (608) 347-6447
>  Sun Prairie, WI 53590
> 
>  E-Mail:  [email protected]
> *********************************************
> 
> -----Original Message-----
> From: 4D_Tech <[email protected]> On Behalf Of John J Foster via 
> 4D_Tech
> Sent: Friday, March 1, 2019 12:54 PM
> To: 4D iNug Technical <[email protected]>
> Cc: John J Foster <[email protected]>
> Subject: Ref: Debugger window corruption
> 
> Hi Neil,
> 
> I searched and found the v15 method you mentioned. It was authored by Stephen 
> J. Orth. I created the method and ran it but it didn’t work for me. Not sure 
> why.
> 
> Although I’ll respond in another email to what did work...
> 
> Appreciate,
> John…
> 
> 
>>> On the left side pane the Variables is the top and anything above that I do 
>>> not have access to. I cannot get to the debugger buttons.
>> 
>> There was a debugger reset method that was posted a few years ago. I don't 
>> have the one for v15 but if you search you might be able to find it. I think 
>> it was written by Miyako.
>> 
>> This is the v17 version:
>> 
>> C_TEXT($tPath)
>> 
>> $tPath:=Get 4D folder(Active 4D Folder)+\ "4D Window Bounds 
>> v"+Substring(Application version;1;2)+Folder separator+\ 
>> "runtime"+Folder separator+\ "[projectForm]"+Folder separator+\ 
>> "4ddebugger.json"
>> 
>> If (Test path name($tPath)=Is a document)
>>      ON ERR CALL("Blank")
>>      DELETE DOCUMENT($tPath)
>>      ON ERR CALL("")
>> End if
>> 
>> 
>> Neil
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> Privacy Disclaimer: This message contains confidential information and is 
>> intended only for the named addressee. If you are not the named addressee 
>> you should not disseminate, distribute or copy this email. Please delete 
>> this email from your system and notify the sender immediately by replying to 
>> this email.  If you are not the intended recipient you are notified that 
>> disclosing, copying, distributing or taking any action in reliance on the 
>> contents of this information is strictly prohibited.
>> 
>> The Alternative Investments division of UMB Fund Services provides a full 
>> range of services to hedge funds, funds of funds and private equity funds.  
>> Any tax advice in this communication is not intended to be used, and cannot 
>> be used, by a client or any other person or entity for the purpose of (a) 
>> avoiding penalties that may be imposed on any taxpayer or (b) promoting, 
>> marketing, or recommending to another party any matter addressed herein.
> 
> **********************************************************************
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:[email protected]
> **********************************************************************
> 

**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to