Re: Can't get to development mode!

2019-03-16 Thread B.Bippus via 4D_Tech
Am Sa., 16. März 2019 um 15:56 Uhr schrieb Jody Bevan via 4D_Tech <
4d_tech@lists.4d.com>:

> Not sure what you mean, but we have special keys at startup so that we can
> go into Trace mode.
>

sure: like this:
 // On Startup //
If (Caps lock down)
TRACE
End if

If ((Macintosh control down) | (Windows Ctrl down)) & ((Macintosh option
down) | (Windows Alt down))
TRACE
End if


Also advisable:

> > I have used this small code in a menu method for years and it works...
> > If (Current user="Designer")
> >   TRACE
> > End if
>
> ---
My favorite since Years is a big "Developer" button on a always visible
Dialog:
Case of
: (Form event=On Load)
OBJECT SET VISIBLE(Self->;Not(Is compiled mode))

: (Form event=On Clicked)
If (Macintosh option down)
TRACE
End if
 METHOD OPEN PATH("2_0_dev_documentation")
End case


Cheers
Bernd Bippus

+Ich mache mir die 4D-Welt wie sie mir gefällt.
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Can't get to development mode!

2019-03-16 Thread Jody Bevan via 4D_Tech
Not sure what you mean, but we have special keys at startup so that we can go 
into Trace mode.

From there we can trace a startup problem, or drop right into coding if we need.

Having a startup crash many years ago instilled doing this. It was stressful 
trying to break into trace mode when needed.

We rarely ever need to use it, but it is there. Behavior created by experience.

Jody

> On Mar 16, 2019, at 7:37 AM, 4dialog via 4D_Tech <4d_tech@lists.4d.com> wrote:
> 
> Why does so many use special keys to access the developer?
> 
> I have used this small code in a menu method for years and it works...
> 
> If (Current user="Designer")
>   TRACE
> End if 
> 
> 
> 
> -
> Hilsen
> --
> Helge Antonsen
> www.4dialog.no 
> --
> Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Can't get to development mode!

2019-03-16 Thread 4dialog via 4D_Tech
Why does so many use special keys to access the developer?

I have used this small code in a menu method for years and it works...

If (Current user="Designer")
TRACE
End if 



-
Hilsen
--
Helge Antonsen
www.4dialog.no 
--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Can't get to development mode!

2019-03-13 Thread Koen Van Hooreweghe via 4D_Tech
Hi Doug,

Perhaps a typo, but you actually need the Developer license to be able to go to 
design mode. the Unlimited Desktop license is the one you need to include if 
you build single user apps.

HTH
Koen

> Op 12 mrt. 2019, om 23:49 heeft Doug Hall via 4D_Tech <4d_tech@lists.4d.com> 
> het volgende geschreven:
> 
> Problem is, it doesn't! I checked to make sure I have the Unlimited Desktop
> license installed for the current year.




Compass bvba
Koen Van Hooreweghe
Kloosterstraat 65
9910 Aalter
Belgium
tel +32 495 511.653

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Can't get to development mode!

2019-03-12 Thread Keith Culotta via 4D_Tech
I have seen it ignore the Development mode menu selection until I closed an 
open window.  

or Does it go to the compiled version, requiring you to select "restart 
interpreted" from the "run" menu.

Keith - CDI

> On Mar 12, 2019, at 5:49 PM, Doug Hall via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> I need some quick help. I'm right in the middle of trying to upgrade my 4D
> structure and I can't get into "Development" mode in 4D! I opened the *.4DB
> file, said to open local database. I selected Interpreted database and
> chose my structure file. I know this is a bit of a workaround, but rather
> than have a menu in my (Foundation-based) structure that allows me to
> change to development mode from , I simply go to the about 4D menu and
> + click on a button, then choose go to
> Development Mode, there.
> 
> Problem is, it doesn't! I checked to make sure I have the Unlimited Desktop
> license installed for the current year.
> 
> I currently went into Maintenance Mode to rebuild the Data file ( I needed
> to do this, anyway, and knew so beforehand). However, I'm not so sure I
> will be able to compile my structure when it gets done! Can someone please
> quickly throw some ideas my way??!!!
> 
> Thanks,
> Doug Hall
> AIDT
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: Can't get to development mode!

2019-03-12 Thread Tai Bui via 4D_Tech
Hi,

Can you create a brand new database?
If so you should have developer access on a .4DB file.

If not do you have a developer license installed?

Best Regards,
-Tai B.



**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**