Search found 349 matches

by mrbdrm
Wed Jul 25, 2018 11:31 am
Forum: General discussion and questions about Aware IM
Topic: Attachment feature allows 1 doc to be attached at a time
Replies: 9
Views: 20748

Re: Attachment feature allows 1 doc to be attached at a time

you can mask the form to prevent any change until the form finish saving
by mrbdrm
Mon Jul 23, 2018 10:50 pm
Forum: General discussion and questions about Aware IM
Topic: Mobile Forms Scroll Badly
Replies: 4
Views: 9310

Re: Mobile Forms Scroll Badly

just for testing
Add another tab to the form with anything in it
See if this help.
by mrbdrm
Mon Jul 23, 2018 10:44 pm
Forum: Tips and Tricks
Topic: Smooth scroll on mobile
Replies: 3
Views: 13816

Re: Smooth scroll on mobile

I have done that before.
There is an issue on ios that could casue flickering on screen with this.
My solution was to apply it only on the forms.
by mrbdrm
Sun Jul 22, 2018 8:37 pm
Forum: General discussion and questions about Aware IM
Topic: Mobile Forms Scroll Badly
Replies: 4
Views: 9310

Re: Mobile Forms Scroll Badly

welcome to the aware mobile world :D
how are you displaying your form?
by mrbdrm
Fri Jul 20, 2018 11:58 am
Forum: General discussion and questions about Aware IM
Topic: Version 8.2
Replies: 25
Views: 74946

Re: Version 8.2

no love for mobile. :(
i will skip this version since it have no benefit to my application.
by mrbdrm
Sun Jul 15, 2018 12:23 pm
Forum: General discussion and questions about Aware IM
Topic: [suggestion] changing the forums to Discourse
Replies: 1
Views: 4905

[suggestion] changing the forums to Discourse

I would love to see the current forums changed to more useful alternative that i think will help AwareIM in improving greatly. i cam across this forums on another platform i use and i like it a lot(its even great on mobile) some of the features are: 1- browser push to update when new replay or threa...
by mrbdrm
Sat Jul 14, 2018 1:35 am
Forum: General discussion and questions about Aware IM
Topic: Custom HTML forms for Aware IM 8.2 - need your opinion
Replies: 37
Views: 58076

Re: Custom HTML forms for Aware IM 8.2 - need your opinion

I will not use it. There is absolutely no reason to take the overhead of doing what aware is doing for you(visual consistency) just use aware as a back-end. and do any front-end framework you like, you can do this now when you need a lot of customization in the looks then aware is not your best opt...
by mrbdrm
Fri Jul 13, 2018 1:53 pm
Forum: General discussion and questions about Aware IM
Topic: Custom HTML forms for Aware IM 8.2 - need your opinion
Replies: 37
Views: 58076

Re: Custom HTML forms for Aware IM 8.2 - need your opinion

I will not use it. There is absolutely no reason to take the overhead of doing what aware is doing for you(visual consistency) just use aware as a back-end. and do any front-end framework you like, you can do this now when you need a lot of customization in the looks then aware is not your best opti...
by mrbdrm
Sun Jun 10, 2018 12:23 am
Forum: General discussion and questions about Aware IM
Topic: Suddnely my server stopped working today!!!!
Replies: 12
Views: 14724

Re: Suddnely my server stopped working today!!!!

The "solution" is to look at the processes that are trapped in Exec Context and see why they are never ending. Unfortunately this isn't always easy. We also started monitoring DB connections, and more recently have found reviewing process lists on the DB (we use MySql) insightful as you can see you...
by mrbdrm
Fri Jun 08, 2018 10:52 pm
Forum: General discussion and questions about Aware IM
Topic: Suddnely my server stopped working today!!!!
Replies: 12
Views: 14724

Re: Suddnely my server stopped working today!!!!

this is the most reason aware stop responding
and its not considered an issue by support sadly
by mrbdrm
Fri Jun 08, 2018 11:39 am
Forum: General discussion and questions about Aware IM
Topic: Suddnely my server stopped working today!!!!
Replies: 12
Views: 14724

Re: Suddnely my server stopped working today!!!!

Did you check the execution context table?
And how many connection your app is having with the database.
by mrbdrm
Mon Jun 04, 2018 10:49 am
Forum: General discussion and questions about Aware IM
Topic: Emails: instead of Mandrill, et.al., try direct to GMAIL?
Replies: 8
Views: 16329

Re: Emails: instead of Mandrill, et.al., try direct to GMAIL

sorry Jaymer didn't notice the questions before. in our app we create the new users email accounts manually since they are maybe one new user a week. all the accounts have the option "less secure access" by default since we have the admin account for the g suite. sending emails are instant to any em...
by mrbdrm
Thu May 31, 2018 7:14 pm
Forum: General discussion and questions about Aware IM
Topic: Two Factor Authentication (Revisted)
Replies: 1
Views: 3233

Re: Two Factor Authentication (Revisted)

don't know about direct implementation from aware side but its easy to do using telerivet sms service with android phones.
i have done it since two years with zero problems and costing way less than what companies charge for the service.
by mrbdrm
Thu May 31, 2018 11:33 am
Forum: General discussion and questions about Aware IM
Topic: Show only first part of a large text field on a grid
Replies: 9
Views: 11302

Re: Show only first part of a large text field on a grid

Code: Select all

white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;