-
In mmlpsthread:
```
procedure lp_CurrThreadID(Params: PParamArray; Result: Pointer); lape_extdecl
begin
{$IFDEF WINDOWS}
PPtrUInt(Result)^ := GetCurrentThreadID();
{$ELSE}
{$IFDEF LINUX}
PPtrUI…
-
THtmlView 11.6-to-11.7 + Lazarus 1.4.4 on Linux overload messages queue, eat 100% CPU and prevent closing modal forms. I try to debug it and looks like THtmlView infinity send PAINT and/or RESIZE mess…
-
I'm including my new template:
```
api.addFiles('templates/custom_form.html', ['client', 'server']);
```
which contains:
```
... form contents ...
```
I'm currently attempting to call `Template.cu…
-
I tried out event: https://open-event.herokuapp.com/events/59/scheduler/
-
```
What steps will reproduce the problem?
1. Build lazarus-svn (https://aur.archlinux.org/packages.php?ID=18729&detail=1)
2. Build winff (https://aur.archlinux.org/packages.php?ID=17026)
3. Start win…
-
@mjy78 created:
https://orchard.codeplex.com/workitem/20514
In the Parts.CustomForm.Wrapper.cshtml template in the custom forms module, there is a hidden field that is output that contains the return…
-
@arjantijms Can't build it locally
``` bash
Generating /home/gilbertoca/tmp/git_working_copy/soteria/impl/target/apidocs/help-doc.html...
1 error
2 warnings
[INFO] ----------------------------------…
-
```
What steps will reproduce the problem?
1. Build lazarus-svn (https://aur.archlinux.org/packages.php?ID=18729&detail=1)
2. Build winff (https://aur.archlinux.org/packages.php?ID=17026)
3. Start win…
-
```
What steps will reproduce the problem?
1. Build lazarus-svn (https://aur.archlinux.org/packages.php?ID=18729&detail=1)
2. Build winff (https://aur.archlinux.org/packages.php?ID=17026)
3. Start win…
-
Create a ContentType with a text field - with either a token as a default value or by setting the property value and binding to a Dynamic Form element within a layout never evaluates, in either case.
…