Re: How to collapse/expand all panes in Property List (v16)

2017-03-26 Thread Jeremy French via 4D_Tech
In v16, control-click works for me to expand/collapse all Property List themes. What happens if you quit and restart 4D? > On Mar 26, 2017, at 9:02 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > In v16 it seems I the ability to collapse all panes in the Property List > (when

How to collapse/expand all panes in Property List (v16)

2017-03-26 Thread Kirk Brooks via 4D_Tech
Hi folks, In v16 it seems I the ability to collapse all panes in the Property List (when editing a form) is removed. Since at least v13 you could control click on a pane arrow to collapse/expand all. Now that doesn't work - at least on a Mac. Is this a bug or a feature? -- Kirk Brooks San

Re: 4D v15.4: Internet commands *SOLVED*

2017-03-26 Thread Keisuke Miyako via 4D_Tech
my speculation is that the new line characters have been removed so that the base64 string can now be incorporated more easily as data URIs in SVG and HTML, but I do not know the full story. as a stop-gap measure I posted this plugin https://github.com/miyako/4d-plugin-base64 2017/03/15

Re: 4D email client from Dave Batton, where to get the old sample 4DB ?

2017-03-26 Thread Keisuke Miyako via 4D_Tech
Web 2.0 Pack was released more than 10 years ago (v2004). then, the Live Window Plugin was the predecessor to the Web Area form object introduced in v11.2. I am afraid the project (TinyMCE or something similar) has very limited value today. 2017/03/26 0:15、Armin Deeg via 4D_Tech

Re: [4DTidbits Blog] Epoch & Unix Timestamp Conversion

2017-03-26 Thread Keisuke Miyako via 4D_Tech
you could also... C_LONGINT($yearPosition;$monthPosition;$dayPosition) C_TEXT($digitPosition) GET SYSTEM FORMAT(Short date year position;$digitPosition) $yearPosition:=Num($digitPosition) GET SYSTEM FORMAT(Short date month position;$digitPosition) $monthPosition:=Num($digitPosition) GET SYSTEM

Re: [4DTidbits Blog] Epoch & Unix Timestamp Conversion

2017-03-26 Thread Herr Alexander Heintz via 4D_Tech
Am 26.03.2017 um 22:14 schrieb Bruno LEGAY via 4D_Tech <4d_tech@lists.4d.com>: > > Avoid using Date() to convert a string to a date because this will rely on > the date being formatted according to you current system setting... Yes and no… Using DATE() with an ISO Timestring

Re: [4DTidbits Blog] Epoch & Unix Timestamp Conversion

2017-03-26 Thread Bruno LEGAY via 4D_Tech
Hi, > I worked out an Date and Time to Epoch conversion recently. I’d be interested > if anyone can find a case where it doesn’t work: > > > > C_DATE($1) > C_TIME($2) > C_LONGINT($0) > > C_DATE($vd_Current) > C_TIME($vh_Current) > C_TIME($vh_ISO_GMT) > C_LONGINT($vl_Unix_Timestamp_Offset) >

Too Many Debug Windows

2017-03-26 Thread Peter Mew via 4D_Tech
Hi Stupidly, I have opened too many debug windows whilst developing, and now the development app quits as soon as it has opened all the debug windows. Ive had this happen before, but was able to retreive the situation, now I cant remember what I did. Is there a way I can start up 4D with all the