Search found 20 matches

by Kazunori Kasahara
Fri Feb 13, 2026 11:30 am
Forum: Questions & Answers
Topic: push notifications in VL Web
Replies: 10
Views: 14927

Re: push notifications in VL Web

Thanks for the update.

Regarding the issue on iPad and Mac, I suspect it's related to Apple's specific requirements for Web Push. On iOS/iPadOS, Web Push notifications only work when the app is added to the Home Screen as a PWA.

In my experience with the iPhone, I’ve found that subscribing works ...
by Kazunori Kasahara
Tue Feb 10, 2026 11:38 am
Forum: Questions & Answers
Topic: push notifications in VL Web
Replies: 10
Views: 14927

Re: push notifications in VL Web

When sending push notifications from IBM i, we initially encountered errors such as GSKit errors. However, we were able to resolve them by following these steps:

1. Retrieve the push service server from the Subscription Object’s Endpoint. (As you know, this varies depending on the browser. For ...
by Kazunori Kasahara
Fri Apr 04, 2025 9:10 pm
Forum: Questions & Answers
Topic: RAMP (VLF-ONE) : how to clear existing Terminal error in unknown form
Replies: 0
Views: 100787

RAMP (VLF-ONE) : how to clear existing Terminal error in unknown form

Hi,

Our customer has defined their RPG application main menu as a Destination in RAMP.
Screens after end users navigate main menu are handled as UNKNOWN FORM.

In the RPG application, display file shows error messages. i.e. https://www.ibm.com/docs/en/i/7.3?topic=design-error-messages
These display ...
by Kazunori Kasahara
Mon Nov 11, 2024 8:09 pm
Forum: Questions & Answers
Topic: VLF-ONE command tab style
Replies: 2
Views: 45001

Re: VLF-ONE command tab style

Thank you, Dino-san!
by Kazunori Kasahara
Wed Nov 06, 2024 10:21 pm
Forum: Questions & Answers
Topic: VLF-ONE command tab style
Replies: 2
Views: 45001

VLF-ONE command tab style

Hi,

Our customer would like to control styles of command tabs. e.g. caption text color
If possible, they would like to use their theme drawstyle can control active and inactive commands.

I have tried the DefaultTextColorBrush property in a snap-in theme customizer, but the property changes all the ...
by Kazunori Kasahara
Tue May 11, 2021 3:23 pm
Forum: Questions & Answers
Topic: Drop shadow of push button
Replies: 1
Views: 6772

Drop shadow of push button

Hi,

Our customer would like to show shadow to make push buttons appear as though floating above VL form.
Is there any way to show shadow outside of push buttons like label?


Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_FORM) Clientwidth(484) Clientheight(301) Componentversion(2) Left ...
by Kazunori Kasahara
Fri Aug 07, 2020 5:05 pm
Forum: Questions & Answers
Topic: Consuming RESTful web service via proxy server
Replies: 5
Views: 25239

Consuming RESTful web service via proxy server

Our customer would like to consume RESTful web service via Proxy server using XPRIM_HttpRequest from VL Server Module.

They need to through the proxy server with basic access authentication to perform HTTP request from their network.
They need to do the following steps when calling web service URL ...
by Kazunori Kasahara
Mon Jan 21, 2019 8:28 pm
Forum: Questions & Answers
Topic: Sepecify customer own font icon to LANSA Material Design controls property
Replies: 2
Views: 6320

Sepecify customer own font icon to LANSA Material Design controls property

Hi,

Our customer would like to use their own font icons in LANSA Material Design controls. (Their designer creates .ccs and .woff etc. of their font icons.)
They would like to specify their font icon name to the ICON property of LANSA Material Design controls (e.g. PRIM_MD.RaisedButton) and change ...
by Kazunori Kasahara
Wed Oct 17, 2018 10:06 am
Forum: Questions & Answers
Topic: VL Web runtime script error handling
Replies: 4
Views: 9824

Re: VL Web runtime script error handling

I will report this to LANSA Support.
Thank you.
by Kazunori Kasahara
Thu Oct 11, 2018 6:57 pm
Forum: Questions & Answers
Topic: VL Web runtime script error handling
Replies: 4
Views: 9824

Re: VL Web runtime script error handling

Thank you very much for your reply.
I tried, but COM_ERROR(*IGNORE) and COM_ERROR(*SET_NULL) couldn't stop that script error.
We will consider to check network connection before assigning a component reference.
by Kazunori Kasahara
Tue Oct 09, 2018 4:37 pm
Forum: Questions & Answers
Topic: VL Web runtime script error handling
Replies: 4
Views: 9824

VL Web runtime script error handling

Hi,

The following error occurs when the SET_REF command assigns a component reference to a variable that has been defined with a dynamic reference in the DEFINE_COM statement without network connection.
Our customer would not like to show the following error to end users.
Is there any way to handle ...
by Kazunori Kasahara
Thu Sep 20, 2018 6:51 pm
Forum: Questions & Answers
Topic: VL Web - Show background color of cell in selected list item
Replies: 0
Views: 15963

VL Web - Show background color of cell in selected list item

Our customer would like to change background color of list cell when detecting an error on a cell.

The following web page assigns style which background color is red to #ColumnSTD_CODE1.CurrentItem when pressing button. But assigned syle color is not shown unless we select other list item.

Can you ...
by Kazunori Kasahara
Tue Jul 31, 2018 6:12 pm
Forum: Questions & Answers
Topic: Control allowed characters (DBCS/SBCS) for PRIM_MD.Edit field
Replies: 7
Views: 14428

Re: Control allowed characters (DBCS/SBCS) for PRIM_MD.Edit field

Thank you very much, James.
I will suggest two options to the customer.
1. Dynamically create and destroy EditField
2. Check logic in the KeyPress event
by Kazunori Kasahara
Tue Jul 31, 2018 3:51 pm
Forum: Questions & Answers
Topic: Control allowed characters (DBCS/SBCS) for PRIM_MD.Edit field
Replies: 7
Views: 14428

Re: Control allowed characters (DBCS/SBCS) for PRIM_MD.Edit field

Hi James,

Thank you for your reply.

The customer would like to dynamically change length and allowed characters of the same field on their VL Web program.
EditField statically defines length and allowed characters based on the field definition, so they don't use EditField and are trying to use ...
by Kazunori Kasahara
Mon Jul 30, 2018 9:12 pm
Forum: Questions & Answers
Topic: Control allowed characters (DBCS/SBCS) for PRIM_MD.Edit field
Replies: 7
Views: 14428

Control allowed characters (DBCS/SBCS) for PRIM_MD.Edit field

Our customer has been used the PRIM_EDIT class for input fields. Because they would like to dynamically control the maximum number of characters and allowed characters (SBCS/DBCS) that can be entered in input fields using the DataClass property.

They are considering to replace PRIM_EDIT fields to ...
by Kazunori Kasahara
Wed Jul 25, 2018 9:04 pm
Forum: Questions & Answers
Topic: Should we use Material Design Style controls when developing VL Web application after V14 SP2?
Replies: 6
Views: 14035

Should we use Material Design Style controls when developing VL Web application after V14 SP2?

I think we should use Material Design Style controls for mobile application. They are suitable for mobile than existing Desktop Style controls.
If application is only for desktop (no need for mobile and resposive design), which option we should use?

1. We should use Material Design controls because ...
by Kazunori Kasahara
Fri Sep 16, 2016 7:41 pm
Forum: Questions & Answers
Topic: Is it possible to apply Visual LANSA theme draw style to VLF-ONE command handler?
Replies: 9
Views: 24445

Is it possible to apply Visual LANSA theme draw style to VLF-ONE command handler?

Hi,

I would like to apply Visual LANSA theme draw style to controls on VLF-ONE command handler. I have done the following steps but VL theme draw style is not applied to. I may misunderstand that. Any advise will be helpful. Thank you in advance.

1. I have specified DarkTitle to the ...