Posts by João • 115 points
5 posts
-
4
votes2
answers42
viewsA: Browser does not open HTML with CSS
It’s because your H1 css contains the line: color:white. So the text is white.
-
0
votes3
answers3693
views -
2
votes3
answers115
viewsA: totalcross application with images, when deploying for windows CE does not work
The images were in a images folder, after placing the images folder inside the source foolder "src/main/Resources" the images appeared in the application
-
3
votes3
answers115
viewsQ: totalcross application with images, when deploying for windows CE does not work
When I deploy my application to Windows CE that contains images on the screen or in Buttons no element is displayed, but in the emulator works normally. When I remove images it works normally.…
-
2
votes2
answers65
viewsQ: How to capture the action of a click on a title that is inside a container and that container is inside a scrollContainer?
How to capture the action of a click on a title that is inside a container and that container is inside a scrollContainer? public void onEvent(Event e) { if(e.type == ControlEvent.PRESSED &&…