Jump to content

KingOrmon

uniGUI Subscriber
  • Posts

    491
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by KingOrmon

  1. Hello, I would like to click a button for download a file from server. Exists downloadfile / sendfile function ? Regards
  2. Yes, I will purchase it when released. I am licensed user of Sencha complete now.
  3. Sorry, but it does not work inwebmode. See image attached of your grideditors demo. Regards
  4. Hi, I would like to know how can I specify euro format: 12.525,24 € 1.120,00 € I have used standar displayformat without success. It is a bug in 0.88 version ? Regards
  5. Sorry but I don´t understand the code... How can I retrieve user/pass ? Simply set a cookie with a timestamp for validating and identify a user ? Or ? how use UniApplication.Cookies.Values['logininfo'] for link to my user/pass needed to acces to DB. Thank you
  6. ok, but if want to create a cookie for alows to access to users that previously has been validated ? My sceneraio: 1. User type login/password. 2. System validates and create cookie for 7 days. 3. When user visit, in 2 days... directly go to app without login form. 4. Update cookie for another 7 days. 5. If user clic on a 'exit button' destroy cookie and invalidate Sorry for my ignorance. But I would like make a secure login method. Regards
  7. Hi Farshad, I need to use a login/pass form for access to my webapp. which is the best/secure way for store session (user/pass) on cookie. Regards
  8. Hi, It works in iPad..., but when I press with finger for example in a Dbgrid, it is first selected all and next row is focused. The question is... disabling any events could be work better ? Regards
  9. Hi Jarob, Bmp works well but it does not support 32-bit images... BTW, Exists any workaround for use png images from URL like other uniComponents ? Regards
  10. Hello Farshad, And exists any workaround for load png image from URL to TUniToolButton ? Regards
  11. Hi, How can I get Editor value of a DBGrid column ? I need to execute this code inside onKeyDown event (when user click return or tab) procedure TMainForm.UniEdit1KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState); begin if Key = 13 then begin ClientDataSet1.Edit; ClientDataSet1.FieldByName('LastName').AsString := UniEdit1.Text; // Value is not of gridcolumn. ClientDataSet1.FieldByName('City').AsString := 'More......'; ClientDataSet1.Post; end; end;
  12. Hi, Dou you refer to TDataSet.OnAfterEdit method ? I need to post dataset when any field is changed. Could you help me ?
  13. Hi, For internal calculations I need that when DataSource attached to grid be edited, recalcule various vars. I am trying to perform a post when tab or intro is pressed but when editor row is shown does not work. Test code without success: procedure TUniFormFacturacion.UniDBGridDetallesAjaxEvent(Sender: TComponent; EventName: string; Params: TStrings); begin inherited; if SameText(EventName, 'AfterEdit') then begin DataSourceDetalles.DataSet.Post; // ERROR IS RAISED DATASET IS NOT IN INSERT OR EDIT MODE. OnPost I recalcule all vars needed. end; end;
  14. I use a ImageList for toolbar and Picture Glyph property for bitbtn.
  15. Hello Farshad, I have uniGUI Beta v0.88.0.941 (10.8 MB 2012-02-07). Ext JS 4 will be supported soon ? Regards
  16. Hello, First, congratulations ! You have developing a great job. I don´t know how can I use transparent PNG in UniToolbar and UniButtons. See image attached. PD: Commercial version when will launched ? Regards
×
×
  • Create New...