Is there full functional example app for Clarion AnyScreen?

i dint found any wide example for anyscreen . css and manifest too. is there anybody to help me?

1 Like

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.

1 Like

your best bet for information and help might be the anyscreen newsgroup:

sv.clarion.anyscreen

see How to access the official SoftVelocity newsgroups?

1 Like

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.

1 Like

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.. :white_check_mark:
DrawPaint does not. :worried:

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