General

Profile

Ansal P.A.

  • Login: ansalpa
  • Email: ansalpaindia@gmail.com
  • Are you a spammer?: No
  • Registered on: 12/14/2016
  • Last connection: 12/17/2018

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

12/17/2018

03:10 PM Wt Help: RE: Wt 4.0.3 QueryModel and WTableView question
Avoid the for loop and try to fetch actual data from database
Read the below answer to avoid a specific type of debu...
Ansal P.A.
02:57 PM Wt Help: RE: Scrollbar for WTableView inside a WStackedWidget
add the following style to both stack widget and table view
.fill{
width:100%;
height:100%;
}
Ansal P.A.
11:12 AM Wt Help: RE: wTableView sizing
//main layout
auto main\_layout = root()-&gt;setLayout(Wt::cpp14::make\_unique<Wt::WVBoxLayout>());
main\_layout-&...
Ansal P.A.

12/13/2018

03:41 PM Wt Open discussion: RE: Wt::Dbo Postgress Debug Mode Issue
Thank you Im
Ansal P.A.
03:12 PM Wt Open discussion: RE: Wt::Dbo Postgress Debug Mode Issue
I found the solution.
This happens because of different C settings.
In visual Studio, take Project properties
In '...
Ansal P.A.

12/11/2018

10:46 AM Wt Open discussion: RE: Bootstrap 4 support
You need to copy the following directory to your 'docroot' directory
..Wt\\lib\\share\\Wt\\resources
Now Run the be...
Ansal P.A.

12/06/2018

03:10 PM Wt Open discussion: Wt::Dbo Postgress Debug Mode Issue
I am able to connect with a Postgres database using Wt::Dbo.
I mapped a class and successfully created the table in...
Ansal P.A.

11/24/2018

07:20 AM Wt Open discussion: RE: Center a Widget
Your solution works. There was a problem with the layout when added to stack widget. It works fine if I add it to the... Ansal P.A.

11/23/2018

03:35 PM Wt Open discussion: RE: Center a Widget
Thanks for the response Im.
I have tried some of the CSS methods already. It actually does horizontal centering.
...
Ansal P.A.
01:16 PM Wt Bug #6724: Typo in documentation for Wt::WMessageResourceBundle
Roel Standaert wrote:
> You don't cast the pointer to a unique\_ptr, you create a unique\_ptr out of it. I don't re...
Ansal P.A.

Also available in: Atom