Search found 137 matches

Go to advanced search

by leven.steve
Sun Nov 20, 2016 7:33 pm
Forum: Issues
Topic: Appery Platform Bug! When calling services.
Replies: 27
Views: 4870
 
Jump to post

Appery Platform Bug! When calling services.

In my experience and depending on how your code works you will need to use the $q functions to make this work. JavaScript will execute each function and not wait for completion before the next function is called. So if you are doing a loop for the uploadImages() and then another loop for uploadRawDa...
by leven.steve
Wed Nov 16, 2016 2:27 pm
Forum: Issues
Topic: Select Component
Replies: 25
Views: 6864
 
Jump to post

Select Component

.

by leven.steve
Fri Nov 11, 2016 1:43 pm
Forum: Issues
Topic: Cannot connect to MS SQL Instance from Rest API
Replies: 19
Views: 3844
 
Jump to post

Cannot connect to MS SQL Instance from Rest API

I was going to try this out over the weekend but there's no point if I cannot get to an instance. Any timescales on which release / when we can expect this Sergiy?

by leven.steve
Fri Nov 11, 2016 1:25 pm
Forum: Issues
Topic: ordering load of javascript files
Replies: 25
Views: 4044
 
Jump to post

ordering load of javascript files

No thank you. I mean I will have to find a different JS module/add-on that doesnt depend on jQuery and/or Bootstrap to be loaded in a particular order because I don;t have that level of control

by leven.steve
Thu Nov 10, 2016 3:44 pm
Forum: Issues
Topic: ordering load of javascript files
Replies: 25
Views: 4044
 
Jump to post

ordering load of javascript files

OK. Unfortunately it's an Angular app anyway. Which means I'll have to find something that doesn't have any dependencies I guess.

by leven.steve
Thu Nov 10, 2016 8:47 am
Forum: Issues
Topic: Select Component
Replies: 25
Views: 6864
 
Jump to post

Select Component

I'm not sure I can diagnose the compile error.

by leven.steve
Thu Nov 10, 2016 7:59 am
Forum: Issues
Topic: Select Component
Replies: 25
Views: 6864
 
Jump to post

Select Component

Actually you can leave the extra options there. I just tried it by adding two more to my select and they don't show up. But to delete the options you dont need, on the select component set the Opened attribute to True to show them all and then use the cog icon on the Option to delete it until you ha...
by leven.steve
Thu Nov 10, 2016 7:54 am
Forum: Issues
Topic: Select Component
Replies: 25
Views: 6864
 
Jump to post

Select Component

You should be able to remove any extra options using the cog icon on the option.
In any event just put your ng- attributes on the select and not on the option

by leven.steve
Thu Nov 10, 2016 7:53 am
Forum: Issues
Topic: ordering load of javascript files
Replies: 25
Views: 4044
 
Jump to post

ordering load of javascript files

Which I understand, so if I want jQuery before Bootstrap and Bootbox last then I cannot make that happen using user-defined?

Is there a way to add the full jQuery module into the system resources so that it loads before Bootstrap?

by leven.steve
Wed Nov 09, 2016 6:06 pm
Forum: Issues
Topic: Select Component
Replies: 25
Views: 6864
 
Jump to post

Select Component

And then using the code I posted earlier where I setup the first array item as "Select Employee Name", when I set for a new entry $scope.selectedEmployee=$scope.employeelist[0] I get the correct option displayed. Likewise if I am editing an entry and I know the Employee Name from the datab...

Go to advanced search