Search found 65 matches

by dhunt
Thu Dec 05, 2024 3:41 am
Forum: Questions & Answers
Topic: Background Image on Default Login page
Replies: 3
Views: 60629

Re: Background Image on Default Login page

I forgot to mention this is for VLF-One,

.ImageUnits
.ImageHeight
.ImageWidth

are not supported on the Web. Any other ideas?
by dhunt
Wed Dec 04, 2024 9:24 am
Forum: Questions & Answers
Topic: Background Image on Default Login page
Replies: 3
Views: 60629

Background Image on Default Login page

I have an image on the default launch page that is 6000px by 4000px. I am trying to shrink it down to fit the size of the screen but anything i do to the image does not shrink it. Can someone tell me what I am doing wrong? I also cant add a drop shadow to the login panel around the white space where ...
by dhunt
Wed Dec 04, 2024 8:41 am
Forum: Questions & Answers
Topic: Checkbox issue in List VLFOne
Replies: 1
Views: 46907

Re: Checkbox issue in List VLFOne

The issue was that the Source field was not a boolean field. After I get back the data from the working list I had to change a boolean field used for the checkbox to either true or false based on the data.
by dhunt
Thu Oct 31, 2024 9:01 am
Forum: Questions & Answers
Topic: Checkbox issue in List VLFOne
Replies: 1
Views: 46907

Checkbox issue in List VLFOne

My #PRIM_List checkbox looks like this but i cant change it if its unchecked or checked. Any one have this issue?

Untitled.png


Define_Com Class(#PRIM_LIST.CheckBox) Name(#ListColumn5) Displayposition(6) Parent(#List)

Evtroutine Handling(#ListColumn5.Click)

If Cond(#ListColumn5.CurrentItem ...
by dhunt
Fri Jan 22, 2021 6:18 am
Forum: Questions & Answers
Topic: Show Only Time in Date Time Field VLFONE
Replies: 2
Views: 32541

Show Only Time in Date Time Field VLFONE

How do I just show the time only on a date time field and only show the time up and down arrows?


Define_Com Class(#PRIM_DTIM) Name(#EnteredRange_Time1) Componentversion(1) Displayposition(24) Left(536) Tabposition(24) Top(136) Mindate('1970-01-01 00:00:00.000000000') Width(217) Parent(#COM_OWNER ...
by dhunt
Fri Jan 15, 2021 1:57 am
Forum: Questions & Answers
Topic: Pop Panel On Smaller screen Size - VLFOne
Replies: 2
Views: 79172

Re: Pop Panel On Smaller screen Size - VLFOne

Mark,

Yes I did. It seems that the height of the popup was the issue. If it is less than 1920x1080, I have to shrink the height of the popup programmatically to 80% of the current screen size. The same issue occurs if the width of the popup is more than the screen size.
by dhunt
Tue Jan 12, 2021 4:35 am
Forum: Questions & Answers
Topic: VLFOne - Slider Panels
Replies: 4
Views: 97948

Re: VLFOne - Slider Panels

I am still having this issue. Any ideas?
by dhunt
Tue Jan 12, 2021 4:33 am
Forum: Questions & Answers
Topic: Pop Panel On Smaller screen Size - VLFOne
Replies: 2
Views: 79172

Pop Panel On Smaller screen Size - VLFOne

I have several Pop up Panels that push up above the browser but only on screens smaller than 1920x1080. I also have some that don't do this and it has the same code. If I hit F11 to make it full screen I see it fine and then get out of full screen it is fixed until I need the popup again.

This is ...
by dhunt
Tue Sep 29, 2020 5:27 am
Forum: Questions & Answers
Topic: VLFOne - Slider Panels
Replies: 4
Views: 97948

Re: VLFOne - Slider Panels

I have now updated to VLF EPC 142067 and the left and top slider work in tablet mode. However the RIGHT slider still will not show and the framework device size check marks are checked. Any new ideas?
by dhunt
Tue Sep 29, 2020 12:35 am
Forum: Questions & Answers
Topic: Prompter Field Focus from Axes Screen
Replies: 2
Views: 56775

Re: Prompter Field Focus from Axes Screen

The same prompters Can Focus function will be True from a filter but not from an AXES screen. On initial load the Can Focus will be false and i have not found anything that i can set for the text field to overwrite the false. Does anyone know how to overwrite the false focus?
by dhunt
Fri Sep 18, 2020 11:04 pm
Forum: Questions & Answers
Topic: VLF-One Visual Notification on Main Panel
Replies: 25
Views: 6969969

Re: VLF-One Visual Notification on Main Panel

I added a close button to the pane in the slider. It doesnt show the CLOSEIMAGE until you dock the slider which we dont want to do and it already closes when you click outside the slider, which is what we want.
by dhunt
Thu Sep 17, 2020 12:11 am
Forum: Questions & Answers
Topic: Prompter Field Focus from Axes Screen
Replies: 2
Views: 56775

Re: Prompter Field Focus from Axes Screen

i noticed that if i go into a axes screen the very first init of it, the field can NOT be focused on programmatically. However, after that it can focus. How do i fix the very first time it loads the axes screen to focus on the field i want it to.
by dhunt
Wed Sep 16, 2020 11:34 pm
Forum: Questions & Answers
Topic: VLF-One Visual Notification on Main Panel
Replies: 25
Views: 6969969

Re: VLF-One Visual Notification on Main Panel

it's a click by mouse. do you know how to have it not just be absorbed by the axes window and act like the filter?
by dhunt
Tue Sep 15, 2020 11:43 pm
Forum: Questions & Answers
Topic: VLF-One Visual Notification on Main Panel
Replies: 25
Views: 6969969

Re: VLF-One Visual Notification on Main Panel

No, that part works. see attachement below.
Untitled4.png
Untitled4.png (7.35 KiB) Viewed 484919 times
the right side is an axes screen. it will NOT let me close the top slider but if i select in the smaller left box which is a filter it will close.
by dhunt
Mon Sep 14, 2020 1:42 am
Forum: Questions & Answers
Topic: VLF-One Visual Notification on Main Panel
Replies: 25
Views: 6969969

Re: VLF-One Visual Notification on Main Panel

I have got this to work however if i have an axes screen in the main panel it will not close the top slider. would anyone know why this might happen?
by dhunt
Fri Aug 28, 2020 5:29 am
Forum: Questions & Answers
Topic: Prompter Field Focus from Axes Screen
Replies: 2
Views: 56775

Prompter Field Focus from Axes Screen

I have an Axes screen with a prompter and i want to focus on a text field on init. this works if the prompter is coming from a filter but not if it is from an Axes screen. what do i need to do to the prompter so that it will focus correctly if coming from an axes screen?
by dhunt
Tue Aug 18, 2020 11:31 pm
Forum: Questions & Answers
Topic: VLF-One Visual Notification on Main Panel
Replies: 25
Views: 6969969

Re: VLF-One Visual Notification on Main Panel

The code does nothing as is. However, i think using some of what I was doing and your code might get the right outcome.
by dhunt
Sun Aug 16, 2020 7:44 am
Forum: Questions & Answers
Topic: VLF-One Visual Notification on Main Panel
Replies: 25
Views: 6969969

Re: VLF-One Visual Notification on Main Panel

I want a method(s) to programmatically float the slide in pane to a small size, undocked. However, if the user manually clicks on the pane it needs to display in its original size, undocked. Also, if the user does not click on the smaller floated size after a certain amount of time it disappears and ...
by dhunt
Sat Aug 15, 2020 6:19 am
Forum: Questions & Answers
Topic: VLF-One Visual Notification on Main Panel
Replies: 25
Views: 6969969

Re: VLF-One Visual Notification on Main Panel

what about on close? it doesnt seem to have the same effect when i change the height before closing, also i cant just have ufloatifclosed. i must have the dockclicked event too or it doesnt float. why is that?


Evtroutine Handling(#DelayedFloat.Tick)
#DelayedFloat.Stop

#lblNewComMessage.Visible ...
by dhunt
Thu Aug 13, 2020 8:32 am
Forum: Questions & Answers
Topic: VLF-One Visual Notification on Main Panel
Replies: 25
Views: 6969969

Re: VLF-One Visual Notification on Main Panel

Mark,

I tried using #COM_OWNER.uFloatifClosed and #Com_Owner.uCloseifFloating to programmatically display the top Slider. however i couldn't get it to work without using Signal Event(DockImageClicked).

If i do that though and limit the height of the slider to say 50 and then try to change it back ...