Re: Animated Notifcation

2017-08-09 Thread Keisuke Miyako via 4D_Tech
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 > > This new release 2.0 adds new animation functionalities. > > A new revamp Lab is provided, to help you build your tip styles. > >

Animated Notifcation

2017-08-09 Thread Sujit Shah via 4D_Tech
I believe someone had developed a component to display JQuery Like Notifications in 4D using animation and transparency pretty much like: http://ned.im/noty/#/animations If someone can recall please send a link Thanks -- xxx "There must be ingenuity as well as

Re: Method Header Strategies

2017-08-09 Thread Lee Hinde via 4D_Tech
The ‘false’ doesn’t cover the whole header. > On Aug 9, 2017, at 5:35 PM, Keisuke Miyako via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > that's what I thought at first but then the "False" block already does that > job. > >> 2017/08/10 7:58、Guy Algot via 4D_Tech <4d_tech@lists.4d.com> のメール:

Anybody using the TimePicker widget - TimePicker SET STEP

2017-08-09 Thread John Baughman via 4D_Tech
I have been using this for a very long time and always with a 45 min step. Now I need to set it to a 10 min step Y calling.. TimePicker SET STEP ($ObjectName;?00:10:00?) Nothing happens. It stays at 45 mins. Any ideas? John John Baughman Kailua, Hawaii (808) 262-0328

Re: Method Header Strategies

2017-08-09 Thread Kirk Brooks via 4D_Tech
I tried using that SQL trick for a while and ultimately abandoned it. I really rely on the headers I create to remind me of what the method does and what the params are at the top. All the long discussion, if any, comes after that. I've always heard it is all stripped out when compiled so I just

RE: Missing Pict - 64bit Removes pictures from library

2017-08-09 Thread Randy Engle via 4D_Tech
I really appreciate how so many of you chimed in so quickly on this topic! Many, many thanks to all! Randy Engle ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive:

Re: Method Header Strategies

2017-08-09 Thread Keisuke Miyako via 4D_Tech
that's what I thought at first but then the "False" block already does that job. > 2017/08/10 7:58、Guy Algot via 4D_Tech <4d_tech@lists.4d.com> のメール: > My guess… So you can click the triangle and hide everything in the header?

Re: Method Header Strategies

2017-08-09 Thread Guy Algot via 4D_Tech
My guess… So you can click the triangle and hide everything in the header? > On Aug 9, 2017, at 4:11 PM, Lee Hinde via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > But, why wrap the whole thing in if (True)? Later, Guy -- Guy Algot, Solutions Specialist Edmonton, Alberta (780) 974-8538

Using c_object for passing parameters

2017-08-09 Thread John Baughman via 4D_Tech
I started using the c_object just recently and am finding more and more places to adapt it’s use. I thought my latest revelation was interesting, at least to me. I was creating a process that involves several levels of user interaction. In other words the user is presented with a list with

Method Header Strategies

2017-08-09 Thread Lee Hinde via 4D_Tech
From the conversation about converting images we saw this method header: If (True) If (False) Begin SQL /* Name: UTIL_ConvertPICTs Path: UTIL_ConvertPICTs Purpose: Convert all PICT formatted images in the Picture Libraray to .PNG images

Re: WEB SEND FILE - Duplicate HTML

2017-08-09 Thread Lee Hinde via 4D_Tech
> On Aug 9, 2017, at 2:10 PM, Matthew Bollwitt via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I know I’ve seen this before but I can’t remember how I resolved it. When I > send a file out using WEB SEND FILE command, the page comes out as intended, > but part of the HTML file gets duplicated

WEB SEND FILE - Duplicate HTML

2017-08-09 Thread Matthew Bollwitt via 4D_Tech
I know I’ve seen this before but I can’t remember how I resolved it. When I send a file out using WEB SEND FILE command, the page comes out as intended, but part of the HTML file gets duplicated and added on to the end. So I get the page and then a lower section of the same page added on. Am I

Re: Missing Pict - 64bit Removes pictures from library

2017-08-09 Thread Chuck Miller via 4D_Tech
You are missing one line of code TRANSFORM PICTURE($Pict_G;Transparency;0x00FF) This will set white background to clear. regards Chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions,

RE: Missing Pict - 64bit Removes pictures from library

2017-08-09 Thread Timothy Penner via 4D_Tech
Don't forget that the MSC helps you locate deprecated pictures: http://blog.4d.com/msc-now-helps-you-to-find-deprecated-images/ These deprecated images will not be visible in 64 bit, they must be converted (for example, while in 32 bit). -Tim

RE: Missing Pict - 64bit Removes pictures from library

2017-08-09 Thread Tim Nevels via 4D_Tech
On Aug 9, 2017, at 2:59 PM, Randy Engle wrote: > Been messing with 64bit v16r4 > > Found that most (not all) of my PICTURE LIBRARY pictures went south. > > If I open the app in the 32 bit version, they are all still there. > > So... what Christian said below, is more than a "good idea" > >

Re: Relative path in SVG DOM

2017-08-09 Thread Keisuke Miyako via 4D_Tech
the doc could have been worded better, I suppose. relative path means relative to the SVG image file. the doc assumes your SVG is itself inside the Resources folder, in fact at the top level. > 2017/08/09 18:55、Two Way Communications via 4D_Tech <4d_tech@lists.4d.com> > のメール: > No, it isn’t.

RE: Missing Pict - 64bit Removes pictures from library

2017-08-09 Thread Randy Engle via 4D_Tech
Frijoles Frio! Thanks Randy Engle, Director XC2 Software LLC – XC2LIVE! mailto: randy.en...@xc2software.com PH: 800.761.4999 – 415.456.9200 -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Keith Culotta via 4D_Tech Sent: Wednesday, August 9, 2017

Re: JSON Tools Was: Re: C-objects and memory use

2017-08-09 Thread Cannon Smith via 4D_Tech
I can! :-) -- Cannon.Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236 > On Aug 9, 2017, at 1:34 PM, David Adams via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Sorry, I don't have a

Re: JSON Tools Was: Re: C-objects and memory use

2017-08-09 Thread David Adams via 4D_Tech
> So many times in the past, and even still today, 4D will add a now property to > a form object that can only be set by using the Property List in the Design > environment. So no programatic way to “set” or “get” the new property. Glaring > example of this are new listbox properties. Then after

Re: Missing Pict - 64bit Removes pictures from library

2017-08-09 Thread David Adams via 4D_Tech
I put all of my pictures into PNG in external files some years back. I wrote a tech note about migrating from the picture library and it had some tips and code...although I can't remember what it said. It might be worth checking out. Chances are, there are better ideas out there - so if something

Re: Missing Pict - 64bit Removes pictures from library

2017-08-09 Thread Randy Jaynes via 4D_Tech
Randy, You can use 4D commands to figure out where these are used. I wrote a utility routine to track down things like this and where some formats are used so I could flush out the ones that aren’t in the Filters list in the Toolbox. You should be able to find what you’re looking for using the

Re: JSON Tools Was: Re: C-objects and memory use

2017-08-09 Thread Tim Nevels via 4D_Tech
On Aug 9, 2017, at 2:00 PM,David Adams wrote: > Thanks for saying this so clearly. This is the reality that is behind my > feature request(s) for a set of native tools to deal with arbitrary JSON > input/output. For now, I've got NTK but it is a feature set that any modern > tool should have out

RE: Missing Pict - 64bit Removes pictures from library

2017-08-09 Thread Stephen J. Orth via 4D_Tech
Randy, All our images, which currently is almost 1000 (for buttons, forms, etc..) are stored in the Resources folder. Here is how we access them: $image_path:=Get 4D folder(Current resources folder)+"Images\\" Pretty easy to access the folder, all you need to know from this point is the

RE: Missing Pict - 64bit Removes pictures from library

2017-08-09 Thread Dennis, Neil via 4D_Tech
> Found that most (not all) of my PICTURE LIBRARY pictures went south. Did you migrate you pictures to png or some other supported type? There is a cool update tool that JPR wrote to help you update your images. It was demonstrated at the last road show. Neil -- Privacy Disclaimer:

RE: Missing Pict - 64bit Removes pictures from library

2017-08-09 Thread Randy Engle via 4D_Tech
FYI; Been messing with 64bit v16r4 Found that most (not all) of my PICTURE LIBRARY pictures went south. If I open the app in the 32 bit version, they are all still there. So... what Christian said below, is more than a "good idea" Not looking forward to redoing all of these pictures into the

Re: Relative path in SVG DOM

2017-08-09 Thread Two Way Communications via 4D_Tech
Hi Keisuke, No, it isn’t. It is created with ’SVG_New’. The picture is inside a folder ‘Map_pictures’ inside the database folder. When I use either the full path to the picture file, or embed it inside the SVG, the picture shows. But for obvious reasons I want to use a relative path. I have