i dint found any wide example for anyscreen . css and manifest too. is there anybody to help me?
seanh
August 6, 2024, 11:09pm
2
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
see How to access the official SoftVelocity newsgroups?
I posted this topic on what is required to add AS to a hand code project.
The topic " Implementing AnySreen in a 100% hand-coded application " is in the AnyScreen help and just documents adding 2 AS lines of code.
MAP ...
INCLUDE('AnyScreen.inc') ! Add #1
...
CODE
AnyScreen:Init() ! Add #2 Initialize AnyScreen
That will not build reporting a number of missing files like ClaAnyScreen.lib. I reviewed the AnyScreen.TPL to get the required project settings.
Project Defines add: _AnyScreenPresent_=>1
After MAP add code line: INCLUDE('A…
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.
Sheet Tab Property and Attribute Explorer
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