Search Type: Posts; User: ehboym

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Hi,

    I have a form which needs to be displayed in two formats:
    1) Display format where the data is displayed as labels and text [Name : Foo Bar]
    2) Edit format where the data is displayed in...
  2. Hi,

    I'm trying to create a form which has a label displaying some data from the form's record.

    I have:


    {
    xtype: 'formpanel',
    ...........
  3. Thanks for your time.
  4. OK, But I am not going through the AppStore.

    I sencha app build package' the app then place it on my private server. I am able to navigate to the application address and the application runs. but...
  5. The icon is 60x60px
    The button is 80x80

    And it has a css configuration of:
    Background-image: url(........);
    Background-repeat: no-repeat;
    Background-position: -5px 1px

    I had to use...
  6. Yep I did build the default app before and it used to build just fine.
    The problem started when I upgraded to the latest Sencha touch version.

    IMHO a restart would clean the cache, so I don't...
  7. Hi,

    I have an issue running a Sencha built APP on android.

    When I build the app using "sencha app buil pruduction" (A server based APP) it will load on Safari but not on Chrome. When I build it...
  8. Well, this Q is unrelated to the thread but ...
    Codegen.json is created by sencha when you run the "sencha app build" command. You can find it in the .sencha/app directory (with a dot in the...
  9. Hi,

    I'm trying to position an icon on a button. I can place the icon and move it to the center of the button, but, the left side of the icon is clipped by the button.

    See the image:

    42965...
  10. Hi,

    My Sencha started to build a Phantom app.
    I'm building the standard Sencha app, the one created by the "Sencha generate app" command.

    When I open index.html from the root of the...
  11. Hi,

    Thanks for the replay.

    On which element do I need to run the doLayout() ?

    Eny component I try to run it on return with :


    TypeError: 'undefined' is not a function (evaluating...
  12. Hi,

    I'm trying to add element to a panel. I can see the elements in the items array but they either not displayed at all or only one of them is displayed filling up the entire display.

    My panel...
  13. Smashed that bug !

    The request should look like :


    var WeFindMobilePositionData = Ext.JSON.encode({"APIName":"POSITIONUPDATE",......});
    Ext.Ajax.request({
    url: 'http://.........'/API/',...
  14. OK

    It seams that it is posibble. I had to add the "Content-Type" header to my "Access-Control-Allow-Headers" on the PHP script.

    Now I have a different issue. The call below does not send POST...
  15. Hi,


    I have in the same application two forms of data submitions to the same server.
    1) A form which submits as:


    LoginForm.submit({
    url: 'http://......../API/',
    method: 'POST',
  16. Just not possible.
    ;-(
  17. OK

    Permissions !

    I gave full permissions to all the users on the root CMD directory and now it compiles.

    ------

    Sencha used to be such fun. Download "app generate', build and BAM !, you...
  18. OS : M$Win 7

    CMD installed at : C:\Program Files\SenchaCmd\Sencha\Cmd

    Permissions:
    Owner -> full permissions
    System -> full permissions
    Administrators -> full permissions
    Users -> Read &...
  19. Can you give a hint on who you did that ?
    Ive waisted the last 2 day on that build issue and cant make it work.

    Thanks
  20. Replies
    1
    Views
    207
    Hi,

    Can a Sencha app display push messages (iPhone) ?

    I mean can it display messages when it is running in the background, the same way eMail notifications are displayed ...

    thanks

    Erez
  21. Hi,

    I'm building an app that displays a list of makers on a map.
    The markers are received from a remote server.

    When I'm using a store to get the markers, will I get an event from the store...
  22. The buttons are scattered at the corners of the display.
    3 at the bottom right corner, 1 at the bottom left, 2 at the upper left and 2 at the upper right corner.

    Erez
  23. Hi,

    I'm trying to group a set of buttons in a transparent layer to form a type of toolbar which controls a map.
    I'm doing that to make it possible to hide / show all the buttons as one when...
  24. At least for me none of them helped in solving the cross platform call issue.

    As far as I managed to see it can not be solved unless Sencha calls all it's files from the same place. IMHO it's a...
  25. Unfortunately it's is not going to lunch that way on Android or desktop Chrome.

    In the last versions Sencha had changes something in the loading process and it is now loading pages from a remote...
Results 1 to 25 of 61
Page 1 of 3 1 2 3