Re: SEND / RECEIVE RECORD questions

2017-08-10 Thread Robert McKeever via 4D_Tech
I’ve done this a lot over the years. You send from a specific table. Likewise, you receive into a specific table. The receive goes in field order. Internally, the datafile keeps a mini-structure map for each record that is written at the time the record is written. Then, if you change a field

livedoc 4D v16 R5??

2017-08-10 Thread John Baughman via 4D_Tech
Just on the livedoc site and noticed a new tab… 4D v16 R5 Nothing in the tab, but the next tab over is 4D v16 R4 BETA. H what's up with that? Probably just a transient thing and likely a mistake, but interesting. John John Baughman Kailua, Hawaii (808) 262-0328 john...@hawaii.rr.com

How to show / hide all on Property List in v16?

2017-08-10 Thread Kirk Brooks via 4D_Tech
In prior versions when working with a form and the Property List is displayed I could show/hide all panes on the list by holding the Control (not the Command) key and clicking on one of the pane triangles. This doesn't work for me in v16. I've tried on two different Macs, one running Sierra and

RE: Anybody using the TimePicker widget - TimePicker SET STEP

2017-08-10 Thread Timothy Penner via 4D_Tech
Hi John, I found this as the first hit when I searched kb.4d.com for the term widget: Tech Tip: TimePicker widget can only be modified if placed on page 0 or 1 of the form http://kb.4d.com/assetid=77479 Hit #3 in the list was this: Tech Tip: Using widgets on page 2+

Re: Anybody using the TimePicker widget - TimePicker SET STEP

2017-08-10 Thread John Baughman via 4D_Tech
Is the page one requirement documented anywhere. Looked and could not find it. If not, perhaps it should be. John > On Aug 10, 2017, at 12:01 PM, John Baughman wrote: > > >> On Aug 10, 2017, at 11:17 AM, Keisuke Miyako via 4D_Tech >> <4d_tech@lists.4d.com

Re: Anybody using the TimePicker widget - TimePicker SET STEP

2017-08-10 Thread John Baughman via 4D_Tech
> On Aug 10, 2017, at 11:17 AM, Keisuke Miyako via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > and the widget must be used on page 0 or 1. Ah Ha! That was the problem. My widget is on page 2. In any event works in an on timer event. John John Baughman Kailua, Hawaii (808) 262-0328

Re: SEND / RECEIVE RECORD questions

2017-08-10 Thread Kirk Brooks via 4D_Tech
Miyako, Thanks for the reassurance. Does the matching work based on the table/field names or numbers? On Thu, Aug 10, 2017 at 2:05 PM, Keisuke Miyako via 4D_Tech < 4d_tech@lists.4d.com> wrote: > RECEIVE R. command is capable of processing records sent from pre-v11 > versions, > it looks at the

Re: Relative path in SVG DOM

2017-08-10 Thread Ortwin Zillgen via 4D_Tech
> The thing is that the SVG is actually an interactive map. > > So when I load the SVG from a blob field, then where does it go to find the > file with the relative path ‘../Image.jpg’ ? if the SVG is displayed in a webarea, save the SVG to disk in a location appropriate to the relative path

Re: Anybody using the TimePicker widget - TimePicker SET STEP

2017-08-10 Thread Douglas von Roeder via 4D_Tech
"form local" = new (and much better) name for a dynamic variable? -- Douglas von Roeder 949-336-2902 On Thu, Aug 10, 2017 at 2:17 PM, Keisuke Miyako via 4D_Tech < 4d_tech@lists.4d.com> wrote: > it works on ON LOAD, but the widget's variable must be declared with > C_TIME, > or set to create a

Re: Anybody using the TimePicker widget - TimePicker SET STEP

2017-08-10 Thread Keisuke Miyako via 4D_Tech
it works on ON LOAD, but the widget's variable must be declared with C_TIME, or set to create a form local (no variable name, type=time in property list.) and the widget must be used on page 0 or 1. > 2017/08/10 16:13、John Baughman via 4D_Tech <4d_tech@lists.4D.com> のメール: > The sample code in

Re: Relative path in SVG DOM

2017-08-10 Thread Keisuke Miyako via 4D_Tech
unless there is a way to define the base URL, I don't think it is possible to specify relative paths in SVG which is itself not a file on disk. my guess would be that the path is considered a name, searched in the current directory of the executable. unless the SVG is a file on disk, I think

Re: SEND / RECEIVE RECORD questions

2017-08-10 Thread Keisuke Miyako via 4D_Tech
RECEIVE R. command is capable of processing records sent from pre-v11 versions, it looks at the header and converts ANSI to Unicode text as necessary. > 2017/08/11 5:51、Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> のメール: > And what about changes across 4D versions? Like attempting to RECEIVE >

SEND / RECEIVE RECORD questions

2017-08-10 Thread Kirk Brooks via 4D_Tech
Hi folks, I have never really used SEND RECORD and RECEIVE RECORD. I get the theory of it and the docs explain the mechanism. I'm wondering what happens when you attempt to use them and the structures have changed? Or tables or fields were re-named? And what about changes across 4D versions? Like

Re: Relative path in SVG DOM

2017-08-10 Thread Two Way Communications via 4D_Tech
Hi Keisuke, Ok, that puts it into perspective ;-) The thing is that the SVG is actually an interactive map. So when I load the SVG from a blob field, then where does it go to find the file with the relative path ‘../Image.jpg’ ? Regards, Rudy Mortier Two Way Communications bvba

Re: Method Header Strategies

2017-08-10 Thread Chip Scheide via 4D_Tech
the old "standard" of: If (false) // block of comments end if is outdated for a variety of reasons - it started because it made interpreted code faster - as the interpreter would try to 'execute' each line of comment. This was on Motorola 680xx/Intel x86 processors running at a few 10s to a

Re: Anybody using the TimePicker widget - TimePicker SET STEP

2017-08-10 Thread John Baughman via 4D_Tech
OK. I figured it out. The sample code in the picker method calls TimePicker SET STEP in the On Load form event. That does not work. Apparently it has to be called after the form is loaded. So I set a timer and am call all the setup commands in the On Timer event. Works now. Also if you are

Re: Animated Notifcation

2017-08-10 Thread Sujit Shah via 4D_Tech
Great thanks - thats the one On Thu, Aug 10, 2017 at 3:22 PM, Keisuke Miyako via 4D_Tech < 4d_tech@lists.4d.com> wrote: > did you mean... > > > AnotherTip 2.0 is available > > ——— > > > > AJAR SA is pleased to announce a new release of the 4D widget : Another > Tip 2.0 >