RE: Unexpected Command Key Shortcuts (15.4)

2017-04-10 Thread Drew Waddell via 4D_Tech
I'd rather have a GOTO Line command to use with http://doc.4d.com/4Dv15/4D/15.4/METHOD-OPEN-PATH.301-3273687.en.html or additional paremeter. -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Jeffrey Kain via 4D_Tech Sent: Sunday, April 09, 2017 9:39

RE: 4D and Git Connection

2017-08-22 Thread Drew Waddell via 4D_Tech
il suggested he > was looking for incremental commits. Which seems ‘noisy’. > > > >> On Aug 22, 2017, at 9:00 AM, Drew Waddell via 4D_Tech <4d_tech@lists.4d.com> >> wrote: >> >> I have done this. I used Macros to run methods that would commit the text >>

RE: 4D and Git Connection

2017-08-22 Thread Drew Waddell via 4D_Tech
I have done this. I used Macros to run methods that would commit the text of the methods edited to a Git repo, there is an on save event. It's definitely not perfect but it helps my team track changes and look up potentially "ghost" changes in our codebase. Drew Waddell Development Team Lead

Exporting/Importing Table Relations

2017-06-16 Thread Drew Waddell via 4D_Tech
Does anyone have any experience with exporting table relations and importing them into another structure? I am in the unfortunate situation where some of my relations got removed and trying to restore them by redrawing has produced inconsistent results. Thanks, Drew

4D v16 issues

2017-09-22 Thread Drew Waddell via 4D_Tech
We are considering upgrading to 4D v16 fairly soon but have been a little spooked by two conversations recently, '4D v16.2 false record locks' and 'Server Process "Frozen"-ish'. Have these issues been reported to 4D? Has there been any resolution or workaround? Thanks, Drew Waddell

RE: Canvas alternative

2017-10-02 Thread Drew Waddell via 4D_Tech
as a possible alternative. At least for my application of Canvas, I think I could do it with SVG. John > On Sep 29, 2017, at 9:09 AM, Drew Waddell via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > We are considering trying to remove Canvas from our application. I am > curi

Canvas alternative

2017-09-29 Thread Drew Waddell via 4D_Tech
We are considering trying to remove Canvas from our application. I am curious if anyone has any alternatives that they would recommend. We are up for trying to roll our own but were curious if someone has moved from Canvas to something else. Thanks, Drew Waddell Development Team Lead

DELAY PROCESS bug

2018-01-05 Thread Drew Waddell via 4D_Tech
We are putting in a ticket for this but wanted to see if anyone else has encountered this and found a work around. We haven't investigated it too much to determine if it's an issue outside of interpreted mode but it has us a little worried. Put this code snippet in a method and hit the green

RE: DELAY PROCESS bug

2018-01-05 Thread Drew Waddell via 4D_Tech
...@gmail.com > On Jan 5, 2018, at 1:24 PM, Drew Waddell via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > When the application is minimized wait 30 seconds or so, long enough to know > the DELAY PROCESS should have returned. Maximize the application and notice > th

RE: DELAY PROCESS bug

2018-01-05 Thread Drew Waddell via 4D_Tech
@Cannon It's like Inception... I don't want to go down that path -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Cannon Smith via 4D_Tech Sent: Friday, January 05, 2018 1:44 PM To: 4D iNug Technical Cc: Cannon Smith Subject: Re: DELAY PROCESS bug

RE: v13+ Method modification date

2018-02-05 Thread Drew Waddell via 4D_Tech
Something has to change. But it could be something super insignificant, like adding a space to a comment. Drew -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Chip Scheide via 4D_Tech Sent: Monday, February 05, 2018 10:48 AM To: 4D iNug Technical

RE: Converting _O_PLATFORM PROPERTIES to Get system info

2018-12-11 Thread Drew Waddell via 4D_Tech
Converting _O_PLATFORM PROPERTIES to Get system info > On 11 Dec 2018, at 14:49, Drew Waddell via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Is anyone using _O_PLATFORM PROPERTIES? How do you change your code that > used the old version to the new Get system info? T

Converting _O_PLATFORM PROPERTIES to Get system info

2018-12-11 Thread Drew Waddell via 4D_Tech
Is anyone using _O_PLATFORM PROPERTIES? How do you change your code that used the old version to the new Get system info? The osVersion contains far more data than the previous command and I am afraid striping information off would just be prone to errors. Thanks, Drew

Object notation bug?

2019-02-21 Thread Drew Waddell via 4D_Tech
I am trying to figure out if this is a bug or not. This is a watered down version of something I am trying to do: C_OBJECT($oParentObject;$oChildObject) $oChildObject:=New object $oParentObject:=New object

RE: Object notation bug?

2019-02-21 Thread Drew Waddell via 4D_Tech
ax : +33 1 30 53 92 01 Email : olivier.deschan...@4d.com Web : www.4D.com > Le 21 févr. 2019 à 18:59, Drew Waddell via 4D_Tech <4d_tech@lists.4D.com> a > écrit : > > I am trying to figure out if this is a bug or not. This is a watered down > v

RE: Object notation bug?

2019-02-21 Thread Drew Waddell via 4D_Tech
ech-boun...@lists.4d.com> On Behalf Of Drew Waddell via 4D_Tech Sent: Thursday, February 21, 2019 1:28 PM To: Olivier Deschanels ; 4D iNug Technical <4d_tech@lists.4d.com> Cc: Drew Waddell Subject: RE: Object notation bug? I am unable to do $oChildObject:=null in my actual situation

RE: v17 conundrum in design

2019-02-07 Thread Drew Waddell via 4D_Tech
We call these phantom breakpoints. It's been a bug for so so long. The only way I have figured out how to fix it is to create a new User in Design -> Toolbox -> Users and begin to use the new user until the issue presents itself again. For what it's worth we started to notice them a lot when

RE: v18 Background Image / Win32API

2021-06-24 Thread Drew Waddell via 4D_Tech
o find documentation or earlier verions in the repository, but I haven't mastered GitHub navigation yet. Still in 32bit world, Tom Benedict > On 06/24/2021 4:36 AM Drew Waddell via 4D_Tech <4d_tech@lists.4d.com> wrote: > > > You could use Win64API; https://github.com/OrchardSoftware/4D-W

RE: v18 Background Image / Win32API

2021-06-24 Thread Drew Waddell via 4D_Tech
You could use Win64API; https://github.com/OrchardSoftware/4D-Win64API Drew Waddell | Development Team Lead dwadd...@orchardsoft.com -Original Message- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of Ben Sokal via 4D_Tech Sent: Wednesday, June 23, 2021 6:38 PM To:

RE: "Search References" Behavior Change

2021-09-13 Thread Drew Waddell via 4D_Tech
We reported this as a bug to 4D, they are not going to fix it. They told us that the change was deliberate and they prefer the way it is now. Drew Waddell | Development Team Lead dwadd...@orchardsoft.com -Original Message- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of