[off-ish] For your (US) holiday pleasure...

2017-09-01 Thread Chip Scheide via 4D_Tech
https://www.reddit.com/r/talesfromtechsupport/comments/2f0yfa/database_support_episode_0_am_i_being_fired_no/

An intrados a software development project  :)
CHip
---
Gas is for washing parts
Alcohol is for drinkin'
Nitromethane is for racing 
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: Widget questions

2017-09-01 Thread Timothy Penner via 4D_Tech
Hi Piotr,

> I meant : When the mouse is over the 3D buttons the scrollbar doesn't respond 
> when using the SCROLL WHEEL

Although I don't recall trying with a 3D Button, I am aware of the following 
bug that I filed for a v16 case:

ACI0096405  [135202] Scrolling a subform stops when the mouse is above an 
enterable object

Basically, if you had a scrollable subform, and you scrolled it using the mouse 
wheel, it would stop scrolling when the mouse gets positioned above an 
enterable object. This behavior was seen in both v15.x and v16.x plus v13.6 and 
v14.6 (I didn't test v12 or older versions) so the behavior has existed for at 
least 4 major versions (13-16).

The bug is listed as in progress.

Hope this helps!

-Tim



**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 4dmethod.com - Publish/Subscribe Component for 4D, David Adams

2017-09-01 Thread truegold via 4D_Tech
Hi David,

Thanks for the additional thoughts.

> If I catch what you're thinking about correctly, you sound inclined to make
> the message broker smarter. That's a solid plan, if the extra complexity
> can pay for itself. 

NO! I plan to keep it as smart as you have made it and see how that works. I 
not interested in optimizing for speed unless it’s demonstrably slower - which 
it doesn’t appear to be.

Simple is better now!

Appreciate, as always,
John…

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: Widget questions

2017-09-01 Thread Piotr Chabot Stadhouders via 4D_Tech
Sorry,

I meant : When the mouse is over the 3D buttons the scrollbar doesn't respond 
when using the SCROLL WHEEL

> -Oorspronkelijk bericht-
> Van: Piotr Chabot Stadhouders
> Verzonden: vrijdag 1 september 2017 20:46
> Aan: Keisuke Miyako ; 4D iNug Technical
> <4d_tech@lists.4d.com>
> CC: Piotr Chabot Stadhouders 
> Onderwerp: Widget questions
> 
> Hi Miyako,
> 
> Since I discovered you are a widget expert (in fact I believe you are an 
> expert
> on everything concerning 4D) I hope you can answer some other questions 
> 
> I am developing another widget based on a subform with a vertical scrollbar
> (i.e. a calendar with 12 vertical months). On this subform I have 3D
> checkboxes
> - When the mouse is over the 3D buttons the scrollbar doesn't respond when
> using the scrollbar. Do you have an answer / solution?
> - When selecting a date by programming, 5 october for example, I want to
> scroll down to that date, but I can't find how I can scroll on a input 
> subform by
> programing. Do you know how this can be done?
> 
> Do you know of problems when using widgets on pages > 1? Or should there
> be no problems?
> 
> Gr,
> 
> Piotr
> 
> > -Oorspronkelijk bericht-
> > Van: Piotr Chabot Stadhouders [mailto:p.stadhoud...@timeff.com]
> > Verzonden: donderdag 31 augustus 2017 9:03
> > Aan: Keisuke Miyako ; 4D iNug Technical
> > <4d_tech@lists.4d.com>
> > Onderwerp: RE: Widget performance
> >
> > Hi Miyako,
> >
> > Searching for some tips about widgets (subforms) and handling focus,
> > setting disabled, etc. I found this link on the iNUG:
> > https://github.com/miyako/4d-widget-custom-picture-button/wiki
> >
> > I must say I really like what you have done, and the source code is
> > really helpful understanding how to implement widgets.
> > I would advise everybody to have a look at this widget, and others,
> > you have created.
> >
> > These widgets most of the time are created with 4D v14.
> > Would you do (some) things differently when using v16?
> >
> > Thanks,
> >
> > Piotr
> >
> > > -Oorspronkelijk bericht-
> > > Van: Keisuke Miyako [mailto:keisuke.miy...@4d.com]
> > > Verzonden: zaterdag 26 augustus 2017 0:32
> > > Aan: 4D iNug Technical <4d_tech@lists.4d.com>
> > > Onderwerp: Re: Widget performance
> > >
> > > there is a "duplicate by matrix" menu in the form editor, which
> > > allows you to quickly experiment with tens of thousands of objects.
> > > maybe it is the execution code setup code that is taking 2 seconds.
> > >
> > > in my experience, a form with thousands of form objects is nothing
> > > uncommon.
> > >
> > > > 2017/08/25 16:39、Piotr Chabot Stadhouders via 4D_Tech
> > > > <4d_tech@lists.4d.com> のメール:
> > > > Opening the form compiled on a quite fast Windows laptop took
> > > > about
> > > > 2
> > > seconds.
> > >
> > >
> > >

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Widget questions

2017-09-01 Thread Piotr Chabot Stadhouders via 4D_Tech
Hi Miyako,

Since I discovered you are a widget expert (in fact I believe you are an expert 
on everything concerning 4D) I hope you can answer some other questions 

I am developing another widget based on a subform with a vertical scrollbar 
(i.e. a calendar with 12 vertical months). On this subform I have 3D checkboxes
- When the mouse is over the 3D buttons the scrollbar doesn't respond when 
using the scrollbar. Do you have an answer / solution?
- When selecting a date by programming, 5 october for example, I want to scroll 
down to that date, but I can't find how I can scroll on a input subform by 
programing. Do you know how this can be done?

Do you know of problems when using widgets on pages > 1? Or should there be no 
problems?

Gr,

Piotr

> -Oorspronkelijk bericht-
> Van: Piotr Chabot Stadhouders [mailto:p.stadhoud...@timeff.com]
> Verzonden: donderdag 31 augustus 2017 9:03
> Aan: Keisuke Miyako ; 4D iNug Technical
> <4d_tech@lists.4d.com>
> Onderwerp: RE: Widget performance
> 
> Hi Miyako,
> 
> Searching for some tips about widgets (subforms) and handling focus, setting
> disabled, etc. I found this link on the iNUG:
> https://github.com/miyako/4d-widget-custom-picture-button/wiki
> 
> I must say I really like what you have done, and the source code is really
> helpful understanding how to implement widgets.
> I would advise everybody to have a look at this widget, and others, you have
> created.
> 
> These widgets most of the time are created with 4D v14.
> Would you do (some) things differently when using v16?
> 
> Thanks,
> 
> Piotr
> 
> > -Oorspronkelijk bericht-
> > Van: Keisuke Miyako [mailto:keisuke.miy...@4d.com]
> > Verzonden: zaterdag 26 augustus 2017 0:32
> > Aan: 4D iNug Technical <4d_tech@lists.4d.com>
> > Onderwerp: Re: Widget performance
> >
> > there is a "duplicate by matrix" menu in the form editor, which allows
> > you to quickly experiment with tens of thousands of objects.
> > maybe it is the execution code setup code that is taking 2 seconds.
> >
> > in my experience, a form with thousands of form objects is nothing
> > uncommon.
> >
> > > 2017/08/25 16:39、Piotr Chabot Stadhouders via 4D_Tech
> > > <4d_tech@lists.4d.com> のメール:
> > > Opening the form compiled on a quite fast Windows laptop took about
> > > 2
> > seconds.
> >
> >
> >

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 4dmethod.com - Publish/Subscribe Component for 4D, David Adams

2017-09-01 Thread Brent Raymond via 4D_Tech
OK.  The demo video and code are up :)
https://4dmethod.com/2017/09/01/worker-job-monitor/

Let me know if anything is unclear.  It is a very low brow approach, but it
is better than nothing!

Brent




--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: TEXT TO DOCUMENT With Special Characters

2017-09-01 Thread Cannon Smith via 4D_Tech
I just tried receiving it as an object, but that didn’t work either.

It’s okay, I have a workaround created now. Thanks.

--
Cannon.Smith
Synergy Farm Solutions Inc.
Hill Spring, AB Canada
403-626-3236




> On Aug 31, 2017, at 5:07 PM, Keisuke Miyako via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> have you tried receiving the response with a variable declared as object?
> 
> if that doesn't work, then I guess you could receive BLOB, convert to text, 
> and parse.
> 
> it is always better to receive BLOB as opposes to text, picture or object, 
> when you can't be sure of what goes on on the server side.

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Widget performance

2017-09-01 Thread Keisuke Miyako via 4D_Tech
Hello,

that widget is one of my own favourites,
especially how it manages focus with gaussian blur.

you might want to make sure your images are Retina ready on v14 or above,
but otherwise not much has changes since v13 (which added OBJECT GET SUBFORM 
CONTAINER SIZE and FORM GOTO PAGE *)

http://doc.4d.com/4Dv15/4D/15.4/OBJECT-GET-SUBFORM-CONTAINER-SIZE.301-3273878.en.html
http://doc.4d.com/4Dv15/4D/15.4/FORM-GOTO-PAGE.301-3274377.en.html

> 2017/08/31 16:03、Piotr Chabot Stadhouders  のメール:
>
> https://github.com/miyako/4d-widget-custom-picture-button/wiki
>
> I must say I really like what you have done, and the source code is really 
> helpful understanding how to implement widgets.
> I would advise everybody to have a look at this widget, and others, you have 
> created.
>
> These widgets most of the time are created with 4D v14.
> Would you do (some) things differently when using v16?




**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**