Search found 8 matches

by belzswd
Sun Jul 13, 2025 6:43 pm
Forum: Tips and Techniques
Topic: Position PRIM_IMAG component programmatically
Replies: 2
Views: 162237

Re: Position PRIM_IMAG component programmatically

FYI - I dropped the reversion to Top/Left = [0,0] at the end of the routine, & this worked - Not very intuitive, as this is after the fade-out & visible = false assignments. I'd like to return the default position [0,0] afterwards at some point, but this can be deferred.

Comments welcome. 🐏
by belzswd
Sun Jul 13, 2025 5:48 pm
Forum: Tips and Techniques
Topic: Position PRIM_IMAG component programmatically
Replies: 2
Views: 162237

Position PRIM_IMAG component programmatically

I have a routine like the following, but I'm trying to position the Image dynamically (the literal Left/Top assignments are just a sample) -

Mthroutine Name(RevealImage)
#Image.Left := 220
#Image.Top := 35
#Image.DisplayPosition := 1
#Image.FadeIn Delay(0) Duration(300)
#Image.Visible := True ...
by belzswd
Fri Oct 18, 2024 12:15 pm
Forum: Questions & Answers
Topic: asLocalizedDateTime calculation differences
Replies: 5
Views: 30289

Re: asLocalizedDateTime calculation differences

Hi,

Related phenomenom arises when rendering a UTC time at the client that is in a different timezone than the server where UTC time has been determined (then returned to client). The client rendering misrepresents this field as it considers local (client) time when rendering the UTC time delivered ...
by belzswd
Tue Aug 06, 2024 5:06 pm
Forum: Questions & Answers
Topic: Message Descriptions in LANSA/Windows
Replies: 3
Views: 14566

Re: Message Descriptions in LANSA/Windows

Thanks Kindly Brendan.
by belzswd
Tue Aug 06, 2024 3:18 pm
Forum: Questions & Answers
Topic: Message Descriptions in LANSA/Windows
Replies: 3
Views: 14566

Message Descriptions in LANSA/Windows

Assumming BIFs like GET_MESSAGE_DESC are supported on LANSA/Windows -
  • Are these stored in the LX_DTA schema? If so which table?
    How does one register new messages?
I expect there's an encyclopedia page somewhere - Sorry I missed it ..

Regards, AB 🐏
by belzswd
Sat Jun 22, 2024 4:47 pm
Forum: Questions & Answers
Topic: Multicolumn List Cell Interface - #prim_list.IListCellDesign
Replies: 4
Views: 14880

Re: Multicolumn List Cell Interface - #prim_list.IListCellDesign

Appreciate your response/s thanks Brendan.

Sorry for the late reaction - I'm only attending this project part time, & yes my effort here is web-based.
I am familiar with Tiles & XDEMOWEBT - I've successfully used tiles elsewhere.

I chose not to adopt them (initially), as tile-collections are ...
by belzswd
Tue Jun 11, 2024 6:51 pm
Forum: Questions & Answers
Topic: Multicolumn List Cell Interface - #prim_list.IListCellDesign
Replies: 4
Views: 14880

Re: Multicolumn List Cell Interface - #prim_list.IListCellDesign

Thanks for the response BB.

In terms of your explanation (appreciated), & my problem, we can say that I would like to associate different #Employee instances with corresponding COLUMN's in the targetted ROW.

Presently my design approach has a property (Map_X) in my data-object which is intended to ...
by belzswd
Sun Jun 09, 2024 7:41 pm
Forum: Questions & Answers
Topic: Multicolumn List Cell Interface - #prim_list.IListCellDesign
Replies: 4
Views: 14880

Multicolumn List Cell Interface - #prim_list.IListCellDesign

Background -
DEM component xDemoWebList consumes the following column defined as ..

Define_Com Class(#PRIM_LIST.Part) Name(#ColumnAddress) Displayposition(6) Parent(#List) Design(#xDemoWebListAddress) Columnwidth(157) Columncaption('Address')

Eg ..
#List.CurrentItem.RelatedReference ...