You can also do this with code

  //----------------------------------------------------
  //User name (OS): Chuck Miller
  //Date and time: 08/09/16, 13:36:59
  //----------------------------------------------------
  //Method: ut_ResetWindowDefaults
  //Description
  //This method will delete and therefore reset debugger pane. It can be
used as a basis for resetting other windows from a designer perspective as
well
  // Parameters
  // ----------------------------------------------------
If (False)

End if
C_TEXT($1;$Path_txt)

Case of
: ($1="ALL")
ut_ResetWindowDefaults ("Debugger")
ut_ResetWindowDefaults ("pref_Database")

ut_ResetWindowDefaults ("Explorer")
: ($1="Debugger")
$Path_txt:=Get 4D folder(Active 4D Folder)+"4D Window Bounds
v"+Substring(Application version;1;2)+Folder separator+"coreDialog"+Folder
separator+"[projectForm]"+Folder separator+"4ddebugger.json"
If (Test path name($Path_txt)=Is a document)
DELETE DOCUMENT($Path_txt)
End if


: ($1="Explorer")
$Path_txt:=Get 4D folder(Active 4D Folder)+"4D Window Bounds
v"+Substring(Application version;1;2)+Folder separator+"development"+Folder
separator+"[projectForm]"+Folder separator+"Explorer.json"
If (Test path name($Path_txt)=Is a document)
DELETE DOCUMENT($Path_txt)
End if

: ($1="pref_Database")
$Path_txt:=Get 4D folder(Active 4D Folder)+"4D Window Bounds
v"+Substring(Application version;1;2)+Folder separator+"development"+Folder
separator+"[projectForm]"+Folder separator+"pref_Database.json"
If (Test path name($Path_txt)=Is a document)
DELETE DOCUMENT($Path_txt)
End if

End case

  //End ut_ResetWindowDefaults


Regards and hope this helps
Chuck

On Tue, Jul 18, 2017 at 9:24 AM, Julio Carneiro via 4D_Tech <
4d_tech@lists.4d.com> wrote:

> I had the same issue this week.
>
> - open your user Library folder in Finder (option-Go->Library)
> - go to Application Support -> 4D
> - delete folder "4D Window Bounds v16”
>
> That’ll reset all window bounds to a default setting.
>
> hth
> julio
>
> > On Jul 18, 2017, at 2:19 PM, Claudio Braga via 4D_Tech <
> 4d_tech@lists.4d.com> wrote:
> >
> > Hi everyone,
> >
> > I just encountered this problem, the buttons in the trace window are
> invisible (or hidden under the window bar).
> >
> >
> >
> > Any trick to reset this ?
> >
> > Thanks in advance
> >
> > Ciao
> >
> >
> >
> > Claudio Braga
> > **********************
> > claudiobr...@me.com
> > claudiobr...@mac.com
> > claudiobr...@icloud.com
> > **********************
> >
>
> --
> Julio Carneiro
> jjfo...@gmail.com
>
>
>
> **********************************************************************
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: http://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **********************************************************************
>



-- 
-----------------------------------------------------------------------------------------
 Chuck Miller Voice: (617) 739-0306 Fax: (617) 232-1064
 Informed Solutions, Inc.
 Brookline, MA 02446 USA Registered 4D Developer
       Providers of 4D, Sybase & SQL Sever connectivity
          http://www.informed-solutions.com
-----------------------------------------------------------------------------------------
This message and any attached documents contain information which may be
confidential, subject to privilege or exempt from disclosure under
applicable law.  These materials are intended only for the use of the
intended recipient. If you are not the intended recipient of this
transmission, you are hereby notified that any distribution, disclosure,
printing, copying, storage, modification or the taking of any action in
reliance upon this transmission is strictly prohibited.  Delivery of this
message to any person other than the intended recipient shall not
compromise or waive such confidentiality, privilege or exemption
from disclosure as to this communication.
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to