[ANN] AJUI_Button 1.2

2019-12-18 Thread Maurice Inzirillo - AJAR via 4D_Tech
* * * AJUI_Button - Button widget for 4D * * * I'm proud to announce our new release AJUI_Button 1.2 and it's new Lab & HDI : AJUI_ButtonLAB AJUI_Button is a modern button widget that offers a lot of flexibility and freedom to design your interface. What's new since version 1.0?

Re: All folders hidden in Apppackage/AppFolder...

2019-12-18 Thread Jeremy Roussak via 4D_Tech
Jörg, I can’t say anything useful about Windows. On a Mac, though, I have to echo Chip’s “why”? The folders you mention are already “hidden”, in the sense that they’re inside a package; although it’s a folder, it appears to be a single file and non-technical users won’t realise that it isn’t.

[ANN] AJUI_Breadcrumb 1.1

2019-12-18 Thread Maurice Inzirillo - AJAR via 4D_Tech
* * * AJUI_Breadcrumb - Navigation UI graphical tool * * * We are proud to announce our new release AJUI_Breadcrumb 1.1 and it's new Lab & HDI : AJUI_BreadcrumbLAB. What is a Breadcrumb? AJUI_Breadcrumb is one of the components of our AJ_Suite tools and components :

peer to peer app in 4D

2019-12-18 Thread Joe Dombroski via 4D_Tech
I am writing a basic app that will find people who are physically close to you. Kind of like Uber. Can 4D do that elegantly? -- Joe Dombroski --- ** 4D Internet

WEB GET BODY PART / VARIABLE TO BLOB / WEB SEND BLOB

2019-12-18 Thread Tim Daniels via 4D_Tech
I have a form to submit documents to 4D and use the WEB GET BODY PART to locate the document and store it: *WEB GET BODY PART*($loop;$ContentBlob;$PartName;$MimeType;$FileName) *If* ($PartName="wo_file") [Routing_file]File:=$ContentBlob // field is of type BLOB

Re: All folders hidden in Apppackage/AppFolder...

2019-12-18 Thread Chip Scheide via 4D_Tech
I suggested, privately, that he just encrypt the file(s) and this might resolve the issue as then no-one, theoretically, can access the file(s). On Wed, 18 Dec 2019 10:04:14 +, Jeremy Roussak via 4D_Tech wrote: > Jörg, > > I can’t say anything useful about Windows. On a Mac, though, I have

Re: Options for Connecting to MS SQL Server from OS X 10.14+

2019-12-18 Thread Charles Miller via 4D_Tech
Since you are on a Mac you might need driver. Actual technology has the best Regards Chuck On Wed, Dec 18, 2019 at 4:37 AM Narinder Chandi via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi all. We have a requirement to connect to MS SQL Server databases hosted > on AWS from 4D v17.3 on Mac OS

Re: FLUSH BUFFER

2019-12-18 Thread stardata.info via 4D_Tech
Hi David, I come back to you to let you know that the problem that i had told you about in the first post is persisting. Now i noticed that the cache that is occupied keep raising on every interaction that the client make with the server or more specific with the database. At this reguard

Re: FLUSH BUFFER

2019-12-18 Thread Chip Scheide via 4D_Tech
Ferdinando, the cache holds data previously accessed, in memory. This makes future access to the same data faster, as the computer does not have to re-read the source data from the hard drive. RAM is about 1000x faster then a hard disk drive, (nano sec access for RAM, millisec access times for

Re: FLUSH BUFFER

2019-12-18 Thread Chip Scheide via 4D_Tech
Ferdinando, try setting the cache to 8gig (8000MB) that is 50% of installed RAM. run it for a bit, see if this helps. Chip On Wed, 18 Dec 2019 17:30:46 +0100, stardata.info wrote: > These are the specific: > > 10.385.729 Data file > > 2.466.497 Index file > > Window server 2016 64

[ANN] AJUI_Tip 1.5

2019-12-18 Thread Maurice Inzirillo - AJAR via 4D_Tech
* * * AJUI_Tip • Tooltip widget for 4D * * * AJUI_Tip is a widget Tooltip for 4D that helps the user to understand unknown or unfamiliar objects or the result of a data entry process in a 4D Form. Today we are proud to announce our new release AJUI_Tip 1.5 and it's new Lab & HDI :

Re: FLUSH BUFFER

2019-12-18 Thread Chuck Miller via 4D_Tech
I think he said he was running 2003.x If so I would make cache much smaller. I would make it 1.5 gig and I would set auto flush on server to 1 minute Regards Chuck Chuck Miller Voice: (617)

Re: peer to peer app in 4D

2019-12-18 Thread Chuck Miller via 4D_Tech
I don’t think 4D is built for this, but what do you mean by close. Are they logged into 4D. Are they broadcasting their location in some way to another app? Chuck Chuck Miller Voice: (617) 739-0306

Options for Connecting to MS SQL Server from OS X 10.14+

2019-12-18 Thread Narinder Chandi via 4D_Tech
Hi all. We have a requirement to connect to MS SQL Server databases hosted on AWS from 4D v17.3 on Mac OS 10.14+. The use case scenario is likely to be that: * only a single user will need to connect, either via 4D Client or from 4D standalone - tbc * we may need to ingest large amounts of data

Re: peer to peer app in 4D

2019-12-18 Thread Neil Dennis via 4D_Tech
> m writing a basic app that will find people who are physically close to > you. Kind of like Uber. Can 4D do that elegantly? There is nothing build in for geo locations, but 4D is a great language and can be expanded with plugins to do anything that can’t be done native. You may not even need

Re: FLUSH BUFFER

2019-12-18 Thread Tim Nevels via 4D_Tech
On Dec 18, 2019, at 10:02 AM, David Samson wrote: > I come back to you to let you know that the problem that i had told you > about in the first post is persisting. > > Now i noticed that the cache that is occupied keep raising on every > interaction that the client make with the server or

Re: peer to peer app in 4D

2019-12-18 Thread Joe Dombroski via 4D_Tech
Hi Chuck, Yes it would require a location broadcast from each phone app. I would store the current location in 4D. -- Joe Dombroski 302-420-9480 --- ** 4D Internet

Re: FLUSH BUFFER

2019-12-18 Thread Chip Scheide via 4D_Tech
no he is running v13.4 - I and others have suggested updating to v13.6 as well. On Wed, 18 Dec 2019 12:17:15 -0500, Chuck Miller via 4D_Tech wrote: > I think he said he was running 2003.x If so I would make cache much > smaller. I would make it 1.5 gig and I would set auto flush on server > to

ListBox flickering on Windows

2019-12-18 Thread Pat Bensky via 4D_Tech
Using v17r6 I have a window which contains a large selection-based ListBox. When the record selection changes - eg after doing a search using the quick search widget, the listbox flickers annoyingly. If the listbox is empty, this flickering happens when the mouse pointer is moved over another

Re: WEB GET BODY PART / VARIABLE TO BLOB / WEB SEND BLOB

2019-12-18 Thread Keisuke Miyako via 4D_Tech
Hello, looks like you are using the wrong command for conversion. v. to blob creates byte stream that only 4D understands. should use "picture to blob" instead. > 2019/12/19 1:02、Tim Daniels via 4D_Tech <4d_tech@lists.4d.com>のメール: > > *VARIABLE TO BLOB*([Routing_file]File;$blob) > *WEB SEND

Re: ListBox flickering on Windows

2019-12-18 Thread Keisuke Miyako via 4D_Tech
I think the first step necessary here is to isolate the problem, using a brand new listbox on a plain window. if there is no flickering there, it might be a combination of factors, such as window type, cascaded background objects, page number, etc. > 2019/12/19 8:48、Pat Bensky via 4D_Tech

Button is disabled when compiled - Mac only

2019-12-18 Thread Pat Bensky via 4D_Tech
Using v17r6 I have a small button on a data entry form. Click it and a popup menu lets you chose from a couple of options. When the app is compiled, this button is always disabled - on a Mac. On Windows it is enabled. There is no code that disables it. There is no Standard Action selected for it.