Hi Megumi,
The diagram below is from the LANSA Scalable Image page in the AWS Markteplace - under 'Usage Instructions' > 'View Cloud Formation Template':
LANSA-AWS.png
The notes in this diagram are quite helpful.
Essentially, when a LANSA application is deployed using the LANSA Scalable stack ...
Search found 11 matches
- Tue Nov 30, 2021 8:56 pm
- Forum: Questions & Answers
- Topic: AWS LANSA Scalabnle stack
- Replies: 2
- Views: 14276
- Fri Jul 09, 2021 8:45 pm
- Forum: Questions & Answers
- Topic: Hint property on a control in a Material Design List - #PRIM_MD.ListIcon (SOLVED)
- Replies: 1
- Views: 3714
Re: Hint property on a control in a Material Design List - #PRIM_MD.ListIcon (SOLVED)
I've solved this.
I had to make two changes:
Made sure that my list (#PRIM_MD.List) had its HintShowOfParent set to True
After each Add_Entry to the list, I set the <#Prim_MD.ListIcon> .CurrentItem.Hint property
This works for multiple icons in a Prim_Md.List row.
New source below:
Begin ...
I had to make two changes:
Made sure that my list (#PRIM_MD.List) had its HintShowOfParent set to True
After each Add_Entry to the list, I set the <#Prim_MD.ListIcon> .CurrentItem.Hint property
This works for multiple icons in a Prim_Md.List row.
New source below:
Begin ...
- Fri Jul 09, 2021 3:35 am
- Forum: Questions & Answers
- Topic: Hint property on a control in a Material Design List - #PRIM_MD.ListIcon (SOLVED)
- Replies: 1
- Views: 3714
Hint property on a control in a Material Design List - #PRIM_MD.ListIcon (SOLVED)
Hi all,
I'm trying to add a hint to an icon in a material design list row, but not succeeding!
I can display a hint on an icon that is not in a list, but icons (and labels too) in a material design list do not seem to display a hint.
The hint property on the #PRIM_MD.List does work, just can't work ...
I'm trying to add a hint to an icon in a material design list row, but not succeeding!
I can display a hint on an icon that is not in a list, but icons (and labels too) in a material design list do not seem to display a hint.
The hint property on the #PRIM_MD.List does work, just can't work ...
- Wed Jun 30, 2021 8:31 pm
- Forum: Questions & Answers
- Topic: Test Automation Tools
- Replies: 1
- Views: 4475
Re: Test Automation Tools
I've used the Katalon Recorder Chrome Extension previously for VLFOne test automation - not sure it will suit all your needs, but worth trying out.
- Thu May 27, 2021 8:24 pm
- Forum: Questions & Answers
- Topic: VLF-ONE, customized Logon screen, fix alignment
- Replies: 6
- Views: 8868
Re: VLF-ONE, customized Logon screen, fix alignment
Hi Dino,
Try this as your Logon Handler Reusable Part:
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #VF_AC026O) Height(585) Width(673)
Define_Com Class(#PRIM_TBLO) Name(#Layout)
Define_Com Class(#PRIM_TBLO.Column) Name(#LayoutColumn1) Displayposition(1) Parent(#Layout)
Define_Com Class ...
Try this as your Logon Handler Reusable Part:
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #VF_AC026O) Height(585) Width(673)
Define_Com Class(#PRIM_TBLO) Name(#Layout)
Define_Com Class(#PRIM_TBLO.Column) Name(#LayoutColumn1) Displayposition(1) Parent(#Layout)
Define_Com Class ...
- Thu May 27, 2021 12:07 am
- Forum: Questions & Answers
- Topic: VLF-ONE, customized Logon screen, fix alignment
- Replies: 6
- Views: 8868
Re: VLF-ONE, customized Logon screen, fix alignment
Hi Dino,
Create your own Logon Handler (Reusable part that *Extends #VF_AC026O) and then in this new reusable part, position the credential fields in the middle of the screen (or use a layout). You'll have to do this for both the Material Design input fields and the non-MD fields.
Make sure that ...
Create your own Logon Handler (Reusable part that *Extends #VF_AC026O) and then in this new reusable part, position the credential fields in the middle of the screen (or use a layout). You'll have to do this for both the Material Design input fields and the non-MD fields.
Make sure that ...
- Wed May 26, 2021 10:28 pm
- Forum: Questions & Answers
- Topic: VLF-ONE, customized Logon screen, fix alignment
- Replies: 6
- Views: 8868
Re: VLF-ONE, customized Logon screen, fix alignment
Hi Dino,
In your VLF-One web page (UF_OEXEC,T_25LAUNC, etc) there should be a layout manager - is the 'Attachment' property set to 'Center?':
In your VLF-One web page (UF_OEXEC,T_25LAUNC, etc) there should be a layout manager - is the 'Attachment' property set to 'Center?':
- Tue May 25, 2021 2:03 am
- Forum: Questions & Answers
- Topic: Frameworks and IBMi user profile
- Replies: 16
- Views: 37028
Re: Frameworks and IBMi user profile
Hi - Have you used the PERSIST command in the Server Module?
E.g. Persist Fields(#PersistentString1 #PersistentString2 #PersistentString3 #PersistentString4 #PersistentString5)
E.g. Persist Fields(#PersistentString1 #PersistentString2 #PersistentString3 #PersistentString4 #PersistentString5)
- Fri Jun 01, 2018 7:31 pm
- Forum: Questions & Answers
- Topic: LANSA Integrator - Large XML files
- Replies: 3
- Views: 8122
Re: LANSA Integrator - Large XML files
Hi,
Have you tried increasing the "-Xms" and "-Xmx" values in the JSM Administration file (JVMOptions parameter)?
For Windows:
Drive:\LansaInstallation\Integrator\JSMAdmin\jsmmgrdta.txt (https://docs.lansa.com/14/en/lansa093/content/lansa/intb4_0001.htm)
For iSeries:
Data Area JSMMGRDTA (https ...
Have you tried increasing the "-Xms" and "-Xmx" values in the JSM Administration file (JVMOptions parameter)?
For Windows:
Drive:\LansaInstallation\Integrator\JSMAdmin\jsmmgrdta.txt (https://docs.lansa.com/14/en/lansa093/content/lansa/intb4_0001.htm)
For iSeries:
Data Area JSMMGRDTA (https ...
- Mon Jun 26, 2017 8:38 pm
- Forum: Questions & Answers
- Topic: VLF-Win vs. VLF-One Default Instance Command Behavior Differences
- Replies: 3
- Views: 8366
- Sat Jun 24, 2017 12:42 am
- Forum: Questions & Answers
- Topic: VLF-Win vs. VLF-One Default Instance Command Behavior Differences
- Replies: 3
- Views: 8366
Re: VLF-Win vs. VLF-One Default Instance Command Behavior Differences
Hi Patrick, did you find a solution to this?
I'm in the UAT phase of a VLF-Win conversion to VLF-One and the users have asked for the same behaviour....
I'm in the UAT phase of a VLF-Win conversion to VLF-One and the users have asked for the same behaviour....