Search found 33 matches

by Pomegranate
Thu Feb 13, 2020 9:14 am
Forum: General discussion and questions about Aware IM
Topic: jQuery animate & scrollTop [Solved]
Replies: 4
Views: 6994

Re: jQuery animate & scrollTop [Solved]

Found a solution , so, the variables being declared wasn't finding the correct element, it seems Aware renders the table first and takes a while to populate it with data, so I added a timeout function and now it works, I used this bit of code if someone wants to use it later: setTimeout(function ()...
by Pomegranate
Thu Feb 13, 2020 6:24 am
Forum: General discussion and questions about Aware IM
Topic: jQuery animate & scrollTop [Solved]
Replies: 4
Views: 6994

Re: jQuery animate & scrollTop

Hi Jaymer,

I've tried out a pop-up window and it's the same, and there's a button to add a script on the pop-up window settings area, I've also used that and it's the same as before :(.
by Pomegranate
Thu Feb 13, 2020 5:59 am
Forum: General discussion and questions about Aware IM
Topic: jQuery animate & scrollTop [Solved]
Replies: 4
Views: 6994

jQuery animate & scrollTop [Solved]

Hi guys, I'm using a checkbox grid inside a form and whenever I edit it, I want to automatically scroll down to the selected checkbox row, so I've come up with a jQuery script that picks up a class and scrolls down to it, jQuery('html, body').animate({ scrollTop: jQuery('.defectComponentQuery table ...
by Pomegranate
Wed Nov 06, 2019 3:28 am
Forum: General discussion and questions about Aware IM
Topic: Top Toolbar Widget dissapearing when using Anchor Tags
Replies: 3
Views: 4711

Re: Top Toolbar Widget dissapearing when using Anchor Tags

Figured it out! :D

The culprits were

#aw_mobile_popup & #aw_about_window
by Pomegranate
Tue Nov 05, 2019 7:31 am
Forum: General discussion and questions about Aware IM
Topic: Long save times when using ELSE in rules
Replies: 1
Views: 3183

Long save times when using ELSE in rules

Hi guys,

This is not a big issue but I'm just curious, this hasn't happened before to my knowledge, I'm using 8.4 and using ELSE or ELSE IFs in rules are causing crazy long save times, is anyone else experiencing this?
by Pomegranate
Tue Nov 05, 2019 4:53 am
Forum: General discussion and questions about Aware IM
Topic: Top Toolbar Widget dissapearing when using Anchor Tags
Replies: 3
Views: 4711

Re: Top Toolbar Widget dissapearing when using Anchor Tags

Thanks Jaymer, I noticed that my issue is not something disappearing outright, but the top toolbar widget is getting pushed to the top of the screen and gets out of bound and view. I forcefully changed the position in the inspector and was able to get my menu back, so I'm trying to write something t...
by Pomegranate
Tue Nov 05, 2019 4:20 am
Forum: General discussion and questions about Aware IM
Topic: Top Toolbar Widget dissapearing when using Anchor Tags
Replies: 3
Views: 4711

Top Toolbar Widget dissapearing when using Anchor Tags

Hello everyone, I'm trying to bring up a record on a long list of queries by using an anchor tag on button href links. Everything works fine, except the Top Bar Toolbar Widget disappears whenever I click on a link. I even used javascript's scrollIntoView with the same results. Has anyone else used a...
by Pomegranate
Mon Oct 07, 2019 3:34 am
Forum: General discussion and questions about Aware IM
Topic: Add Class to Save/Create button on a form
Replies: 1
Views: 2783

Re: Add Class to Save/Create button on a form

This might actually be a bug, I've created a new Save button and positioned it on the bottom toolbar and gave it a class called TEST but it inherits the class of the previous default Save button.
by Pomegranate
Mon Oct 07, 2019 3:21 am
Forum: General discussion and questions about Aware IM
Topic: Add Class to Save/Create button on a form
Replies: 1
Views: 2783

Add Class to Save/Create button on a form

Hello everyone and thank you for your time, I'm having trouble adding a class to a Save/Create button on a form like so: https://i.imgur.com/BBPRBkr.png After that, the button element doesn't get the class for some reason: https://i.imgur.com/NdnhihB.png I suspect that the "Save" button changes to "...
by Pomegranate
Tue Aug 27, 2019 5:39 am
Forum: Wish List
Topic: FIND Action tester
Replies: 1
Views: 15150

FIND Action tester

Hello everyone, how's it goes? Lately I've been fiddling with multiple layers of FIND actions with this and thats and I really wish we had a FIND tester of sorts, Where you can actually run the FIND action in real time and see the actual records that the action finds, it would be really really usefu...
by Pomegranate
Wed Jun 05, 2019 9:13 am
Forum: General discussion and questions about Aware IM
Topic: Custom Form Conditional Logic
Replies: 2
Views: 4312

Custom Form Conditional Logic

Hello everyone, I recently ran into a problem where I couldn write conditional logic inside custom HTML forms <<IF BO.Attribute1 > BO.Attribute2 THEN SHOW_SECTION START>> True <<SECTION_END>> The above does not work on custom HTML's and I understand that it only works for documents, I have ran into ...
by Pomegranate
Fri May 31, 2019 7:33 am
Forum: General discussion and questions about Aware IM
Topic: SHOW SECTION_START woes
Replies: 3
Views: 6034

Re: SHOW SECTION_START woes

Actually, I went another way, I added a class to the a links like so <a class="{ValueTest}" href="#/" onclick="AwareApp.startProcess2('LessonViewTrainee','UserLesson',{ID},'new_tab')"><div class="course-name">{sc_Name}</div></a> And in CSS, I did this, a.No img { filter:grayscale(1); } a.No { pointe...
by Pomegranate
Fri May 31, 2019 6:37 am
Forum: General discussion and questions about Aware IM
Topic: SHOW SECTION_START woes
Replies: 3
Views: 6034

SHOW SECTION_START woes

Hello and good everyone, I'm using SHOW SECTION_START to filter between styles on a custom query inside a form. Here is the code <div class="course-wrapper"> <<IF UserModule.ValueTest = 'Yes' THEN SHOW SECTION_START>> <a href="#/" onclick="AwareApp.startProcess2('ModuleViewTrainee','UserModule',{ID}...
by Pomegranate
Tue Mar 20, 2018 11:18 am
Forum: General discussion and questions about Aware IM
Topic: Here's how far I've gotten on a SMS Custom Template. needHlp
Replies: 14
Views: 28762

Re: Here's how far I've gotten on a SMS Custom Template. nee

Got it, so float:left/right is kind of old and might get deprecated soon, Its normally easier to use display:inline-block with some tuning. Anyways, you can do this for now, <div class="bubble {C1}"><p>{Message}</p></div> <div class="float-cleaner"> <div class="cts {C2}">{ContactTime}</div> <style> ...