Profile

Jerry Burianyk

Contact Details

My Content

1 to 20 of 44 total
Posted By Jerry Burianyk 01-10-2025 13:12
Found In Egroup: Facility Control
\ view thread
Is it possible to lock/pin a button in position if the Tab Container that the button is located in, is set for --> scroll="true"? If so - how is this achieved? TIA ------------------------------ JerryB ------------------------------
Posted By Jerry Burianyk 12-10-2024 16:39
Found In Egroup: Facility Control
\ view thread
Thanks - it looks like this will do the trick! ------------------------------ JerryB ------------------------------
Posted By Jerry Burianyk 12-07-2024 16:17
Found In Egroup: Facility Control
\ view thread
Is it possible to have a CR/LF for new rows within a column of a table where the table is being populated from a CSV file? The only multi-row things I've seen is under the Text Entry items. Thanks ------------------------------ JerryB ------------------------------
Posted By Jerry Burianyk 11-28-2024 11:22
Found In Egroup: Facility Control
\ view thread
Answering my own post .... I know the answer is going to seem very obvious to most here, but for those who not programmers and/or learning and are building panels based off the sample(s) that are kindly provided, I can't stress enough to make sure you double and triple check what you type ... especially ...
Posted By Jerry Burianyk 11-26-2024 16:51
Found In Egroup: Facility Control
\ view thread
I'll try and make this simple (maybe) How do you keep two tables (Btable & Stable) completely separate in dashboard? Each table has 3 columns (fname, lname, title) Content for each table comes from a separate CSV file (let's say ..... List1 & List2) My problem has been that when I read/load ...
Posted By Jerry Burianyk 11-25-2024 19:26
Found In Egroup: Facility Control
\ view thread
As an additional comment ... I keep getting a null response from bname26 - I have no idea why. I added a debug statement to report the bstate value of bname26 and it returns a value of "1" when toggled on ?? Also, 1 step forward 5 steps back... When I add the suggested code for updating values from ...
Posted By Jerry Burianyk 11-25-2024 10:43
Found In Egroup: Facility Control
\ view thread
Hi Richard Thanks so much, your state example works as suggested. I have run into another issue when I restore the state(s). In this dashboard, all commands are being sent to the application's web server. As such, it is really easy to bombard (hence overload) the server and have commands get ignored/lost ...
Posted By Jerry Burianyk 11-21-2024 20:41
Found In Egroup: Facility Control
\ view thread
Brilliant Richard !!! Thanks - after getting rid of all my typos, I got it to work and kind of follow what's going on. I never really looked at functions before so this was a great lesson. The only thing that puzzles me a bit is the last line - it seems counter intuitive to put the asyncPost at "the ...
Posted By Jerry Burianyk 11-20-2024 17:23
Found In Egroup: Facility Control
\ view thread
Hi Richard - thanks for the sample. I see (kind of ....) what you are doing here. I'm doing something similar but loading the csv into a 3 column table and then getting the values from the table. So let me study this for a bit before I throw in the towel. I'll upload the .grid file so you can take ...
Posted By Jerry Burianyk 11-19-2024 16:11
Found In Egroup: Facility Control
\ view thread
I'll try and describe this as best as possible: Generally, I have a Button that will load a table from a csv file (based off the example samples) .... Under the ogscript task, the csv file is processed ... the name list params are set by the ogscript.asyncPost(params.getValue("filename",0), ...
Posted By Jerry Burianyk 10-30-2024 17:47
Found In Egroup: Facility Control
\ view thread
Hi, I'm sorry if this is handled simply somewhere as a function within Dashboard but I haven't found it yet (I'd like to use something other than a text entry widget). Is it possible to capture a numeric 'digits' entry from the pc keyboard/keypad limited to any one or two digits and then store those ...
Posted By Jerry Burianyk 07-10-2023 17:01
Found In Egroup: Facility Control
\ view thread
If anyone likes this concept of writing out an xml file of a selected entry from a table, I finally got this working basing it off the sample "Write an XML File.grid". To trigger the file write, I added a new task for the Table so it would trigger on the selection. Here is the working code (not pretty ...
Posted By Jerry Burianyk 07-09-2023 23:29
Found In Egroup: Facility Control
\ view thread
Down a rabbit hole again .... I thought I might have been sending data too quickly, but that has turns out to be unlikely. So now, I'm trying to write a simple xml file with only two tags when I click on a selection from a table. The functionality of the table is fine and does what I want it to but ...
Posted By Jerry Burianyk 07-09-2023 15:17
Found In Egroup: Facility Control
\ view thread
Thanks James - I'll give the ogscript route a try. ------------------------------ JerryB ------------------------------
Posted By Jerry Burianyk 07-06-2023 16:18
Found In Egroup: Facility Control
\ view thread
Hi all, I think I have a scenario where I 'might' be sending commands to an external device via the ogscript.asyncPost method to fast (I'm using the stringify function to assemble the commands). I'd like to be able to 'pause' and give the receiving device a set amount of time to act on the command. ...
Posted By Jerry Burianyk 04-23-2022 12:33
Found In Egroup: Facility Control
\ view thread
Thx - ended up going the button route myself ------------------------------ JerryB ------------------------------
Posted By Jerry Burianyk 04-22-2022 13:20
Found In Egroup: Facility Control
\ view thread
Is there any method to make the Up/Down selection areas of a spinner widget - bigger/wider in order to make the selection more touchscreen friendly? The only method I've found it to make the whole control bigger but this is a waste of screen space. ------------------------------ JerryB -------- ...
Posted By Jerry Burianyk 04-09-2022 12:32
Found In Egroup: Facility Control
\ view thread
Thx ------------------------------ JerryB ------------------------------