Search found 427 matches

by pureist
Sun Dec 24, 2017 12:42 am
Forum: General discussion and questions about Aware IM
Topic: Does Aware support full CRUD operation with External DB?
Replies: 18
Views: 35834

Re: Does Aware support full CRUD operation with External DB?

But maybe the 'compromise'/price to pay in term of AIM offering everything it does (that other platforms don't) IS this table/index aspect you consider a shortcoming?

Maybe some things AIM offers wouldn't be possible if the table/index handling was as you would like.
by pureist
Sun Dec 24, 2017 12:10 am
Forum: General discussion and questions about Aware IM
Topic: Does Aware support full CRUD operation with External DB?
Replies: 18
Views: 35834

Re: Does Aware support full CRUD operation with External DB?

It simply comes down to the 'Golden Rule of the Universe', Ben, being: If you are getting something you overall want, like or need, then there is always a compromise or sacrifice to make, or price to pay. Always. Nothing for nothing. Ever! Humans expect/seek out/live in hope of getting something for...
by pureist
Mon Dec 11, 2017 1:54 am
Forum: General discussion and questions about Aware IM
Topic: How to support a user who opens multiple tabs.
Replies: 32
Views: 62904

Re: How to support a user who opens multiple tabs.

No images are visible in your last post. Please edit and correct error. I always thought, when a customer places an order it is called a "Sales Order"? And when you place an order with a supplier it is called a "Purchase Order"? This is how it is all accounting systems. Just like "AR" (Accounts Rece...
by pureist
Sun Dec 10, 2017 5:34 am
Forum: General discussion and questions about Aware IM
Topic: How to support a user who opens multiple tabs.
Replies: 32
Views: 62904

Re: How to support a user who opens multiple tabs.

It sounds like you're using DISPLAY LAYOUT (in a tab) to achieve the 'multiple panels' in the newly opened order entry tab. " .. I have to have some way to know which is the selected customer .. " (for each tab - I assume you mean) Why? (same as John asked) Per John, the Order Entry form in the tab ...
by pureist
Sat Dec 09, 2017 6:06 am
Forum: General discussion and questions about Aware IM
Topic: How to support a user who opens multiple tabs.
Replies: 32
Views: 62904

Re: How to support a user who opens multiple tabs.

what about redesigning the order entry system so users don't have to spend time opening a new browser tab and logging in again just to enter an order for another customer concurrently with the WIP order? I thought you were about 'pixel perfect' placement and elegance? This seems clunky. :mrgreen: :m...
by pureist
Fri Nov 10, 2017 10:42 pm
Forum: General discussion and questions about Aware IM
Topic: CSS Formating Query
Replies: 8
Views: 16313

Re: CSS Formating Query

It's a really worthwhile time investment spending a day learning the basics/fundamentals of CSS/HTML: https://www.w3schools.com/html/html_blocks.asp Top and bottom Margin and Padding has no effect for Inline elements, only Block elements. If not already done you should also remove the <body element ...
by pureist
Tue Oct 03, 2017 9:47 pm
Forum: General discussion and questions about Aware IM
Topic: Help with custom query display
Replies: 8
Views: 37529

Re: Help with custom query display

but, if you want to structure it in the most efficient way, instead of 3 "if's" (2 of which in the previous post are evaluated unnecessarily, in addition to the middle one having a superfluous 2nd clause), you would use if, else if, else; <div class="freshQuotesFlex" > # if( data["daysOld"] > 14 ) {...
by pureist
Sun Oct 01, 2017 9:52 pm
Forum: General discussion and questions about Aware IM
Topic: Help with custom query display
Replies: 8
Views: 37529

Re: Help with custom query display

In fact, Mark's way might be the most elegant way as it results in less CQ Template script, with the only compromise being that you might (but most likely not) need to use Class Name's which might not be consistent with your Class naming convention. Another way to achieve it is to use a Kendo UI Has...
by pureist
Thu Sep 14, 2017 4:54 pm
Forum: General discussion and questions about Aware IM
Topic: getPanelId Problem
Replies: 10
Views: 38265

Re: getPanelId Problem

I remember the frame type (ie. 'main') had to be lower case, but I thought the tab and panel names didn't have to be.
Maybe they do?
And I'm sure it wasn't necessary to have a space before the opening bracket, but maybe that has changed?
by pureist
Thu Sep 14, 2017 4:06 pm
Forum: General discussion and questions about Aware IM
Topic: getPanelId Problem
Replies: 10
Views: 38265

Re: getPanelId Problem

AwareApp.startProcess('VIEWAsset', AwareApp.getPanelId('main','Assets2','DetailDisplay'))
by pureist
Sun Sep 10, 2017 1:08 am
Forum: General discussion and questions about Aware IM
Topic: BUG/Demo BSV. Probably a Kendo issue. ...read
Replies: 1
Views: 10262

Re: BUG/Demo BSV. Probably a Kendo issue. ...read

I think you should as well post it in the 'Problem reports' Forum.
by pureist
Tue Sep 05, 2017 9:09 am
Forum: General discussion and questions about Aware IM
Topic: Combining fontawesome icons
Replies: 3
Views: 16562

Re: Combining fontawesome icons

FYI, some CSS Selectors should strictly speaking have a double colon...
https://www.w3schools.com/cssref/css_selectors.asp
::before and ::after are two of them.

Seems to work fine in the following without Absolute:
https://www.w3schools.com/code/tryit.as ... 9TLC20LP9C
by pureist
Fri Sep 01, 2017 7:30 pm
Forum: General discussion and questions about Aware IM
Topic: LoggedInRegularUser as NON-Persist
Replies: 9
Views: 37855

Re: LoggedInRegularUser as NON-Persist

how to use the value in a variable (AKA data- variable_name attribute of the body or other element of the HTML document)? an alternative to approaching it on the basis of creating a non-persistent object instance.. EXEC SCRIPT could compile the data- variable_name attribute into a string which it ex...
by pureist
Thu Aug 31, 2017 11:49 pm
Forum: General discussion and questions about Aware IM
Topic: LoggedInRegularUser as NON-Persist
Replies: 9
Views: 37855

Re: LoggedInRegularUser as NON-Persist

you could achieve this by saving variables and their values in the HTML document itself in a 'display: none;' element, which contains child elements which each carry a variable/value pair. such child element could have an id which is the name of the variable, so that it can be accessed via, document...
by pureist
Sun Aug 27, 2017 10:39 pm
Forum: General discussion and questions about Aware IM
Topic: How do you close a query that's inside the main panel?
Replies: 2
Views: 13300

Re: How do you close a query that's inside the main panel?

..in the meanwhile, the workarounds are: have a 'Close' button on the query which runs a process which: 1. uses DISPLAY LAYOUT to display a blank layout in the panel , which will overwrite the query 2. runs another query which returns no records (criteria 'ID=0') and has everything turned off so the...