i dint found any wide example for anyscreen . css and manifest too. is there anybody to help me?
I haven’t used Anyscreen, But as far as I’m aware all you need to do is add a template to any app, start the server and you’re away.
your best bet for information and help might be the anyscreen newsgroup:
sv.clarion.anyscreen
I posted this topic on what is required to add AS to a hand code project.
It includes a link to the below GitHub that has an AnyScreen version of the project ( SheetTab_AnyScreen.cwproj ) that you can run from the IDE in a browser without any server. It interesting to see that the AS version looks different and not all Sheet/Tab features work.
Greetings
Me new to AnyScreen.
One client needs quite an advance image control.
We use CapeSoft Draw 4.38.
Clarion 11.1.13855
Testing AnyScreen with CapeSoft Draw Demo apps
DrawImage works.. ![]()
DrawPaint does not. ![]()
DrawPaint Windows APP
DrawPaint AnyScreen APP
Any suggestions?
Fouche
I would investigate using javascript. A canvas element probably has everything you need. <canvas>: The Graphics Canvas element - HTML | MDN

