Search found 13 matches

by gracehsu
01 Oct 2025, 01:01
Forum: "How do I do this"
Topic: quick pick table no longer positions next to QP icon
Replies: 1
Views: 1526

Re: quick pick table no longer positions next to QP icon

facepalm; I just realized I had the "position: absolute" in the containerStyle. Which means I have to manually position it. not sure why that was put there- so I am just going to call it a "I needed to turn my brains off and back on" aka step away & possibly ask people to embarrass myself before I ...
by gracehsu
29 Sep 2025, 23:13
Forum: "How do I do this"
Topic: quick pick table no longer positions next to QP icon
Replies: 1
Views: 1526

quick pick table no longer positions next to QP icon

Hello;
I have this one screen where a quick pick is used for the sub-file options. I changed the on-select script to be more flexible & the options, but now when I hover over the quick pick icon, the table always appears in the middle of the screen!

Not sure if it matters, but original script ...
by gracehsu
31 May 2025, 00:25
Forum: "How do I do this"
Topic: how do I remove the caret from a drop down?
Replies: 2
Views: 9821

Re: how do I remove the caret from a drop down?

Beautiful! Thanks Tim!!
by gracehsu
31 May 2025, 00:13
Forum: "How do I do this"
Topic: is there any way to load a quick pick via a static table?
Replies: 1
Views: 3360

is there any way to load a quick pick via a static table?

I'm making a custom extension. I CAN load it manually, but we have a table on the system where we add any options we have coded, is there any way to load the option from the table?
by gracehsu
15 May 2025, 05:46
Forum: "How do I do this"
Topic: how do I remove the caret from a drop down?
Replies: 2
Views: 9821

how do I remove the caret from a drop down?

Or make it smaller? I have some places where I just need the 2 char country code, but I have to use up 3 spaces because otherwise the downwards caret is covering the country. Thanks in advance!
by gracehsu
18 Nov 2023, 05:56
Forum: "How do I do this"
Topic: Can't seem to use FIELDS to find a default visualization input field
Replies: 1
Views: 20268

Can't seem to use FIELDS to find a default visualization input field

I can't seem to get FIELDS() to work consistently with a default visualization I added to a screen.

Example below is a test I set up just to see what I'm doing wrong :
1. I named the command line for the menu to "cmd_Line".
2. I added a default Visualization I called "io_Test"
- note: I copy ...
by gracehsu
16 Sep 2023, 03:30
Forum: "How do I do this"
Topic: Attempting to auto-GUI menu items to a button.
Replies: 3
Views: 28985

Re: Attempting to auto-GUI menu items to a button.

I checked that part of the screen- but I don't see anything that could make the buttons look better?
by gracehsu
22 Aug 2023, 02:25
Forum: "How do I do this"
Topic: Attempting to auto-GUI menu items to a button.
Replies: 3
Views: 28985

Attempting to auto-GUI menu items to a button.

I am attempting to give our aXes screens a similar look-and-feel to some programs we already have on the web. I want to make out menus auto-GUI to show their numbers & look like buttons.
Screenshot 2023-08-21 121314.gif

I cloned most of the style to aXes, I figured I'll play with the sizes later ...
by gracehsu
17 May 2023, 06:17
Forum: "How do I do this"
Topic: is there a repository of custom extension templates/'skeletons'?
Replies: 1
Views: 10528

is there a repository of custom extension templates/'skeletons'?

I've already gone through the aXes tutorial for making custom extensions... the tutorial says "Depending on your JavaScript skills, when writing the first extension you may choose an existing extension as the starting point." - is there a repository for extension 'skeletons', and/or is there a way ...
by gracehsu
17 May 2023, 01:34
Forum: "How do I do this"
Topic: how to show error on a drop down?
Replies: 2
Views: 8952

Re: how to show error on a drop down?

figure this out while the forums were down and I'm posting the answer here in case anyone else needs it, I wrote a function in USERENV which I set as a the default for class in all of the extensions (including drop downs ...