-
Recently I've noticed that in html5 client `model.requery()` acting strange working with global API (could be with AMD too).
It took some time to find a reason and a way to reproduce this kinda behavi…
-
Hello lathonez, could you try help me? I updated my project to yours latest configs, but my `npm test` gives me:
```
Requiring external module ts-node/register
TSError: ⨯ Unable to compile TypeScrip…
-
Install Platypus version 5.4.
No visible tab Events
Help me please
tanks
Cristiano Barbosa
Brazil
-
all Platypus API are processed on the server?
I can create a event linked to model ?
model.BeforePost = function(model){
model.StartTransaction;
};
model.BeforeRecordPost = function(model){
if mod…
-
I provide screeshot for explanation. In this case I have ModelGrid component. It's `data` property is defined as `teams` array which contains only two elements at start. But if I try to push single ob…
-
Example:
```
var modelCombo = new ModelCombo();
modelCombo.displayList = model.owners;
modelCombo.displayField = 'ownerName';
var g = new ModelGrid();
g.data = model.allcustomers;
…
-
I migrated to the latest version of this repo and to the ionic beta 2, this is the log of `npm test`
```
[20:37:37] Requiring external module ts-node/register
[20:37:40] Using gulpfile ~/git/platypus…
-
No set focus to modelGrid.
form.modelGrid.focus();
-
Remove
```
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
```
noise from every java class file.
-
`Application.getServerModules() is not supported in two-tier architecture`
May be it's better to create common app modules in this architecture for testing purposes.