Jump to content

KingOrmon

uniGUI Subscriber
  • Posts

    491
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by KingOrmon

  1. I need it because is a bank form...(payment method with a credit card) I must be notified via POST with a HTML form then bank generate order page for fill in card data. How can I make it ?
  2. Avoid using of glyph property... because only support bmp. Using this new property allow support PNG 32 bits icons. Like uniImage component.
  3. Form header is white, it should be blue, see image attached Font Buttons are very big by default.
  4. Hello, I use it but receive errors and wrong painting Resource interpreted as Image but transferred with MIME type image/x-png: "http://localhost:8077/ext-4.2.0/resources/ext-theme-neptune/images/form/exclamation.png". Resource interpreted as Image but transferred with MIME type image/x-png: "http://localhost:8077/ext-4.2.0/resources/ext-theme-neptune/images/form/trigger.png". Resource interpreted as Image but transferred with MIME type image/x-png: "http://localhost:8077/ext-4.2.0/resources/ext-theme-neptune/images/grid/page-first.png". Resource interpreted as Image but transferred with MIME type image/x-png: "http://localhost:8077/ext-4.2.0/resources/ext-theme-neptune/images/grid/page-prev.png". Resource interpreted as Image but transferred with MIME type image/x-png: "http://localhost:8077/ext-4.2.0/resources/ext-theme-neptune/images/grid/page-next.png". Resource interpreted as Image but transferred with MIME type image/x-png: "http://localhost:8077/ext-4.2.0/resources/ext-theme-neptune/images/grid/page-last.png". Resource interpreted as Image but transferred with MIME type image/x-png: "http://localhost:8077/ext-4.2.0/resources/ext-theme-neptune/images/grid/refresh.png". Resource interpreted as Image but transferred with MIME type image/x-png: "http://localhost:8077/ext-4.2.0/resources/ext-theme-neptune/images/grid/hd-pop.png".
  5. Actually uses a bitmap and when you use these bitmaps on toolbars shows a ugly shadow. See sencha sample using 32 bit png transparency.
  6. For create a high quality GUI I would like to design using ribbon bars Sencha demo: http://docs.sencha.com/ext-js/4-2/extjs-build/examples/toolbar/toolbars.html?theme=classic
  7. Please, Farshad I can use any workaround now ? any CSS style ? I need it for production app. Regards
  8. Thank you farshad, it is needed for gui design ... Decent...
  9. This problem still persists on 0.91 version. any sugerence ?
  10. 1. If it is default Ext JS behavior then nothing much can be done. Please test with one of the Grid demos in Sencha web site and see if it is the same. Yes,it is a default behaviour, all grid is flashing when change row selecction. I would like avoid it. 2. You can modify cells. Is it a bad or good thing?! Yes, I can modify it but is slower than sencha grid demos running on ipad: http://cdn.sencha.com/ext-4.1.1a-gpl/examples/grid/cell-editing.html
  11. Using Ext JS 3.4.0 works well.
  12. I attach a image for clarify this issue
  13. Hi Dieger, Could you send me or post a sample demo of ribbon ? Regards
  14. Hello, Using ext 4 grid on ipad I have 2 issues: 1. When touch on any record entire grid panel is selected. Is a ugly effect. 2. I can modify grid cells. Any workaround ? With Ext 3.4 works well. Thank you
  15. Hello, When I updated to UniGui 0.90 TuniEdit height is very small. How can I fix it ? Other components are correctly drawed. Regards
  16. But it is a new component inherit from unigui ? Farshad could add it as unigui component ?
  17. better yet... I pay 200 Eur via Paypal to for support PNG with 32 alpha and this ribbon Regards
  18. Hello, I would to know how can I use new toolbars of ext4 Sencha ext 4 toolbars Regards
  19. Hello, I am trying to set HTML form into HTMLFrame, it is created well but submit button doesnt not work!. Using JS I can´t submit it. What is the way for make it ? regards
  20. I am trying to form code via AddJS: <form id=compra name=compra action="URLK" method=post> <input type=hidden name=Merc value="TPV"> ... </form> Then I try to call form submit: function OnClick(sender, e) { window.document.forms["compra"].submit(); } But it does not work. Regards
  21. Hi, I need to make a post to another website but navigating to this external URL (HTML target=_blank) Regards
×
×
  • Create New...