Search found 201 matches

by idpSteve
Tue Sep 03, 2019 5:23 am
Forum: General discussion and questions about Aware IM
Topic: Syntax for modeless window from JavaScript??
Replies: 8
Views: 12119

Re: Syntax for modeless window from JavaScript??

Awesome, thanks! This is what I was looking for:

{modeless: true, position: {top: 100, right: 100 } }
by idpSteve
Mon Sep 02, 2019 9:13 am
Forum: General discussion and questions about Aware IM
Topic: Syntax for modeless window from JavaScript??
Replies: 8
Views: 12119

Re: Syntax for modeless window from JavaScript??

Hi all.

I'm looking for this now.. Anyone know where it is?
by idpSteve
Fri Aug 30, 2019 6:02 am
Forum: General discussion and questions about Aware IM
Topic: Mark Bailey has left the building !!!
Replies: 11
Views: 14970

Re: Mark Bailey has left the building !!!

Best of luck for this new chapter in your life, Mark! I'm excited for you.
by idpSteve
Thu Aug 29, 2019 7:52 am
Forum: Problem reports
Topic: Phone gap
Replies: 6
Views: 11536

Re: Phone gap

If this is just failing for iOS then the issue is probably certificate related. Make sure you used the same bundle identifier when generating your certificates as you did when building your phonegap.zip in Aware, also make sure you uploaded key file etc to phonegap, and are using the right key file ...
by idpSteve
Thu Aug 08, 2019 8:15 am
Forum: Problem reports
Topic: Yes/No Attribute can not be switched to OFF if required
Replies: 10
Views: 15819

Re: Yes/No Attribute can not be switched to OFF if required

Have you tried setting initial value to 'No'?

If you set to 'On'/'Yes' and save the form, then edit the object and change it to 'Off'/'No' do you still get the error?
by idpSteve
Tue Jul 30, 2019 5:37 am
Forum: General discussion and questions about Aware IM
Topic: Calendar Questions
Replies: 8
Views: 9742

Re: Calendar Questions

Add this to initialization script:

$(document).ready(function() {
kendo.culture().calendar.firstDay= 1
});

You can change this number for different days.
by idpSteve
Tue Jul 30, 2019 5:36 am
Forum: General discussion and questions about Aware IM
Topic: Calendar Questions
Replies: 8
Views: 9742

Re: Calendar Questions

I haven't used this in a while, it was as simple as changing the drop down for me. Perhaps it's a bug.. You could look at the kendo docs and add some initialization script for this, but it should be a built in feature of calendars.
by idpSteve
Tue Jul 30, 2019 5:28 am
Forum: General discussion and questions about Aware IM
Topic: Can users add their own attributes to a business object
Replies: 2
Views: 4406

Re: Can users add their own attributes to a business object

I've come across this a bit, it's a limitation I agree. Presumptively you could say: FIND Person WHERE (Person.Name='John' AND EXISTS PersonAttribute WHERE (PersonAttribute.Label='Hair Color' AND PersonAttribute.Value='Black' AND PersonAttribute IN Person.Attribute)) The problem is one user will typ...
by idpSteve
Mon Jul 29, 2019 5:58 am
Forum: General discussion and questions about Aware IM
Topic: Calendar Questions
Replies: 8
Views: 9742

Re: Calendar Questions

1. If you click on the three dots next to "Display as Calendar/Scheduler" then click on the "More..." link you'll see a dropdown that says "First day of week". You can use this. 2. I think if you set a fixed height then the header stays at the top of the query. I'm pretty sure that this is the case ...
by idpSteve
Fri Jul 19, 2019 12:54 pm
Forum: General discussion and questions about Aware IM
Topic: Pagination in REST call
Replies: 7
Views: 10165

Re: Pagination in REST call

Hi Rob.

I'm sending you a mail now, apologies!
by idpSteve
Fri Jul 19, 2019 5:17 am
Forum: General discussion and questions about Aware IM
Topic: uAo save
Replies: 2
Views: 4534

Re: uAo save

You can probably add a script to the form.. Something like this: function myFunction() { $('[id*="_save_button"]').click(); } var i = setInterval(function () { myFunction(); }, 600000 ); EDIT:: Not sure if you can't just tick the 'Auto-save' box in the Miscellaneous section of form settings.. Would ...
by idpSteve
Mon Jul 08, 2019 5:29 am
Forum: Problem reports
Topic: Starting page of new business space
Replies: 2
Views: 5727

Re: Starting page of new business space

After logging in, the 'Starting page' is determined by some settings for visual perspectives. Have a look through the visual perspectives in your app, and look for 'Use in login' setting (top right). If this is 'Yes' have a look and see that the right Access Level is selected (Click on the three dot...
by idpSteve
Tue Jul 02, 2019 7:57 am
Forum: General discussion and questions about Aware IM
Topic: Unnecessary paging bar
Replies: 1
Views: 3185

Unnecessary paging bar

Hi All.

Is there a way to "Display paging bar only when necessary" for a custom query display? This is an option for standard grid display, but I can't find it for custom display..
by idpSteve
Tue Jul 02, 2019 7:55 am
Forum: General discussion and questions about Aware IM
Topic: Significant update to 8.3
Replies: 5
Views: 7404

Re: Significant update to 8.3

Awesome, thank you!
by idpSteve
Thu Jun 27, 2019 9:29 am
Forum: General discussion and questions about Aware IM
Topic: We get sveral calendars per user ...
Replies: 2
Views: 4000

Re: We get sveral calendars per user ...

Nevermind, I missed something in your post.. Apologies!