Pedro Vicente
- Login: pedro.vicente
- Email: me@pedro-vicente.net
- Are you a spammer?: No
- Registered on: 08/02/2017
- Last sign in: 07/13/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 0 | 0 |
Activity
07/13/2023
- 04:55 AM Wt Help: RE: Main process exited, how to log ?
- global variables are a bad practice
One way to avoid this in Wt is to define a inherited class from Wt::WServer
...
07/11/2023
- 12:32 AM Wt Help: RE: Main process exited, how to log ?
Thanks, it was indeed the destructor
``` cpp
~ContainerHome()
{
auto app = dynamic_cast<NostroApplic...
07/10/2023
- 08:46 AM Wt Help: RE: Main process exited, how to log ?
- To note that the error happens right after message "WebController: timeout: expiring"
```
Jul 10 02:39:15 revo ... - 07:58 AM Wt Help: RE: Main process exited, how to log ?
not sure if this output is relevant ?
```
127.0.0.1 - - [2023-Jul-10 01:56:58.043] " HTTP/-1.-1" 400 89
127...- Running a WT app app on systemd exits with this error message
The error happens randomly without any user interfac...
06/15/2023
- 03:18 AM Wt Help: RE: WTable click on selected rows
- Hi Matthias
thanks, this works
``` cpp
Wt::WText* t = m_table_messages->elementAt(m_row, 0)->addNew<Wt::WTe... - 12:32 AM Wt Help: RE: WTable is populated the widgets in the layout change size
- After reading this article
https://www.webtoolkit.eu/wt/doc/reference/html/overview.html#containers
found out t...
06/13/2023
- 07:40 PM Wt Help: RE: WTable is populated the widgets in the layout change size
- The attached 2 images show the effect, before and after
As can be seen the 2 buttons become very large in size (it...
I have an application that loads data into a WTable that is initially empty
At start , the widgets are layout as...
06/12/2023
I have a WTable and I want to respond on a lick on a given row
implementing the clicked() function applies to th...
Also available in: Atom