Questions tagged [tal]

Tandem Application Language (or Transaction Application Language) is procedural language used originally in Tandem Computers (now HP NonStop). It looks similar to a mixture of C and PASCAL. Though not commonly used in open source applications, the TAL was used in Tandem OS and its applications.The knowledge of TAL aids the NS system administrator to code scripts for automating tasks and also some big time applications were written in TAL.

Tandem Application Language (or Transaction Application Language) is procedural language used originally in Tandem Computers (now HP NonStop). It looks similar to a mixture of C and PASCAL. Though not commonly used in open source applications, the TAL was used in Tandem OS and its applications.The knowledge of TAL aids the NS system administrator to code scripts for automating tasks and also some big time applications were written in TAL.

15 questions
3
votes
1 answer

C on HP Nonstop: How to obtain filesize of large file > 2GB?

I'm working on a C application which is running on HP-Nonstop and it needs to get the size of files on disk. The already implemented way of doing that is the following: char *filename; short itemlist; long fileLength = 0; short retCode; itemlist =…
Benjamin Zach
  • 1,452
  • 2
  • 18
  • 38
3
votes
1 answer

How do I test a HTML5 and Javascript Application on Smart TV's?

I'm building a TV application using a framework called TAL (TV Application Layer), which is a Javascript framework for building an HTML5 based TV app. I can run my application on localhost and test it in my browser. I can also test the app quite…
shrewdbeans
  • 11,971
  • 23
  • 69
  • 115
2
votes
1 answer

Nested list with TAL

I'm using Chameleon in the Pyramids Framework and want to repeat nested list while rendering the template. My minimized HTML-Code is: 1.
    2.
  • 3. 4. …
Tobias S
  • 1,275
  • 8
  • 23
1
vote
1 answer

NUMIN producing wrong output,how to get right answer?

I am creating a program to count number of digits in number When I am putting value in 5 digits it is producing right answer but when I put value in 6 digits it is producing wrong value. To see what happening in the code I debugged the code and…
1
vote
2 answers

tal python expression with condition

Sandro Antonucci
  • 1,683
  • 5
  • 29
  • 59
1
vote
2 answers

html checkbox with required attribute is validated(red) before submitting

I have this checkbox:
And this button to submit:
Simon Rechermann
  • 467
  • 3
  • 18
1
vote
1 answer

tal nested dictionary syntax

Working with Pyramid, my code looks like this: class PageData: @staticmethod def create_data(): return [ { 'key_1A': 'info1A', 'key_2A': 'info2A', 'nested_list_A': [ …
Spiteless
  • 11
  • 3
1
vote
1 answer

tal:condition for file attachment fields

I am using this code for a simple download link (and only appears if the 'attachment' field has value - an attachment) - (works fine): I would also like to provide a method…
ckrall
  • 77
  • 7
1
vote
2 answers

TAL removes every TAG

I'm using Chameleon in the Pyramids Framework and TAL. Unfortunately TAL removes every tag up to the first both. HTML-Template:
1
vote
1 answer

Does Amazon Fire TV support HbbTV Applications?

I can't find any information about whether or not the Amazon Fire TV (original release as of the posting of this question) supports the HbbTV specification. I'm building an app using the TAL framework, and I've successfully added my hello world…
shrewdbeans
  • 11,971
  • 23
  • 69
  • 115
1
vote
2 answers

How to access an array with TAL

I have a python file which creates an array with a path to an image and a page URL self.banner1 = [self.context.defaultBanner1.filename,self.context.defaultBanner1bUrl] I want to access this within my page using TAL. I have tried this without…
lukeocom
  • 3,243
  • 3
  • 18
  • 30
0
votes
1 answer

How to compute custom timestamp in COBOL85 Tandem?

I want to calculate timestamp for custom date and time. E.g 23/09/2022 4:30:45
0
votes
0 answers

is there a method to detect person and associate a text?

I have a text like : Take a loot at some of the first confirmed Forum speakers: John Sequiera Graduated in Biology at Facultad de Ciencias Exactas y Naturales,University of Buenos Aires, Argentina. In 2004 obtained a PhD in Biology (Molecular…
0
votes
0 answers

Notepad++ expand/collapse code blocks for the user defined languages

I am trying to add the syntax plugin for the TAL (Transaction Application Language) in Notepad++ I have downloaded the xml file for TAL from http://docs.notepad-plus-plus.org/index.php/User_Defined_Language_Files and kept in…
Raju V
  • 91
  • 1
  • 1
  • 4
-2
votes
1 answer

What does these tal:xxx commands do?

Can someone explain me what does these "tal" commands do within my html tags? I learnt they are text attribute language commands but not clear on what they do.
Your command returns:
Tania
  • 1,855
  • 1
  • 15
  • 38