Search found 345 matches

by RentProperty
Sat Feb 18, 2017 4:38 pm
Forum: General discussion and questions about Aware IM
Topic: CSS Question
Replies: 2
Views: 4681

Re: CSS Question

Hi Mark. I'm still a total noob when it comes to css and html and it can get really frustrating as you say. One thing I have learned is to always apply a top level class when doing things like that and then put that class in front of everyone single css block. For example put a css class called .myD...
by RentProperty
Wed Feb 15, 2017 11:13 am
Forum: General discussion and questions about Aware IM
Topic: Verical space between fields on a form
Replies: 10
Views: 19225

Re: Verical space between fields on a form

Apologies for the delayed response. Was busy crunching for a new release this past weekend. :-) Do you mean screenshot of what my forms look like? Sure... Here's an example (Obviously, the Space was not the only thing we tweaked. As I mentioned we have a massive CSS file with tons of overrides. But ...
by RentProperty
Tue Feb 07, 2017 1:14 pm
Forum: General discussion and questions about Aware IM
Topic: Verical space between fields on a form
Replies: 10
Views: 19225

Re: Verical space between fields on a form

That is a measuring unit that is Relative to the font-size of the element

Example: 2em means 2 times the size of the current font
by RentProperty
Sat Feb 04, 2017 6:20 am
Forum: General discussion and questions about Aware IM
Topic: Verical space between fields on a form
Replies: 10
Views: 19225

Re: Verical space between fields on a form

We simply have an Override in our own CSS file that does this. Looks like this: .aw-form .form-inline .form-group, .form-inline .k-grid { margin-bottom: .2em !important; } Obviously you can change the .2em to any value you like. We spent quite some time to build a CSS file that overrides a ton of th...
by RentProperty
Sat Jan 28, 2017 2:37 pm
Forum: General discussion and questions about Aware IM
Topic: Lessons on Slow System Speed and Scaling Apps
Replies: 8
Views: 18180

Re: Lessons on Slow System Speed and Scaling Apps

+100 for better logging / debugging features. Hopefully this will be part and parcel of the V8 E4 application. :-)

Thanks for the breakdown. Will keep looking out for these pitfalls.
by RentProperty
Thu Jan 26, 2017 10:02 am
Forum: General discussion and questions about Aware IM
Topic: Syntax for modeless window from JavaScript??
Replies: 8
Views: 12405

Syntax for modeless window from JavaScript??

Does any one know what the syntax look like to have render option: modeless window, when using awareApp.startProcess from custom html. I've spent about an hour searching the forum now cause I know it was here somewhere but for the life of me I cannot find it. :-) So basically I want to be able to do...
by RentProperty
Mon Jan 23, 2017 11:08 am
Forum: General discussion and questions about Aware IM
Topic: Kendo Chrom Bug - Collapsing Filters
Replies: 1
Views: 4037

Kendo Chrom Bug - Collapsing Filters

Hi Support, Please see the attached thread. http://www.telerik.com/forums/kendo-grid-filter-hiding-on-hovering-textbox-in-chrome There is a problem that causes the Input Filters to Collapse when hovering over the input field on them. I believe this has been resolved in Kendo. Do you have an ETA for ...
by RentProperty
Mon Jan 16, 2017 12:17 pm
Forum: General discussion and questions about Aware IM
Topic: *FR - DISPLAY QUESTION / DISPLAY MESSAGE - Customisations
Replies: 2
Views: 5928

*FR - DISPLAY QUESTION / DISPLAY MESSAGE - Customisations

It would be really helpful if the DISPLAY QUESTION / DISPLAY MESSAGE feature could be expanded to take more parameters so we are able to dynamically set the Title, Message/Question, and the Button Text, as well as a Specific CSS class to use for that Dialog if you don't want to generally override al...
by RentProperty
Sat Jan 07, 2017 7:33 am
Forum: General discussion and questions about Aware IM
Topic: Why is MySQL so slow?
Replies: 13
Views: 21816

Re: Why is MySQL so slow?

Hi Bruce, not sure if the app has lot of icons loaded? If yes then one thing you can try is to clean the BASDBTEST's dv_res table. (PS... Don't do this on the BASDB). In the past the icons would create new records in this table for each icon every time you put the application in test so it builds up...
by RentProperty
Thu Jan 05, 2017 10:28 am
Forum: General discussion and questions about Aware IM
Topic: Export Using Template Doesn't work for more than 1000 Record
Replies: 0
Views: 2987

Export Using Template Doesn't work for more than 1000 Record

Has anyone else found that EXPORT using templates don't work for more than 1000 records?
by RentProperty
Sun Dec 11, 2016 6:24 pm
Forum: General discussion and questions about Aware IM
Topic: Jasper Webinar Thursday 8PM EST
Replies: 22
Views: 34673

Re: Jasper Webinar Thursday 8PM EST

Mmm. Thanks Bruce. Will wait to hear what support says. The jasper Studio software is very powerful and flexible. It his can be the new report writer in V8 it will be awesome, but need to be able to generate and Save to a document attribute.

Once again thank you for sharing.
by RentProperty
Sat Dec 10, 2016 7:22 pm
Forum: General discussion and questions about Aware IM
Topic: Jasper Webinar Thursday 8PM EST
Replies: 22
Views: 34673

Re: Jasper Webinar Thursday 8PM EST

Thank you very much Bruce!! This will help a lot! Look forward to start experimenting. Just one question... How would you create a document to save in aware im? I.e. if you an object with document attribute and you want to compile a report amd store it in Aware in that document attribute instead of ...
by RentProperty
Thu Dec 08, 2016 3:20 pm
Forum: General discussion and questions about Aware IM
Topic: What / how does this work
Replies: 9
Views: 12521

Re: What / how does this work

Ok thanks for confirming Henrik. Will see if I can fin some time tomorrow to create a sample BSV. I just spent an hour and a half this morning on another Bug Report BSV for a complicated bug in the PDF Reporting. :-)
by RentProperty
Thu Dec 08, 2016 2:22 pm
Forum: General discussion and questions about Aware IM
Topic: What / how does this work
Replies: 9
Views: 12521

Re: What / how does this work

Has anybody successfully implemented drag and drop re-ordering that comes with V7? I have followed the intructions to the T as per the manual, tried it in forms, custom queries, and normal queries. No matter what I try It doesn't allow re-ordering. in other words It doesn't actually drag and drop th...
by RentProperty
Tue Nov 22, 2016 8:11 am
Forum: Problem reports
Topic: Picture WAS CHANGED always executes?
Replies: 12
Views: 26139

Re: Document WAS CHANGED always executes?

Hi support, has this issue ever been resolved? I am still seeing this happening on documents. So I have my documents in a file system and every time I save the object that contains the document attribute it triggers the rules that fall under "If DocumentRecord.Document WAS CHANGED AND DocumentRecord...