Re: 4D Compiler

2017-04-06 Thread Tim Nevels via 4D_Tech
> On Apr 6, 2017, at 7:52 PM, Lee Hinde wrote: > > On Apr 6, 2017, at 3:09 PM, Tim Nevels via 4D_Tech <4d_tech@lists.4d.com> > wrote: >> >> I wonder whatever happened to the original 4D Compiler writer David Hemmo? > > David’s at Apple now. I wonder what group he works in. You think he’s in

Re: Preemptive execution question

2017-04-06 Thread John DeSoi via 4D_Tech
> -- You've got a preemptive thread. > -- It can't run a variety of commands. > -- You push over some illegal code via CALL WORKER. > -- 4D's is meant to EXECUTE the cooperative (illegal) code in the > preemptive (multi-core) context. > > What happens? Not what I feared, not what I expected, not

Preemptive execution question

2017-04-06 Thread David Adams via 4D_Tech
I've been meaning to sit down and try this for a month...and now I have. One of the things that people seem to be excited about with CALL WORKER is the ability to run on something other than the main core. I'm not as excited about this as some, but I'm ready to be convinced. It strikes me as an

Re: Listbox row select

2017-04-06 Thread Keisuke Miyako via 4D_Tech
in general, selected list items are grey when inactive (does not have focus) > 2017/04/07 8:38、Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> のメール: > > I am getting 2 different row highlight (colors) > > - When row is selected indirectly LISTBOX SELECT ROW (grey) > - When row is directly clicked

Re: 4D Compiler

2017-04-06 Thread Kirk Brooks via 4D_Tech
Tim, That's probably an inflation-adjusted number. Which makes the first 128k Mac I bought in April of '84 the equivalent of about $6,700 now. Still not the most expensive computer I've personally bought - that was a Mac II with an 80mb drive and I don't remember how much RAM. 4MB of RAM back then

Listbox row select

2017-04-06 Thread Sujit Shah via 4D_Tech
I am getting 2 different row highlight (colors) - When row is selected indirectly LISTBOX SELECT ROW (grey) - When row is directly clicked (blue) Once it is blue it remains that way. Wondering is this is a feature or something wrong in my code. -- xxx "There

Re: 4D Compiler

2017-04-06 Thread Lee Hinde via 4D_Tech
On Apr 6, 2017, at 3:09 PM, Tim Nevels via 4D_Tech <4d_tech@lists.4d.com> wrote: > > I wonder whatever happened to the original 4D Compiler writer David Hemmo? > David’s at Apple now. > When he wrote 4D Compiler back in 1990 I thought he was a programming god... So did ACIUS, given the

Re: 4D Compiler

2017-04-06 Thread Douglas von Roeder via 4D_Tech
Tim: Great info - many thanks for the explanation. "I just checked wikipedia and it says the Mac SE/30 with 4MB or RAM and 80MB hard drive was $6,569! I don’t remember them being that expensive. Makes the machines today look dirt cheap!" The SE/30 was a great little machine. The PDS card had

Re: 4D Compiler

2017-04-06 Thread Tim Nevels via 4D_Tech
On Apr 6, 2017, at 4:43 PM, Douglas von Roeder wrote: > A couple of thoughts on this… > > I couldn't find this documented but 4D's compiler does three "passes" > through the source code (when you're not typing all of your variables). > IIRC, the compiler displays what it's doing for each pass

RE: 4D Server Crashes When Tracing Buggy Web Connection Code

2017-04-06 Thread Joshua Hunter via 4D_Tech
The web server process is very sensitive to any bugs. We ran into the exact problem you are having. Our web team was suddenly very unpopular with the other developers. Any bug and the whole app would crash. We no longer run any code on the web server process on 4D server. Instead we run a

RE: Copy out of read only variable/field

2017-04-06 Thread Dennis, Neil via 4D_Tech
> I see that this can set this on the form, but if I toggle the enterability > on and off via code (Object Set Enterable) it seem lose the focusable > setting.\ Never mind, this is not a problem. Neil -- Privacy Disclaimer: This message contains confidential information and is intended

RE: Copy out of read only variable/field

2017-04-06 Thread Dennis, Neil via 4D_Tech
> you set the field to non-enterable+focusable. That is what I was looking for, can the focusable setting be set via code? I see that this can set this on the form, but if I toggle the enterability on and off via code (Object Set Enterable) it seem lose the focusable setting. Neil --

Re: Copy out of read only variable/field

2017-04-06 Thread Chip Scheide via 4D_Tech
display - variables - Enterable - On Load -- copy field data to variable - On Data Change -- copy field data back into variables I do this with a method that, if one variable is changed, it copies all data involved (about 10 fields/variable). No trying to specify which variable was changed,

Re: Copy out of read only variable/field

2017-04-06 Thread Keisuke Miyako via 4D_Tech
you set the field to non-enterable+focusable. 2017/04/07 6:16、Dennis, Neil via 4D_Tech <4d_tech@lists.4d.com> のメール: I'm questioning if this is possible? Anyone? ** 4D Internet Users Group (4D

Re: Copy out of read only variable/field

2017-04-06 Thread Kirk Brooks via 4D_Tech
That would be cool - but the only way I've been able to do it to with a transparent button on top. On Thu, Apr 6, 2017 at 2:16 PM, Dennis, Neil via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I thought there was a setting on a read only variable or field to allow > selecting and copying data but

Copy out of read only variable/field

2017-04-06 Thread Dennis, Neil via 4D_Tech
I thought there was a setting on a read only variable or field to allow selecting and copying data but not pasting or changing. I can't seem to figure it out. In my mind it was Object set enabled true and Object set enterable false. However I have tried every combination but none seems to have

4D Server Crashes When Tracing Buggy Web Connection Code

2017-04-06 Thread Sannyasin Siddhanathaswami via 4D_Tech
Aloha, If I trace On Web Connection code on 4D Server v15.3 Mac, and I goof and reference an out of index array (I know I’m the first to ever do that), our server crashes. It just quits to the Finder, no error message nothing. I view the trace via screen sharing to the server machine. This is

Re: 4D Compiler

2017-04-06 Thread Douglas von Roeder via 4D_Tech
Nigel: A couple of thoughts on this… I couldn't find this documented but 4D's compiler does three "passes" through the source code (when you're not typing all of your variables). IIRC, the compiler displays what it's doing for each pass but newer versions of 4D + modern hardware are so fast that

Re: OffsetCursor / Highlight in Dialog in 4D v13 OS X 10.12

2017-04-06 Thread Douglas von Roeder via 4D_Tech
Jim: Working in a 13.5 (Windows) system, I've seen something similar in some fields - when the inserting point enters the field, the bottom few pixels may be truncated or it's offset from the left side of the field mask by one or two pixels. This issue made it, at times, hard to spot the flashing

OffsetCursor / Highlight in Dialog in 4D v13 OS X 10.12

2017-04-06 Thread Jim Medlen via 4D_Tech
In 4D v13.6 running on OS X 10.12 there is an odd visual behavior with the REQUEST dialog. The cursor in the dialog is visually offset by approximately two character spaces and if the text is highlighted the Highlight color is shifted to the right as well. Has anyone else seen this and is

4D World Tour - Go!

2017-04-06 Thread bob.miller--- via 4D_Tech
Hi Everyone, I'll pitch in here, too - I attended the World Tour in Chicago earlier this week (yeah, I live in Boston where it is also offered, but that's another story). I was impressed with the amount of preparation the 4D team did for the tour, with many good examples on the USB key and

4D Job Posting

2017-04-06 Thread Pierce, Terry K via 4D_Tech
For anyone who might be interested: https://uab.taleo.net/careersection/jobdetail.ftl?job=T45087=en — Terry Pierce Information Systems Manager II UAB Department of Occupational Health & Safety o205.975.8671 | m205.224.7696 | tpie...@uab.edu www.uab.edu/ohs

Re: Project Method not found in Quick Report Editor

2017-04-06 Thread Keisuke Miyako via 4D_Tech
did you call set allowed methods? ** 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:

Project Method not found in Quick Report Editor

2017-04-06 Thread John Baughman via 4D_Tech
I create a simple method to use with the Quick Report Editor. I can pick the method from the command list in the editor for one of my columns, but when I run the report I get an error saying that “Project method not found”. Am I forgetting something? Thanks, John

Re: CALL FORM and CALL WORKER ideas (Was: 4D World Tour - Get off the fence)

2017-04-06 Thread David Adams via 4D_Tech
Jeffrey, Thanks for the note on subforms, that's good to hear. The last time I looked at them I found little in the docs and thought that it might be an orphaned features. Now I see that there are several pages in the Design and Language manuals. Sounds like it's time for another look, I

Re: Migrating Tables with Relations Between Structures

2017-04-06 Thread Peter Jakobsson via 4D_Tech
Many thanks Miyako ! I’ll look into both of those approaches. Very promising. Peter On 6 Apr 2017, at 02:37, Keisuke Miyako via 4D_Tech <4d_tech@lists.4d.com> wrote: > when you copy multiple tables in the structure editor, > you get the table as well as the relation. > > pasting it back to