Information About ™Pantalk |
| CATEGORIES ABOUT PANTALK | |
| digital television | |
| domain-specific programming languages | |
Pantalk manages single scalar variables up to multidimensional , Real , Alpha, Alphanu, Date , Time , Text , Memory . A Pantalk script does not have any Header or script name and does not require the Return or End statement at the end of a procedure. Every statements must end with a semi colon. There are two types of Script , the panel and the independent script. Panel script: a panel is a group of graphical objects named widgets. Each graphical Object is also called a Widget because it can trigger one or several scripts. When a widget invokes a script, the script must be a panel script. A panel script can invoke any types of script, panel or independent. Such a script is named Panel script and is stored in a library of panel scripts only. Independent script: an independent script can be invoked by any other scripts and by a module boot sequence. An independent script cannot invoke a panel script. When calling a script, the script path must be specified. The path specifies the script location ( which module and script library it pertains to).
fontname := "helvetica";
XSet_Font ( winId, 1,10 ); XGet_Font_Size ( winId, 100,150, fwidth, fheight, fbaseline ); XDraw_String ( winId, 60, 80, "Hello World" ); XSet_Show_String ( 4, 5, fontname, 10 );
XShow_String ( 200, 10, "Hello again world" ); Note: NDS recently acquired MediaHighway. http://mediahighway.nds.com/ EXTERNAL LINKS |
|
|