Re: Flexible SVG ID Strategy

2018-06-11 Thread John J Foster via 4D_Tech
Hi Tom, I have looked at a few but thought it might be work. But now I am not so sure. It is something I will building on for years so… Which JS SVG library do you recommend? I assume I’ll be able to: Create template objects that can be reused and dynamically updated based upon the record

SVG Area and sizing monitor issues

2018-06-05 Thread John J Foster via 4D_Tech
Hi All, {I sent this yesterday & and again earlier today and it never made it through?} Another issue that is becoming a challenge is managing for monitors that can be retina or not or large screens or not. I am currently studying the best way to manage this. I am starting with allowing the

Flexible SVG ID Strategy

2018-06-05 Thread John J Foster via 4D_Tech
Hi All, {I sent this yesterday & and again earlier today and it never made it through?} I am trying to create an interface built using SVG. The sag image will include many different kinds of complex objects. Bu complex I mean that each object is itself a complex object built by SVG and added

Localization: Simulating another Language

2018-07-25 Thread John J Foster via 4D_Tech
Hey All, I’m getting ready to setup a v17 (Mac/WIn) standalone app so that it can be localized for different languages. I have a potential client base in Japan, Spanish countries, French, etc. In order to debug I would like to switch languages to simulate and test. I know I can switch

SVG Overlay Layer

2018-08-03 Thread John J Foster via 4D_Tech
Hi All, Just brainstorming right now. Have you’ve seen the way the new windows tablets can set a mode and draw over the image on the screen? Kind of funny since I have bene planning a module functionally similar to work on the Mac. I need it for a training app and essentially a markup over an

Re: SVG Overlay Layer

2018-08-04 Thread John J Foster via 4D_Tech
Hi JIm and Miyako, Jim wrote: > I've done that. It depends if you need to trap the events on the underlying > area or the topmost layer, or both. I use 2 SVG areas, the topmost area > visible depending on the current hover object on the underlying area. I think I want to be in a mode that

Re: SVG Overlay Layer

2018-08-05 Thread John J Foster via 4D_Tech
Hey Jim, Thanks for the example. It looks like a single svg image and then some dragging logic. Is that correct? My intention is to draw on top of the image. So I am thinking I’ll just: 1. Make it clear I’m in drawing mode. This will prevent any of the underlying objects from firing any code.

Re: Localization: Simulating another Language

2018-07-26 Thread John J Foster via 4D_Tech
Hi Miyako, I’me sure I read that blog yars ago but had forgotten about it. Thanks for that!!! I have a list of the other itesm from past conversations. Again thanks... John… > On Jul 26, 2018, at 7:22 AM, 4d_tech-requ...@lists.4d.com wrote: > > the very first 4D blog post featured a 3rd

SVG IDs in Listbox Cells

2018-08-13 Thread John J Foster via 4D_Tech
Hi Cannon, I’ve never done this as imaages used in listboxes have alwasy been just pictures. The reason we can find an svg object (with an id) by id is because there is an xml tree to traverse through. So how could you mimic this behavior within a cell of a listbox? Could each listbox cell

Re: SVG IDs in Listbox Cells

2018-08-14 Thread John J Foster via 4D_Tech
Hi Cannon, Yep, that’s what I was thinking. Just need a bit of scaffolding. Just needs to be handle indirectly and not in the cell. And what then what Keith said should make it able to manipulate the DOM and then do whatever you need. I thought the idea was doable. Cool! John… > It is

Re: SVG Overlay Layer

2018-08-06 Thread John J Foster via 4D_Tech
> Hi Jim, I see! I thought that was just a dialog. Cool UI and smooth control. John... > The On Hover annotation balloon is another svg image on top of the data > svg image ** 4D Internet Users Group (4D iNUG) Archive:

Re: SVG IDs in Listbox Cells

2018-08-14 Thread John J Foster via 4D_Tech
Hi Miyako, I was thinking of something more dynamic (and a bit more work). But if anyone would know it would be El Miyako. Thanks, John… > the corroboration between form events (mouse, move, enter, leave, click, > double click) and SVG elements, > as well as automatic update of MOUSEX and

Re: SVG Overlay Layer

2018-08-06 Thread John J Foster via 4D_Tech
Hey Jim, > The annotation svg is much larger than the data svg so the annotation can > pass the boundaries of the data svg I assume you mean that you can annotate outside the viewable area of the svg data image? Kind of like drawing programs where the image is confined to pre-sized rectangle

Re: 4D Write licensing...

2018-06-28 Thread John J Foster via 4D_Tech
Hey Robert, > If I have one license and the 4D Write user is logged in and can edit 4D > Write documents because he’s part of the proper group controlling plugin > access... can a second user simultaneously print a pre-existing document > without a license? I don’t think so! One 4D Write

Re: Command Symbol as part of Title of Button

2019-01-16 Thread John J Foster via 4D_Tech
Hi Tai, Thanks that works well in v17 (which I will keep around and use) but not in v15.2 (that’s the clients current working version). John… > On Jan 16, 2019, at 3:15 PM, Tai Bui wrote: > > Hi, > > Hmm, not sure if it's just my machines or possibly caused by the emoji & > symbol editor.

Miyako’s 4d-widget-calendar Errors: Project method not found

2019-01-16 Thread John J Foster via 4D_Tech
Hi All, I’m sure this is simple! But I am not seeing it. I am using Miyako’s "4d-widget-calendar-simple-master” component in a v15 database. Is anyone else using this component and got it working??? I have tried source and compiled… So I downloaded and updated the v14 component to 4D v15.2

Command Symbol as part of Title of Button

2019-01-16 Thread John J Foster via 4D_Tech
Hi All, I would like to show a command symbol (and option of shift as well) as part of the Title in a button. For example if I have a button with a Title as “CmdT" I’d like to see the “symbolT” instead. So far copying and pasting the symbol from the Emoji & Symbol Editor does not work. I

Re: Command Symbol as part of Title of Button

2019-01-16 Thread John J Foster via 4D_Tech
ntrl - S > as button text, where 's' is whatever letter. > > Chip > > On Wed, 16 Jan 2019 13:13:08 -0800, John J Foster via 4D_Tech wrote: >> Hi All, >> >> I would like to show a command symbol (and option of shift as well) >> as part of the Title in a b

Ref: Miyako’s 4d-widget-calendar Errors: Project method not found

2019-01-16 Thread John J Foster via 4D_Tech
Hi All, OOPS! So obvious! Earlier I decided I would create a form in the db and named it Calendar. I then copied the one from Miyako's component. I hadn’t realized that it copied the method names. So… when I changed my plan and compiled the component and use it instead these non existent

Re: Command Symbol as part of Title of Button

2019-01-16 Thread John J Foster via 4D_Tech
info/info/unicode/char/2318/fontsupport.htm > > > > On 1/16/2019 1:13 PM, John J Foster via 4D_Tech wrote: >> Hi All, >> I would like to show a command symbol (and option of shift as well) as part >> of the Title in a button. >> For example if I have a butto

Re: Command Symbol as part of Title of Button

2019-01-16 Thread John J Foster via 4D_Tech
Hi Tai, No I was trying it the “quick” way! I’ll give it a try. Thank you! John… > On Jan 16, 2019, at 2:27 PM, Tai Bui wrote: > > Hi, > > Have you tried the OBJECT SET TITLE command? > > OBJECT SET TITLE(*;"Button";Char(8984)+"T") > Works for me on Windows and Mac, 4Dv16 and 4Dv17. >

Re: Command Symbol as part of Title of Button

2019-01-17 Thread John J Foster via 4D_Tech
Hi Arnaud, Thanks for the code. I’m all bout certain that I’ll handle it via code and OBJECT SET TITLE. Appreciate, John... > Hi John, > I use the following method to get the unicode value from some 4D constants: > > + > //UI_KeyboardGetChar (keyCode_l) -> code > //$0 code

Re: Command Symbol as part of Title of Button

2019-01-17 Thread John J Foster via 4D_Tech
Hey Wayne, Thanks for the idea. John... > John, > > What I've done in the past (using Greek characters) was create an xliff > file (which is in UTF-8) with the text in it. I'm pretty certain that > worked in v13+ ** 4D

Re: Build Application “No License is Installed" and ...

2019-02-25 Thread John J Foster via 4D_Tech
Hi Koen, So looking at the "Licenses & Certificate” tab I would have to answer no. Ahhh… So I updated them and then clicked on the Build and I got an error “Unknown error”. Very descriptive! So thank you Koen I am closer. Now to figure out the next level of challenges. Might this error have

Re: Build Application “No License is Installed" and ...

2019-02-25 Thread John J Foster via 4D_Tech
Hi Steve, I don’t think so? Running 4D Server or 4D Pro or 4D Standalone require different licenses. I just updated recently and the 4D Pro seems to work fine. John... > Is it that you have two separate licences - should you not just have the > partner licence for both or the developer

Re: Build Application “No License is Installed" and ...

2019-02-25 Thread John J Foster via 4D_Tech
Hi All, Yea further success! Turns out the error was due to a form that had a dot as part of it’s name. “thisFrom.d” Changed the for to and underscore and passed that part and now on to learning/understanding the code signature process. Error: “Code Signature Failed” I know this was

Re: Build Application “No License is Installed" and ...

2019-02-26 Thread John J Foster via 4D_Tech
Hey All, If I have no intention of placing my standalone (w/engine) app in the Apple store do I need to concern myself with an app certificate? Do I need to worry about an app certificate on the windows side as well? John... > > Hi Koen, > > So looking at the "Licenses & Certificate” tab I

Fwd: Debugger window corruption

2019-03-01 Thread John J Foster via 4D_Tech
\AppData\Roaming\4D\4D Window Bounds v15 > C:\Users\Doug\AppData\Roaming\4D Server\4D Window Bounds v14 > > > -- > Douglas von Roeder > 949-336-2902 > > > On Fri, Mar 1, 2019 at 10:08 AM John J Foster via 4D_Tech > <4d_tech@lists.4d.com <mailto:4d_tech@lists.4d.com>&g

Ref: Debugger window corruption

2019-03-01 Thread John J Foster via 4D_Tech
>> >> \Volumes\C\Users\Doug\Application Data\4D Server\4D Window Bounds v14 >> \Volumes\C\Users\Doug\Application Data\4D Server\4D Window Bounds v15 >> C:\Users\Doug\AppData\Roaming\4D\4D Window Bounds v15 >> C:\Users\Doug\AppData\Roaming\4D Server\4D Window Bounds v14 >> >&

Debugger window corruption

2019-03-01 Thread John J Foster via 4D_Tech
Hi All, Mac OS 12.6 4D 15.2 (have to stay with this version until client upgrades to v16/v17). In the last few days I’ve experienced a strange Debugger issue (corruption) that I cannot seem to fix. I think it happened after a crash. What is happening is that the top parts of the debugger

Ref: Debugger window corruption

2019-03-01 Thread John J Foster via 4D_Tech
; config file. From my “4D Text File Locations” document: >>> >>> >>> C:\Users\Doug\Application Data\4D\4D Window Bounds >>> v15\development\[projectForm] >>> Change "explo_preview" >>> Refer to Explorer.json file in 4D/14.5 (OS X)

Re: Debugger window corruption

2019-03-01 Thread John J Foster via 4D_Tech
Mobile: (608) 347-6447 > Sun Prairie, WI 53590 > > E-Mail: s.o...@the-aquila-group.com > * > > -Original Message- > From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of John J Foster vi

Ref: Debugger window corruption

2019-03-01 Thread John J Foster via 4D_Tech
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

Build Application “No License is Installed" and ...

2019-02-25 Thread John J Foster via 4D_Tech
Hi All, I know this has been discussed but I couldn’t anything but really old nug posts. I am using my 4D v17 Partner licenses which have been updated this February. So I am current! The License Manage reflects both: 4D Developer Professional v17 R4 —> February 2020 4D Unlimited Desktop 4D

Windows Build - STR# 10135, 18/19 Folders

2019-03-10 Thread John J Foster via 4D_Tech
Hey All, I couldn’t find anything in KB that explained this situation. Windows 10 - 4D v17r4 I just noticed that the build of an engined version of my app creates two foldersnamed: STR# 10135, 18 -> Appname.4dbase -> includes the .4DC/.4DIndy files STR# 10135, 19 -> Appname -> includes

Re: Windows Build - STR# 10135, 18/19 Folders

2019-03-10 Thread John J Foster via 4D_Tech
Hi Randy, Thanks! I’ll send it to you via your email and reduce my NUG noise. Appreciate, John… > I'll be glad to look at your buildapp.xml file if you want to send it to me. > > Randy Engle ** 4D Internet Users Group (4D

Windows app 3-4 times slower

2019-03-08 Thread John J Foster via 4D_Tech
Hi All, This App is running under both Mac/Windows 4D v17R4... You might recall, a week ago or so, that I was soliciting help with creating an engined based 4D App. I figured that part out (although certification later). What I am finding baffling is how much slower the engine runs on windows

Re: Windows app 3-4 times slower

2019-03-08 Thread John J Foster via 4D_Tech
Hi Randy, > Processor: i3 vs i7 Is it really that much slower? If so then I got duped as I thought I was getting a reasonably faster Laptop 6 months ago. Thanks, John… ** 4D Internet Users Group (4D iNUG) Archive:

Re: Windows app 3-4 times slower

2019-03-08 Thread John J Foster via 4D_Tech
Hi Ken, Yea I’m beginning to see that the windows laptop is a lot slower then the MacBook Pro. So maybe I do need a newer laptop just for testing purposes. Then I can see how fast it will be across a range of processors. I want to know what the potential user base will experience so I can

Re: Windows app 3-4 times slower

2019-03-08 Thread John J Foster via 4D_Tech
Hey Chip, Thanks for the info. Very helpful. I tend to bury my head in the sand when it comes to hardware. But now I need to pull it back out so my perspective is correct. Appreciate, John… > On Mar 8, 2019, at 2:49 PM, Chip Scheide <4d_o...@pghrepository.org> wrote: > > in speed order >

Build STR# 10135, 18/19 Folders

2019-03-08 Thread John J Foster via 4D_Tech
Hey All, Windows 10 - 4D v17r4 I just noticed that the build of an engined version of my app creates two folders (as it should) named: STR# 10135, 18 -> Appname.4dbase -> includes the .4DC/.4DIndy files STR# 10135, 19 -> Appname -> includes executable Is this related to the application build

Re: Windows app 3-4 times slower

2019-03-08 Thread John J Foster via 4D_Tech
Hi Tom, I do have Parallels but it’s currently running windows 7 I think. I think it would be a good idea to get windows 10 and install it with Parallels and see how that works out. Like you say it would be a better comparison then. OTOH, now that I realize I have a slow laptop, it gives me a

Re: Windows Build - STR# 10135, 18/19 Folders

2019-03-11 Thread John J Foster via 4D_Tech
Hi All, Windows 4D v17R4 Engined running under Windows 10 Home. I cannot see any examples or tech tips or 4D NUG where it’s mentioned that a build of an engined version of my app creates two folders like: STR# 10135, 18 -> Appname.4dbase -> includes the .4DC/.4DIndy files STR# 10135, 19 ->

On Drag Over Behavior

2019-02-14 Thread John J Foster via 4D_Tech
Hi All, V17R4 Mac I have an interface with an Listbox on the left side and four text variables on the right. When I drag over the text areas I want the variable to reflect that It’s in a receptive drop state. I am dragging some concatenated data that drops on top of the variable. This works

Re: On Drag Over Behavior

2019-02-14 Thread John J Foster via 4D_Tech
n… > >> On Feb 14, 2019, at 11:55 AM, John J Foster via 4D_Tech >> <4d_tech@lists.4d.com <mailto:4d_tech@lists.4d.com>> wrote: >> >> would like to see the variable get hi lighted or something. But not

Re: On Drag Over Behavior

2019-02-14 Thread John J Foster via 4D_Tech
Hey Chip, I do understand how to get what I want but it appears that the UI optics have changed from earlier versions. However, thanks for sharing your logic and code fragments. John... > conceptually - 4D should do the cursor change for you > > (declaimer: not v17) > I have selection list

Hierarchical List Properties

2019-02-05 Thread John J Foster via 4D_Tech
Hi All, 4D v17… I have played around with both a hierarchical listbox (HLB) and a hierarchical list object (HL). The form object that comes close to providing the behavior (HLB creates extra unwanted rows incorrectly placed) I need is the Hierarchical List (HL). The challenge is that the

Re: Hierarchical Listbox Row with leading Icon (like hierarchical list)

2019-04-09 Thread John J Foster via 4D_Tech
Hi Kirk, I wouldn’t miss it! Good to know. Tks, John… > From: Kirk Brooks mailto:lists.k...@gmail.com>> > > Hey John, > If you can make it to the World Tour JPR has a v17 listbox demo that does > this. ** 4D Internet Users

Hierarchical Listbox Row with leading Icon (like hierarchical list)

2019-04-08 Thread John J Foster via 4D_Tech
Hi All, I’m trying to duplicate the look and feel (in as much as it’s possible) of a hierarchical list but using a Hierarchical Listbox. I know we can add an icon to the column header. But I want to have a different icon displayed for each level of the hierarchy. In fact I’d like to

Re: Migrating 4D Write Pictures to 4D Write Pro Objects

2019-05-15 Thread John J Foster via 4D_Tech
Hi All, There’s an implied assumption that Migrating 4d-write documents stored in picture fields will work using the v17 component. I didn't see any caveats as to preparing 4D Wrote docs in earlier versions. So, as Randy offered, maybe that’s the correct path. Maybe I should change the docs

Re: Migrating 4D Write Pictures to 4D Write Pro Objects

2019-05-15 Thread John J Foster via 4D_Tech
gt; Email : tpen...@4d.com > Web : www.4D.com > > > > > > On 5/15/19, 8:27 AM, "4D_Tech on behalf of John J Foster via 4D_Tech" > <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: > >Hi All, > >

Re: Migrating 4D Write Pictures to 4D Write Pro Objects

2019-05-15 Thread John J Foster via 4D_Tech
Hi Tim, I’m guessing not since I went back on the downed site and relaxed that the first download is 64bit and that you have to search and click into another link which then opens the ftp download page to find the 32bit versions. I am presently doing this and will try this again … BTW, the

Re: 4D Write Pro: License or privilege error

2019-05-15 Thread John J Foster via 4D_Tech
y BLOB is acceptable as a >> parameter. I might have missed it in the earlier email but is your $blob >> contain a document or is it just an empty BLOB? >> >> -- >> Douglas von Roeder >> 949-336-2902 >> >> >> On Tue, May 14, 2019 at 4:41 PM John

SVG images (Windows) with white background (NOT WANTED!)

2019-06-11 Thread John J Foster via 4D_Tech
Hi All, 4D v17 R4 and R5 (macintosh 10.12.6 and Windows 10 Pro) standalone Codebase is identical on each computer. SVG documents that are using SVG images (embedded, I guess). These worked well but referenced images were via a path on disk. So moving them to another computer the images are not

Re: SVG images (Windows) with white background (NOT WANTED!)

2019-06-11 Thread John J Foster via 4D_Tech
Hi All, Ignore as it appears even though I copied over the folder from the Mac to the Windows directory it did not replace the images and therefore it was using some older ones. When I deleted everything from the windows resource folder and pasted from the mac it worked as expected. At least

Re: Printing structures

2019-05-09 Thread John J Foster via 4D_Tech
Hey Cannon, So that’s why I have some tables that the size of Canada! Thanks for the heads up. John… > On May 9, 2019, at 12:00 PM, 4d_tech-requ...@lists.4d.com wrote: > > Just a heads up on a bit of code that won’t work in countries that use a > decimal place instead of a comma. In the

Migrating 4D Write Pictures to 4D Write Pro Objects

2019-05-14 Thread John J Foster via 4D_Tech
Hi All, 4D v17R4 Windows and Macintosh Stand alone and 4D Server I do not have an old 4D Write plugin only the new 4D Write Pro App upgraded from 4D 2012 to 4D V17 I am working on the final v17 conversion piece migrating older 4D Write saved in picture field to 4D Write Pro saved in object

4D Write Pro: License or privilege error

2019-05-14 Thread John J Foster via 4D_Tech
Hi All, Tried: Partner (silver) versions of 4D v17R4, R5 and v17.1 Windows and Macintosh Stand alone and 4D Server. (Seem to work for everything else I've tried except 4D Write Pro) I keep getting a ... -9949 License or privilege error at this 4D Write Pro command [Templates]wpTemplate:=WP

Re: Migrating 4D Write Pictures to 4D Write Pro Objects

2019-05-14 Thread John J Foster via 4D_Tech
-- > Randy Jaynes > Senior Programmer and Customer Support > > http://printpoint.com <http://printpoint.com/> • 845.687.3741 • PrintPoint, > Inc • 57 Ludlow Lane • Palisades, NY 10964 > Please send all email contacts to supp...@printpoint.com > <

Re: 4D Write Pro: License or privilege error

2019-05-14 Thread John J Foster via 4D_Tech
Hi Pat, Yes $blob has been defined in each method. And "$wpDoc:=WP New” generates the same error. John… > > Has $blob been defined? > Do you get the error if you call: > > $wpDoc:=WP New ** 4D Internet Users Group (4D iNUG)

Re: 4D Write Pro: License or privilege error

2019-05-14 Thread John J Foster via 4D_Tech
4D Write document. It doesn’t appear that an empty BLOB is acceptable as a > parameter. I might have missed it in the earlier email but is your $blob > contain a document or is it just an empty BLOB? > > -- > Douglas von Roeder > 949-336-2902 > > > On Tue, May 1

Re: 4D Write Pro: License or privilege error

2019-05-22 Thread John J Foster via 4D_Tech
other 2, I have virtually (no pun intended) had zero issues to deal with. > It just woks. > > John > > >> On May 22, 2019, at 10:29 AM, John J Foster via 4D_Tech >> <4d_tech@lists.4d.com> wrote: >> >> HI Pat, >> >> Outside of Paral

Re: 4D Write Pro: License or privilege error

2019-05-22 Thread John J Foster via 4D_Tech
HI Pat, Outside of Parallels past slowness I haven't noticed any of these issues. I do other development in other apps and so far haven’t noticed any issues (famous last words!). But thanks for the reminder that there are other options. I might give it a try when I can plan in some time.

Re: Migrating 4D Write Pictures to 4D Write Pro Objects

2019-05-16 Thread John J Foster via 4D_Tech
Hi Armin, Thanks I’ll give it a try. Appreciate, John… > On May 16, 2019, at 12:00 PM, 4d_tech-requ...@lists.4d.com wrote: > > John, change the codec and it works > > The component has an error on this line and you have to change the Codec to > 4pct > > PICTURE TO BLOB($1;$blob;".4pct") >

Re: 4D Write Pro: License or privilege error

2019-05-21 Thread John J Foster via 4D_Tech
Hi All, Tim recommended that I contact 4D TS - which I did. It turns out I had two issues. 1. There seems to be some directory issue with Parallels. Apparently even though I log in as a particular user (the lonely one I set up) it looks like Windows 10 Pro setup a Public user as well. And

Re: 4D Write Pro: License or privilege error

2019-05-21 Thread John J Foster via 4D_Tech
Hi Steve, Can you say YUP!!! We don’t use the internal users/groups to manage users of the db. But we did at one time have a setup to manage concurrent users of 4D Write. But the client abandoned the idea and went with 40 plus 4D Write licenses. Anyway, they were not setup correctly and now

Re: 4D Write Pro: License or privilege error

2019-05-20 Thread John J Foster via 4D_Tech
Hi All, Windows OS 10 or Macintosh (10.12.6) ... Following all the various pieces of advice I have received I have installed 4D v17.1 32 bit and placed the 4D Write plugin. Upon every execution of a line of code with a 4D Write command I receive these errors: Incompatible version. You need

Re: 4D Write Pro: License or privilege error

2019-05-20 Thread John J Foster via 4D_Tech
> Fax : +1-408-271-5080 > Email : tpen...@4d.com > Web : www.4D.com > > > > > > -Original Message- > From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of John J Foster via > 4D_Tech > Sent: Monday, May 20, 2019 11:55 AM > To:

Code import .ics files

2019-05-07 Thread John J Foster via 4D_Tech
Hi All, OS X 4D v17... Before reinventing the wheel (I know I wrote code like this years ago but can’t locate it) does anyone have any simple code that will read an .ics file for parse/import purposes? Currently planning just to import BusyCal exported files. Then parse and use for some

4D World Tour - Seattle

2019-05-04 Thread John J Foster via 4D_Tech
Hi All, I am sending this knowing that there is only one more stop in San Jose. But if you have any doubts about going please don’t. Take advantage of the first free day with a free lunch and fellow camaraderie. And get teased about the content of the 2nd day. For me I think I finally

Re: 4D World Tour - Seattle

2019-05-06 Thread John J Foster via 4D_Tech
Hi Tom, > It appears to address what I’ve long considered to be a major shortcoming in > 4D - the lack of support for automated testing. Oh yes, automated testing! That will be a real boon for the developmental process. If it could be made easier I think more developers would use it. And now

Re: Printing structures

2019-05-08 Thread John J Foster via 4D_Tech
Alexander, Very nice. Makes me harkens back to my DataPulse/StructurePulse days. Appreciate, John… > On May 8, 2019, at 9:42 AM, Herr Alexander Heintz via 4D_Tech > <4d_tech@lists.4d.com > wrote: > > Hi folks, > > been a while, i know… > needed something to

Re: 4d-write-like-toolbar-example-for-4d-write-pro help

2019-06-26 Thread John J Foster via 4D_Tech
84.en.html> > > Best regards, > Jeremy > > >> On Jun 26, 2019, at 2:38 PM, John J Foster via 4D_Tech <4d_tech@lists.4d.com >> <mailto:4d_tech@lists.4d.com>> wrote: >> >> So I am trying to use the “classic” 4D Write toolbar - as a component

Re: 4d-write-like-toolbar-example-for-4d-write-pro help [SOLVED]

2019-06-26 Thread John J Foster via 4D_Tech
y** the Write Pro area has focus. >> (Note the toolbar has “Focusable” **uncheck**.) >> >> Write Pro standard actions (for v17.2) are listed at: >> https://doc.4d.com/4Dv17/4D/17/Using-4D-Write-Pro-standard-actions.200-3726284.en.html >> >> <https://doc.4d.

4d-write-like-toolbar-example-for-4d-write-pro help

2019-06-26 Thread John J Foster via 4D_Tech
Hi All, 4D v17.1 windows (and Mac) (dot release only as client will not use “R” releases) This means that I cannot use any 4D Write Pro functionality included in any of the “R” release including the 4D Write Pro widget. So I am trying to use the “classic” 4D Write toolbar - as a component - in

Hierarchical List - Controlling Row Height

2019-07-01 Thread John J Foster via 4D_Tech
Hi All, 4D v17r… (Mac and Windows) Have a need to use a Hierarchical List with sublist with a leading icon for each row. And I need to manage the spacing between rows. I have researched the docs (hoping I just missed it) and the NUG and have not found a way to control the row height. The

Re: Hierarchical List - Controlling Row Height

2019-07-01 Thread John J Foster via 4D_Tech
OPERTIES.301-4055115.en.html > <https://doc.4d.com/4Dv17R4/4D/17-R4/SET-LIST-PROPERTIES.301-4055115.en.html> > >> On Jul 1, 2019, at 11:33 AM, John J Foster via 4D_Tech >> <4d_tech@lists.4d.com> wrote: >> >> control the row height >

Problem on the Resources data table

2019-04-23 Thread John J Foster via 4D_Tech
Hi All, I’ve seen this error listed in the NUG once by Bob McKeever and there were no responses to it. So... I am currently running on Macintosh 4D v17 R4 trying too create a clean structure - one that I have been working on for many weeks (many changes over a structure that started life in

Re: 4D Security White Paper

2019-04-23 Thread John J Foster via 4D_Tech
Hey Ronnie, Along with what others have posted take a look at these links on 4DBlog on 4D v17 and the first one is a post of a new data encryption feature: https://blog.4d.com/get-started-with-encryption-in-4d/ and there is an older one

Re: Hierarchical Listbox Row with leading Icon (like hierarchical list)

2019-04-09 Thread John J Foster via 4D_Tech
Hey Doug, I have a simple hierarchical list of for example different kinds of charts (pie, bar, scatter, etc.): Company name at level 1 Charts at level 2 (there will be one or more) Another column at level 2 but hidden. I’d like to have a company icon displayed at level 1 I’d like a different

Fwd: Hierarchical List - Controlling Row Height [SOLVED]

2019-07-01 Thread John J Foster via 4D_Tech
re! > > Thanks Jeremy! > > Appreciate, > John… > > >> On Jul 1, 2019, at 9:37 AM, Jeremy French wrote: >> >> Maybe the SET LIST PROPERTIES command to set row height? >> https://doc.4d.com/4Dv17R4/4D/17-R4/SET-LIST-PROPERTIES.301-4055115.en.html &g

Re: Resize Window and Move Code (RESOLVED)

2019-07-29 Thread John J Foster via 4D_Tech
Hi Tom, You noticed how I used the most technically correct jargon! Good for you. Although not the way urban dictionary used the phrase. I don’t like screens that fill up the entire monitor. I like them to look like they’re floating on the screen. Thus margin on air is equivalent to another

[OFF] For Chuck Miller - InformedRecordLock

2019-09-14 Thread John J Foster via 4D_Tech
Hey Chuck, Can you please check your email (likely went into spam) for an email I sent regarding InformedRecordLock? Thanks, John… ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options:

Resize Window and Move Code

2019-07-28 Thread John J Foster via 4D_Tech
Hi All, 4D v17R5 (Mac and Win) I’ve been wrestling with this for a while and have had mixed and ugly results (I know I had this code in an earlier app and can’t find it!) I have a popup menu on an open form. This popup allows the user to select a screen size for the window. But I’d like the

Re: Resize Window and Move Code

2019-07-29 Thread John J Foster via 4D_Tech
NDOW > >> 2019/07/29 7:56、John J Foster via 4D_Tech <4d_tech@lists.4d.com>のメール: >> Doe anyone have an code they’d be willing to share for managing >> both the resize and moving of a window to the exa

Re: More on 4D Objects and 'Inheritance'

2019-09-19 Thread John J Foster via 4D_Tech
Hi Aparajita, I would be interested as well. Especially object-oriented programming in 4D v17 with a messaging system that takes advantage of new 4D concepts. And good quality reusable examples to speed up the integration into 4D v17R... And the API one as well. John… > - Revolutionize

Re: Sheets on Windows

2019-11-21 Thread John J Foster via 4D_Tech
Hi All, In order to make a “Sheets” like location on windows (so this cross-platform app looks similar) I did the following: If you use Kirk’s code as a starter (which is quite flexible) or your own then all you need to do is to adjust a few properties. On the Windows you can get a Sheet like

Re: PRINT SETTINGS Not setting OK to 1

2019-12-11 Thread John J Foster via 4D_Tech
Hi All, So it appears that my client (in Michigan) and I (in Seattle) with running the current versions of Windows 10 Pro and 4D v17.2 64-bit are the only developers experiencing this issue? 4D Tech Support do you have any ideas? Suggestions? Seen the issue? I looked at 4D v17.3 64-bit but

Re: PRINT SETTINGS Not setting OK to 1

2019-12-12 Thread John J Foster via 4D_Tech
Hey Tim (et al), Some curious facts: 1. Placing PRINT SETTINGS in the on load works and returns OK=1 if Print or PDF selected. 2. Once the form is loaded and a button is clicked - really any button - the same PRINT SETTINGS command will be equal to 0 (zero) no matter what is selected. 3.

Re: Windows Build - STR# 10135, 18/19 Folders

2019-12-12 Thread John J Foster via 4D_Tech
Hi Allan, > Did you ever get to the bottom of this? Not that I recall. I discovered that I could just go inside the folder and use the compiled app. However, I have been using 4D v17R5 and I don’t see it anymore. And I’m not sure when it stopped being created? Sorry I can’t be more help

Re: PRINT SETTINGS Not setting OK to 1

2019-12-11 Thread John J Foster via 4D_Tech
Hey Tim, So created a new db with only this code appears to work: PRINT SETTINGS If (OK=1) ALERT("Print!") Else ALERT("Cancelled!") End if So there is something in our application that has caused this behavior. So I’ll have to figure a way to troubleshoot. I guess that’s

Re: PRINT SETTINGS Not setting OK to 1

2019-12-12 Thread John J Foster via 4D_Tech
Hi Tim (et al), This is just weird! If I trace it and look to see the value of the OK button it’s alway zero. If I place this code: PRINT SETTINGS If (OK=1) ALERT("Print OK=1") Else ALERT("Cancel OK=0") End if It correctly displays ALERT("Print OK=1”) although in TRACE OK=0.

PRINT SETTINGS Not setting OK to 1

2019-12-10 Thread John J Foster via 4D_Tech
Hi All, We are running 4D v17.2 64-bit on Windows 10 pro and we have noticed that… PRINT SETTINGS is Not setting OK to 1 And thus code and pronging is not happening. I’m not sure if it’s everywhere or just in the single method? Nothing fancy about the code: QUERY([Reports];[Reports]Rep Set

Re: Making a package of a built Mac volume desktop

2019-10-15 Thread John J Foster via 4D_Tech
Hi Paul, I am using the same Mac 4D v17r5 (standalone) and the volume desktop build creates an application compete with everything required inside of it. For example after the build my applications is named: myApp.app If I double-click it will indeed open as expected. If we go deeper into

RE: Making a package of a built Mac volume desktop

2019-10-15 Thread John J Foster via 4D_Tech
Hi David, I went this route and it worked for me. I also purchased DropDMG and it’s really simple. BUT… I have not tired to send anything to Apple for it’s approval. So I don’t know how that part works or how long it takes. Otherwise I wish Windows were as easy. John... > Paul, > > You’ll

Re: Making a package of a built Mac volume desktop

2019-10-15 Thread John J Foster via 4D_Tech
Hi Paul, I don think it makes much sense to keep the data file in the built application. I think it will be deleted each time a new build is completed. On the Mac I opted to install the myApp in the Application folder. I have installed the data file in the Documents folder inside it’s own

RE: Making a package of a built Mac volume desktop

2019-10-16 Thread John J Foster via 4D_Tech
Hi David, That sucks! It’s hard enough to spend the time trying to figure it out and then to discover a bug. I’m Still running the app from OS 10.12.6 so I’m guessing the bug is not there since it worked. I wish I could give you something more tangible than empathy. John… > Apparently,

Re: Sheets on Windows

2019-11-20 Thread John J Foster via 4D_Tech
Hey Kirk, Thanks! I figured someone must have figured out the correct window type. Oh cool it looks localized as well? Appreciate, John… > Hey John, > This might help. You pass an object with the various params and it will > open a new window within the bounds of whatever window you call it

Sheets on Windows

2019-11-19 Thread John J Foster via 4D_Tech
Hi All, 4D v17R5 Mac and Windows (running as engined app) I love how Mac OS handles windows as sheets. But on windows the same window opens centered (I think) in the screen. I’d like to get as close to similar behavior as possible. Before I spend time doing this I am wondering … Has anyone

Windows Code Signing

2019-10-07 Thread John J Foster via 4D_Tech
Hi All, I’ve been trying to create a process for installing a cross-platform volume application. I’ve been modeling the approach off of 4D TN "18-15_Application Signing with 4D” which cover both Macintosh and Windows. I got the Macintosh side handled (installer is DMG Canvas $20) now I am

  1   2   >