lundi 26 mai 2014

Cannot upgrade from Ext JS 4.1 to Ext JS 5



  1. Thank you for reporting this bug. We will make it our priority to review this report.







  2. Default Cannot upgrade from Ext JS 4.1 to Ext JS 5



    Cannot upgrade from Ext JS 4.1 to Ext JS 5





    Hi,

    I m trying to upgrade my app using Sencha Cmd v 5.0.0.116 from version Ext JS 4.1 to Ext JS 5. I have used following commands to upgrade my app:


    Code:



    sencha app upgrade <path-to-extjs5-sdk>

    sencha app upgrade -ext

    Both commands failed with following error.


    Code:



    [ERR] java.lang.NullPointerException
    at java.util.regex.Matcher.getTextLength(Unknown Source)
    at java.util.regex.Matcher.reset(Unknown Source)
    at java.util.regex.Matcher.<init>(Unknown Source)
    at java.util.regex.Pattern.matcher(Unknown Source)
    at com.sencha.util.Version.cleanVersionString(Version.java:169)
    at com.sencha.command.app.AppCommands$UpgradeCommand.execute(AppCommands.ja
    va:226)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.sencha.util.MethodInvoker$Arguments.invoke(MethodInvoker.java:175)
    at com.sencha.cli.Command.dispatch(Command.java:43)
    at com.sencha.command.app.AppCommands$UpgradeCommand.dispatch(AppCommands.j
    ava:335)
    at com.sencha.cli.Commands.dispatch(Commands.java:64)
    at com.sencha.cli.Commands.dispatch(Commands.java:64)
    at com.sencha.command.Sencha.dispatch(Sencha.java:71)
    at com.sencha.command.Sencha.main(Sencha.java:139)

    My workspace contains two parts which are run locally. One part acts as server(JBOSS) and other as a client(TOMCAT). Now ExtJS code is present in WebRoot folder in client side code,which contains jsp and js for client side UI.

    I pointed my cmd to above location, and tried to run both commands, but both failed with same error.


    I have also pointed my cmd to extjs folder where all extjs files are kept to be used by my web-app, but vain.


    Please help me out. I cant figure out where the error lies. Or what configuration should i tweak to make it upgrade.














Grid inside a column of a Grid

[unable to retrieve full-text content]Hi, i like to make a standard grid with last column have inside a grid with other data in relationship to the row. I try grouped but i prefer have...


Label nowrap issue

Hi,

I am trying to place a label in a container and it is simple static text having 3-4 lines.


I am using label and tried some things to make the label text into multiple line.


I have used html also and with <br> i am able to make it multilined but when i apply border it's not looking proper.


can any one please tell me that with the label's text property can we have multiline text that will break according to the width???





Component autoEl iframe not saved

Using SA 3.0.4.1386, I am trying to create an autoEl-Component inside a Window.

Sometimes it is saved, sometimes it isn't


It saved correctly when I set autoEl to


{

tag:'iframe-'


}


but it did not save correctly when I set autoEl to


{

tag:'iframe',

url:'index.htm'

}


Instead, it was reverted to the previous value.


Then, when I change it to


{tag:"iframe"}


it is saved as


{tag:""}


Please help me to get it running!





CSS on TextButton not working properly

I'm working on a project which was made using GWT components but now I want to change to GXT components.

For some reason the CSS doesn't work properly on my GXT TextButtons.

Button:

TextButton test = new TextButton("Test");

test.setStyleName("testStyle");


Result

nd8S8.png

As you can see, the css is applied but only around the button. Have I missed something?





Column resize in Grid without headers

Hi

What I would like to achieve is to make all columns of a grid resizable, but having the grid header hidden.

Easy speaking all the column should have the border resizable, not just the header (that is not visible)

Any idea on how to do it?


ExtJs version 4.2.2


Thank


--

Fabio






Issue with grid panel.