Search Type: Posts; User: fabio.policeno

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Solved!


    Ext.create('Ext.Viewport', {
    layout: 'border',
    items: [{
    region: 'center',
    cls: 'center',
    listeners: {
    render: function(cmp) {
  2. Hello!


    I'm trying to get the item from the west panel is dropped into the center panel in exactly the position of the cursor, and when the item is in the center panel, leaving him free to drag...
  3. Ext.define('Overrides.grid.feature.Grouping', { override: 'Ext.grid.feature.Grouping',

    setupRowData: function(record, idx, rowValues) {
    var me = this,
    data =...
  4. Yes, it works perfectly and still use and domino.
  5. My fault, I had tried in v4.1.0, but with a variable name wrong, just not working and not realized. Thank's
  6. I use the version 4.1.0, I realized that running v4.1.3 on the axis starts with 0. Someone already has an override for this? Meanwhile I will try to develop one.
  7. Hello, I have problem in the code below:


    var store = Ext.create('Ext.data.Store', {
    fields: ['option', {name: 'votes', type: 'int'}],
    data :...
  8. Here:
    https://www.facebook.com/policenosistemas/app_310184625673941
  9. The server was out, you can try again? If error occurred on the island, please let me know, but when you run the application generated it takes a while to load because it is generated for application...
  10. There has already been tested and used by some. Its base can not have remote access restrictions. If you want to send me the script in private mode or your connection, I do the test for you or your...
  11. If you do not have a remote database, send me the script that I generate local application;)
  12. Good morning!


    I am very happy to launch a new version of the generator with a new interface Ext JS online and free to be used by the community and stakeholders.


    Automatically generate...
  13. Ext.override(Ext.chart.series.Pie, {
    rendererLegend: undefined,

    initialize : function() {
    var me = this,
    store =...
  14. Thanks for the idea ;)
    My ideas are many, but I lack the same time also have other priorities such as reports, login screen, etc..
  15. Hello guys,


    I would like to share a special CRUD ;D


    This is in MVC CRUD in both Ext JS as part of the PHP (native) and the best is that you are using abstract classes


    I tried to apply...
  16. Replies
    6
    Views
    1,317
    I forgot to enable the loader. Fixed!
  17. Replies
    6
    Views
    1,317
    Example available online: www.policenosistemas.com.br/alert
  18. Replies
    6
    Views
    1,317
    I'm having problem on the server, will be available soon;)
  19. Replies
    6
    Views
    1,317
    Hello,


    I am disclosing the ux based on this example: http://docs.sencha.com/ext-js/4-1/#!/example/message-box/msg-box.html


    Example online:
    http://www.policenosistemas.com.br/alert/
  20. Thanks even without test appears better than its previous solution, since the call store of the load may be internally in a ux, or at the time of sort, filter, etc.. So the ideal is to do in the same...
  21. I understand and agree that logic, but it does not make much sense since the time while the response appears. Nor would this be because the parameter in this event if it does not bring me one...
  22. Hello,

    I've been trying to get the status code of the request that the store does, but without success .. in afterload sometimes have what I want, but not often. It seems that something is inside...
  23. Thank's!

    Now with the new Advanced version of the generator, it is also possible to generate applications with Spring and Hibernate (Java). Totaling have:
    - Native PHP
    - PHP with Yii framework...
  24. Hello,


    I got put into production a demo of an application generated with the Application Generator with Standard version for you to take a look.


    http://policenosistemas.com.br/StandardYii/
  25. animate: false don't work, continue with animation in interface. Any ideas?

    Thank's
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4