General

Profile

Mark Travis

  • Login: marktrav
  • Are you a spammer?: No
  • Registered on: 08/16/2011
  • Last connection: 04/10/2024

Issues

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

Activity

03/27/2024

04:23 PM Wt Open discussion: RE: Charting Library and Bootstrap 5 (Specifically stacked bar)
Thanks Matthias!
I created a fork in Wt to integrate D3js. It seems to be the least complicated to implement at a ...
Mark Travis

03/06/2024

04:22 PM Wt Improvements #12495 (New): Enable charting library to use external javascript libraries such as Charts.js or D3js
With Bootstrap 5, Flex, and other modern libraries, a missing modernization is charts.
There is no way to do stack...
Mark Travis

02/27/2024

08:29 PM Wt Open discussion: RE: Charting Library and Bootstrap 5 (Specifically stacked bar)
Hi Matthias! Yes, I'd love to get any information about how others have implemented Chart.js. Thanks! Mark Travis

02/23/2024

06:10 PM Wt Open discussion: RE: Charting Library and Bootstrap 5 (Specifically stacked bar)
Very helpful, thank you!
I noticed in the web-browser inspect mode that none of the data points to make the charts...
Mark Travis

02/22/2024

11:11 PM Wt Open discussion: Charting Library and Bootstrap 5 (Specifically stacked bar)
I'm getting close to implementing some reporting using charts and I'm curious how the Charting library interacts with... Mark Travis
11:01 PM Wt Help: RE: Display: Block and Flex
I was just hunting for something else and ran across an old post of mine.
Here's how you do it. (Ignore all the s...
Mark Travis

12/12/2023

03:52 PM Wt Help: RE: Wt 4.9.2 WComboBox->setCurrentIndex does not work
You've got m_outputPowerComboBox->setModel(m_outPutPowerModel); in your code, correct?
as well as m_outputPowerComb...
Mark Travis
03:44 PM Wt Help: RE: treeview-dragdrop example loads a blank page
Thanks for letting me know!
For now, I decided to use a pair of WSelectionBoxes and use WTree as a visual aid to ...
Mark Travis

11/30/2023

04:33 PM Wt Help: treeview-dragdrop example loads a blank page
All of the examples seem to work ok except for the treeview-dragdrop example in 4.10.2
All of the return codes are...
Mark Travis

11/28/2023

02:56 PM Wt Help: RE: can't get Wt::WStringListModel->setFilterRegExp() to work
Thanks!!
I changed
``` c++
auto myRegEx = std::make_unique<std::regex>(columnFilterEntry_->text().toUTF8());
...
Mark Travis

Also available in: Atom