Ockert van Schalkwyk
- Login: Ockert
- Email: ockert8080@gmail.com
- Are you a spammer?: No
- Registered on: 08/23/2019
- Last sign in: 09/02/2019
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 0 | 0 |
Activity
09/02/2019
- 01:31 PM Wt Help: RE: Rendering a view
- I also would like to know what the best way to do this is. Currently I bind a WContainerWidget to ${content} and call...
- 01:24 PM Wt Help: RE: setStyleAttribute top, left, ... ?
- You probably need to build the whole style string in advance or maintain it along the way. You can probably do inline...
08/29/2019
- 11:16 PM Wt Help: RE: Navigating between multiple Wt Applications
- I'm new to Wt, but think its awesome. In my day to day work we use some other web frameworks, and we sometimes uses i...
08/26/2019
- 03:56 PM Wt Help: RE: Wt::WSlider - Responsive
- ![](https://redmine.webtoolkit.eu/attachments/download/3113/wsliderq000.png)
- Hi
I would like to make the WSlider responsive for mobile. The issue is that the handle offsets are specified in abs... - 12:27 PM Wt Help: RE: Layout / Display with WDoubleSpinBox
- Hi Mark, just try add padding to the right
element{
text-align:right;
padding-right:20px;
}
08/24/2019
- 07:04 PM Wt Help: RE: CSS style sheet cache
- Ockert van Schalkwyk wrote:
> Hi
>
> A possible workaround
>
> \[...\]
This should avoid caching on every ... - 07:01 PM Wt Help: RE: CSS style sheet cache
- Hi
A possible workaround
...
#include<sys/time.h>
...
...
struct timeval tp;
ge...
08/23/2019
- 03:22 PM Wt Help: RE: segmentation fault using resource
- Also, you need to ensure that the resource is only added once, probably with removeEntryPoint()
- 03:00 PM Wt Help: RE: segmentation fault using resource
- Your MyResource seems uninitialized, try something like the following
...
int main(int argc,char **argv){
...
Also available in: Atom