Project

General

Profile

Actions

Bug #1815

closed

WPushButton::setIcon() bug

Added by Alan Finley about 11 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
04/05/2013
Due date:
% Done:

0%

Estimated time:

Description

When I start my server with the '--deploy-path /wt' option, icons for WPushButtons are not loading.

Here is my code:

WLink link("icons/icon.png");
button = new WPushButton;
button->setIcon(WLink::Url, link);

'icons' folder is located in the 'docroot' directory.

Then I start my server with these parameters:

--docroot docroot --http-address 0.0.0.0 --http-port 9090

In this case everything works fine, but when I add ---deploy-path /wt, my icons stop loading.

Forum thread about this bug: http://redmine.emweb.be/boards/2/topics/6331?r=6372

Actions #1

Updated by Koen Deforche almost 11 years ago

  • Status changed from New to Resolved
  • Assignee set to Koen Deforche
  • Target version set to 3.3.1
Actions #2

Updated by Koen Deforche over 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF