Project

General

Profile

Actions

Bug #2192

closed

Wt:::WPopupWidget setTransient() not working correct.

Added by Georg Baumann over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
09/06/2013
Due date:
% Done:

0%

Estimated time:

Description

Hello,

we try to implement a WPopupWidget-Stack where the previous opened WPopupWidgets stay visible. Therefore we try to use setTransient(false,0) for the top of the stack, before we push the new opened WPopupWidget. But setTransient only works the first time correct. We cannot override.

Please see our example.

Kind regards


Files

popupwidget.cpp (3.8 KB) popupwidget.cpp Georg Baumann, 09/06/2013 05:25 PM
Actions #1

Updated by Koen Deforche over 10 years ago

  • Status changed from New to InProgress
  • Assignee set to Koen Deforche
  • Target version set to 3.3.1

Hey,

Yes indeed changes to 'transient' aren't being propagated --- what is the use case for this (what will be in the popup widgets) if I may ask?

koen

Actions #2

Updated by Georg Baumann over 10 years ago

Hello Koen,

we open one popupwidget which shows results (product, price, etc.) of a productsearch. Transient is set true for this popupwidget. If an user klicks an article we open a second popupwidget which is again transient = true. This popupwidget shows further informations for that product. If we klick somewhere in the second popupwidget then the first closes. We do not want the first to close, so we tried to use setTransient(...) to tell the first popupwidget to be transient = false until the second popupwidget is removed from the stack. Then we want to tell the first popupwidget to be transient = true againt.

Kind regards

Actions #3

Updated by Koen Deforche over 10 years ago

  • Status changed from InProgress to Resolved

Hey,

We've fixed this so that setTransient() can be called at any time.

koen

Actions #4

Updated by Koen Deforche over 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF