Re: [Lazarus] fcl-web (WebLaz) - Duplicate Module Error

2017-12-10 Thread African Wild Dog via Lazarus
2017-12-10 16:26 GMT-02:00 Michael Van Canneyt via Lazarus < lazarus@lists.lazarus-ide.org>: > > The idea was to have some kind of state: > - OneShot: > no state. a webModule is recreated on every call > - pooled: > a webmodule is created once and remains in memory during the lifetime of >

[Lazarus] fcl-web (WebLaz) - Duplicate Module Error

2017-12-10 Thread African Wild Dog via Lazarus
> > 2017-12-10 14:34 GMT-02:00 Michael Van Canneyt via Lazarus < > lazarus@lists.lazarus-ide.org>: > Set the 'Kind' property to wkOneShot. > Michael. Done. It worked! What is the function of the "kind" property? -- ___ Lazarus mailing list

[Lazarus] fcl-web (WebLaz) - Duplicate Module Error

2017-12-10 Thread African Wild Dog via Lazarus
Hello, Please confirm if this is a bug: I have created a HTTP Server Application project and added a module called "test_module" with an action "test_action". When i run my application, when i access " http://localhost:8080/test_module/test_action; for the first time it works, but in the

[Lazarus] WinHTTP Missing In Windows Installer

2017-11-10 Thread African Wild Dog via Lazarus
Hello, Why unit WinHTTP from packages/winunits-base is not present in the Windows installer? Bug? Regards -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Error in code explorer when using "dotted units"

2017-11-08 Thread African Wild Dog via Lazarus
2017-11-08 12:07 GMT-02:00 Ondrej Pokorny via Lazarus < lazarus@lists.lazarus-ide.org>: > > Please report to mantis. Thanks. > > Done #32663 -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

[Lazarus] Error in code explorer when using "dotted units"

2017-11-08 Thread African Wild Dog via Lazarus
Hello, The code explorer does not display the name of the dotted units correctly. Only the first part of the unit name is displayed (portion before the first period). ​ Regards -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org