Project

General

Profile

Actions

Bug #3253

open

Problem with setting WDialog initial position

Added by Alan Finley almost 10 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
06/03/2014
Due date:
% Done:

0%

Estimated time:

Description

I want to show my dialog in the top right corner of the page:

Wt::WDialog *dialog = new Wt::WDialog;
dialog->setOffsets(20, Wt::Top | Wt::Right);
dialog->show();

Then it shows in correct position, but when I try to drag my dialog, it 'jumps' to the left side of the page.

I use Wt 3.3.1

No data to display

Actions

Also available in: Atom PDF