Search found 287 matches

by JonP
Thu Jul 05, 2018 2:52 pm
Forum: Problem reports
Topic: Formatting issues with vertical slider
Replies: 1
Views: 4524

Re: Formatting issues with vertical slider

Never mind, I figured it out. The slider control is unhappy when you don't provide a value for width (which it uses for height when vertical). This is what it looks like when width is set to 200:
by JonP
Thu Jul 05, 2018 2:38 pm
Forum: Problem reports
Topic: Formatting issues with vertical slider
Replies: 1
Views: 4524

Formatting issues with vertical slider

The interval feature now works great, but there are issues with the vertical slider: 1. the arrow buttons are at the upper right and lower left corners of the control instead of aligning with the slider bar 2. the interval markers are strange 3. the interval numbers are at a preset distance from the...
by JonP
Thu Jul 05, 2018 12:44 pm
Forum: Problem reports
Topic: Dynamically Calculated Column doesn't support aggregate expr
Replies: 2
Views: 6032

Re: Dynamically Calculated Column doesn't support aggregate

I tried as you suggested, but I got another error: "Aggregate functions in calculation may not have WHERE keyword".
by JonP
Mon Jul 02, 2018 3:49 pm
Forum: Problem reports
Topic: Dynamically Calculated Column doesn't support aggregate expr
Replies: 2
Views: 6032

Dynamically Calculated Column doesn't support aggregate expr

I tried to count the number of relationships for a peer multiple attribute, which resulted in an error, "Invalid calculation: Syntax error at token '.' (column 2)." The error results from only the expression. Leaving the expression off technically works, but the column cell is empty rather than show...
by JonP
Wed Jun 27, 2018 1:21 pm
Forum: General discussion and questions about Aware IM
Topic: 8.1 seems to be a lot more stable
Replies: 0
Views: 3423

8.1 seems to be a lot more stable

Is it just me or is 8.1 a lot more stable than 8.0? I'm rarely experiencing blue screens these days and I'm starting to get lazy about leaving the configurator open for long periods without consequences. I think the library updates made a big difference. Probably plugged the memory leaks.
by JonP
Sat Jun 23, 2018 12:40 pm
Forum: General discussion and questions about Aware IM
Topic: Tried to do a restart on UpCloud
Replies: 2
Views: 4325

Re: Tried to do a restart on UpCloud

I'm still under the radar, otherwise my heart would have been in my throat. Just wanted to give people a heads up.
by JonP
Sat Jun 23, 2018 2:28 am
Forum: General discussion and questions about Aware IM
Topic: Tried to do a restart on UpCloud
Replies: 2
Views: 4325

Tried to do a restart on UpCloud

I was having trouble starting the AwareIM service on my UpCloud server after installing an update, so I decided to restart the server. I went to the UpCloud control panel, selected the server and clicked Restart. The server shut down, but didn't automatically start back up. When I clicked Start, I g...
by JonP
Fri Jun 22, 2018 12:10 pm
Forum: General discussion and questions about Aware IM
Topic: Build 2464 is out...with improvements!
Replies: 1
Views: 3449

Build 2464 is out...with improvements!

Bugs: 1. LOG2 and LOG2 CONTEXT actions were broken 2. In IE buttons of a message box were not properly aligned 3. If a query had "select first record" checked and had no data, there was a problem 4. Read Sample File for export templates didn't work 5. Increment By property in the slider didn't actua...
by JonP
Tue Jun 19, 2018 1:42 pm
Forum: Problem reports
Topic: AIM ignores Increment by property for slider widget
Replies: 2
Views: 5366

Re: AIM ignores Increment by property for slider widget

Fix will be in next build per support.
by JonP
Tue Jun 19, 2018 1:41 pm
Forum: General discussion and questions about Aware IM
Topic: Conditional LIRU for script?
Replies: 7
Views: 8610

Re: Conditional LIRU for script?

Good to know! Thanks, Jaymer.
by JonP
Sun Jun 17, 2018 10:26 pm
Forum: General discussion and questions about Aware IM
Topic: Conditional LIRU for script?
Replies: 7
Views: 8610

Re: Conditional LIRU for script?

Dave, you're awesome! I did need to make a slight adjustment to the if statement to include parentheses: if ("<<LoggedInPerson.Role.Strategy>>"=="No Visibility") { and then it worked like a charm. I'm going to start using render script more for this sort of thing now that I know how. And yes, it is ...
by JonP
Sun Jun 17, 2018 1:29 pm
Forum: General discussion and questions about Aware IM
Topic: Conditional LIRU for script?
Replies: 7
Views: 8610

Re: Conditional LIRU for script?

:oops: Face-palm. And I've written slight variations on that line dozens of times for HTML cells. My lame excuse (because I feel a need to provide one) is that I threw my back out the other day and the pain distracted me. I fixed it to "SHOW SECTION_START" and same problem. Role is a single peer ref...
by JonP
Sat Jun 16, 2018 9:15 pm
Forum: General discussion and questions about Aware IM
Topic: Conditional LIRU for script?
Replies: 7
Views: 8610

Conditional LIRU for script?

I tried to do this in the render script of a form cell, but AIM just ignored the SECTION condition and ran the script regardless: <<IF LoggedInPerson.Role.Strategy='No Visibility' THEN SHOW_SECTION>> var divsToHide = document.getElementsByClassName("ChangeStrategies"); for(var i = 0; i < divsToHide....
by JonP
Wed Jun 13, 2018 11:39 pm
Forum: Problem reports
Topic: AIM ignores Increment by property for slider widget
Replies: 2
Views: 5366

AIM ignores Increment by property for slider widget

I have sliders that go from 0 to 100 and I want them to move in increments of 20. In the BO, I created number attributes and set the "Min value" to 0 and the "Max value" to 100. I created a form and added those number attributes, set them to slider widgets, and set the "Increment by" property to 20....
by JonP
Fri Jun 08, 2018 12:33 pm
Forum: General discussion and questions about Aware IM
Topic: Need Help from Win Upcloud users on 8.1 Slow Email test
Replies: 22
Views: 28938

Re: Need Help from Win Upcloud users on 8.1 Slow Email test

I always get a long spinner when sending an email, for both 8.0 and 8.1, deployment server on UpCloud (but my mail server is on InMotion) and test server on my machine.