Search found 1460 matches

by PointsWell
Wed Mar 14, 2018 12:06 am
Forum: General discussion and questions about Aware IM
Topic: VP Containers Panels & Borders
Replies: 9
Views: 14361

Re: VP Containers Panels & Borders

The challenge is that Panel Containers don't have the same attributes as Content Panels. I am not suitable across HTML conventions to know whether this is an AIM issue or a constraint of HTML. See images for comparison: Screen Shot 2018-03-14 at 11.05.00.png Content Panel has Display Title, Show Bor...
by PointsWell
Tue Mar 13, 2018 11:55 pm
Forum: General discussion and questions about Aware IM
Topic: VP Containers Panels & Borders
Replies: 9
Views: 14361

Re: VP Containers Panels & Borders

What I ended up doing was creating the two panels grid and graph with a zero inner border on the right and left to make them both butt against each other internally - that at least made it look like they were the same element. I can't find a satisfactory method to deal with the title though. The tit...
by PointsWell
Tue Mar 13, 2018 9:04 am
Forum: General discussion and questions about Aware IM
Topic: HTML onClick in Query Output
Replies: 9
Views: 16688

Re: HTML onClick in Query Output

So to do this I use a rule when an object is created.. An example would be: IF Object IS NEW THEN Object.Link=`<a href=# onclick=AwareApp.startProcess2('ProcessName','Object',`+Object.ID+`,'main')>Text here</a>` Thanks! I was trying to make it dynamic - seems a bit clunky/inelegant to have to hardc...
by PointsWell
Tue Mar 13, 2018 4:56 am
Forum: General discussion and questions about Aware IM
Topic: HTML onClick in Query Output
Replies: 9
Views: 16688

Re: HTML onClick in Query Output

Hi Mark

Not at my desk at the moment, from memory it asks for

(‘Entity’,’Identifier’,’main’)

The example uses a specific instance id but I can’t figure out the syntax to be dynamic, ie This ID
by PointsWell
Tue Mar 13, 2018 4:49 am
Forum: General discussion and questions about Aware IM
Topic: HTML onClick in Query Output
Replies: 9
Views: 16688

Re: HTML onClick in Query Output

Spoke too soon.

I need awareApp2 function which passes context. Does anyone have an example of what this should look like as I haven’t managed to get the correct syntax worked out from the manual.
by PointsWell
Mon Mar 12, 2018 11:06 pm
Forum: Tips and Tricks
Topic: Simple REST - Weather
Replies: 5
Views: 14832

Re: Simple REST - Weather

Jaymer wrote: When Getting Weather for the 1st try, I got an error that it couldn't find BO "current"
Have heard back from Vlad. This is an issue that has been addressed
by PointsWell
Mon Mar 12, 2018 12:24 pm
Forum: General discussion and questions about Aware IM
Topic: HTML onClick in Query Output
Replies: 9
Views: 16688

Re: HTML onClick in Query Output

Thanks that works.
by PointsWell
Mon Mar 12, 2018 6:45 am
Forum: General discussion and questions about Aware IM
Topic: HTML onClick in Query Output
Replies: 9
Views: 16688

HTML onClick in Query Output

I have a BO that has to show in a Query. It relates to a line on a bank statement. I want to edit the statement line to associate it with a Contact. I could edit the form but that seems like at least 1 step to many. I thought about using inline editing but that won't commit until the user focus blur...
by PointsWell
Mon Mar 12, 2018 12:39 am
Forum: Tips and Tricks
Topic: Simple REST - Weather
Replies: 5
Views: 14832

Re: Simple REST - Weather

So from what I can make out it seems that AIM is trying to insert the XML into a BO called current, ignoring the fact that you have renamed the receiving object to some other name than current. This is very similar to the issue I was having with the complex/ugly XML example I was working with. Have ...
by PointsWell
Sun Mar 11, 2018 5:30 am
Forum: General discussion and questions about Aware IM
Topic: Trees & Recursion
Replies: 3
Views: 8167

Trees & Recursion

I have a BO called Contact. Contact can be Person or Company and if Contact is Company it can have: ps_ParentCo (which is a Company) pm_Subsidiaries (Companies) pm_Employees (People - obvs) I am trying to get a Tree to display the organisational hierarchy but I am completely flummoxed as to how to a...
by PointsWell
Sun Mar 11, 2018 4:48 am
Forum: General discussion and questions about Aware IM
Topic: VP Containers Panels & Borders
Replies: 9
Views: 14361

VP Containers Panels & Borders

I am building a dashboard to my application and have come across a challenge. If I put items into a Content Panel I can put a border around it like this: Screen Shot 2018-03-11 at 15.42.31.png Title of the Panel is Forward Pipeline and the border goes round the outside. However if I have a more comp...
by PointsWell
Sun Mar 11, 2018 1:21 am
Forum: Tips and Tricks
Topic: Simple REST - Weather
Replies: 5
Views: 14832

Re: Simple REST - Weather

Haha it was a trial and error - the response is JSON and not XML. Have a look at http://samples.openweathermap.org/data/2.5/weather?q=London,uk&appid=b6907d289e10d714a6e88b30761fae22 I worked out that everything that follows [ is a child BO - I only used the current forecast in my test, but the week...
by PointsWell
Sun Mar 11, 2018 12:20 am
Forum: General discussion and questions about Aware IM
Topic: V8 - VP - standard menu header&footer html&CSS -- where?
Replies: 4
Views: 7844

Re: V8 - VP - standard menu header&footer html&CSS -- where?

Is this different from this:
Screen Shot 2018-03-11 at 11.18.27.png
Screen Shot 2018-03-11 at 11.18.27.png (22.01 KiB) Viewed 7832 times
Select the top level of the menu item and it is in the bottom right pane of the configurator.