Jump to content

TuanHoang

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by TuanHoang

  1. Hello I have same problems too : http://forums.unigui.com/index.php?/topic/9587-error-link-to-module-unimainmodule-which-cannot-be-found/and It is random.
  2. Hello I want to sign pdf with jar run at client. Does unigui support run jar at client? Thank you
  3. +1. Is there anything new about this error. I have many times this message. Thank you.
  4. Hello Sometime i open datamodule or form, I have error "Module 'xxxx' links to module 'UniMainModule' which cannot be found in the current project. Do you wish to remove/redirect the links to other module?" If I close project and reopen it, error disappear. How to fix it? Thank you Tuan
  5. Dear Farshad I will do it in next month. Now I had some problem with Unigui. The first is http://forums.unigui.com/index.php?/topic/9291-dbgrid-refresh-column-total-of-row-after-edit-column-qty/&do=findComment&comment=48017. Can I use UniEdit instead of UniDBEdit. The second is DoSetRemoteValue is called before JSEventHandler. If I buy UniGui, Can I has solution to fix it? Sorry for my English. Tuan
  6. Thank for your support I must use TUniDBEdit because from http://forums.unigui.com/index.php?/topic/9291-dbgrid-refresh-column-total-of-row-after-edit-column-qty/&do=findComment&comment=48017 If I use TUniDBEdit, value of column 4 from 200 will be update to 0 after I press tab (same value as I press enter). But now problem is not edit in grid, Now my problem is new control base on TUniDBEdit which has trigger to show lookup dialog. If field's onvalidation is called after call JSEventHandler (AEventName = 'Triggerclick'), I can disable onvalidation => show lookup => do something => re enable onvalidation at end. But now field's onvalidation is called before call JSEventHandler.
  7. No, from call stack. Please help, I must show 2 or 3 forms of unigui to my boss before decide use unigui.
  8. I create new control base on TUniDBEdit, it has trigger to show lookup dialog. I use this control in grid column editor (name accountEdit1) and name accountEdit2 in other Fieldset (second TagSheet) The first if I edit grid column, press trigger button, lookup dialog show before call field's onvalidation. The second if I edit accountEdit2 control, press trigger button, field's onvalidation call before lookup dialog show. I debugged, on the first procedure DoSetRemoteValue don't call, on the second procedure DoSetRemoteValue call before JSEventHandler. Why has difference behavior of same control? I use 1.0.0.1410 Trial Sorry for my English.
  9. Up. Please help me I am using 1.0.0.1410_Trial
  10. Thank you very much, ComboBox.ItemIndex := 0 is working. Tuan
  11. I try to use TUniDBEdit instead of TUniEdit. Value of column 4 will be updated from 200 to 0 when press tab., but originalValue is still 200. I debug http and found request : Ajax=1&IsEvent=1&Obj=O229&Evt=edit&VR=&V=0.00&O=200&R=0&C=3&RN=undefined&_S_ID=EtfhXXORhh100714B47&_seq_=22&_uo_=O16D Is there any way to update originalValue to value when control has focus?
  12. I am using Complete Professional 1.0.0.1410 Trial.
  13. #1 From you at : http://forums.unigui.com/index.php?/topic/9013-color-one-item-in-tuniradiogroup/
  14. #1 From you at : http://forums.unigui.com/index.php?/topic/9013-color-one-item-in-tuniradiogroup/
  15. Thanks you. RefreshCurrentRow is working. But I has error when press tab to next col when grid is editing, column 3's value must be 0 after change value of column 2. Here is error when press tab : Here is ok when press enter : Is there any way to put delay after column 2 lost focus before column 3 has focus?
  16. I am trying to set dbcombobox select first item.
  17. Hello I want to refresh column total of row after edit column qty. I change total on qty field event OnChange, qty's OnChange : tblOrderDetailTotal.Value := tblOrderDetailQty.Value * tblOrderDetailAmount.Value; On VCL field total will be update with new value, but on Unigui it is not updated. If I call DataSet's Post or click Post on DBNavigator field total will be update. How to refresh column total after event qty's OnChange. Sorry for my English. Tuan.
  18. Hello On VCL, after edit numeric column -> field event's settext is called/ But on Uni, after edit numeric column -> field events settext is not called. After edit text column -> field event's settext is call.
  19. TuanHoang

    CurrencyEdit

    I think must set DecimalUseOSDefault := True on Create.
  20. Hello. What is #1 mean in self.JSInterface.JSCode('var me='#1'; me.setValue(me.getStore().getAt(0));'); Is #1 the same as Ext.getCmd( self.JSName) ? Thank you very much. Tuan
  21. Hello, I am newbie of UniGUI and trying UniGUI. Is there any document about parameters : sender, config. How to use parameter sender or config?
  22. Hello If I use it in ContainerPanel or UniHiddenPanel, trigger event not fire. Here is log on web browser console Uncaught ReferenceError: GeneralContainerPanel is not defined at j.onTrigger1Click (eval at AjaxSuccess (ext-unicommon-min.js:8), <anonymous>:1:18307) at j.onTriggerWrapClick (trigger.js:460) at HTMLTableElement.eval (eval at cacheableFunctionFactory (ext-all.js:18), <anonymous>:6:13) at HTMLTableElement.n (ext-all.js:18) Uncaught ReferenceError: UniHiddenPanel1 is not defined at j.onTrigger1Click (eval at AjaxSuccess (ext-unicommon-min.js:8), <anonymous>:1:11337) at j.onTriggerWrapClick (trigger.js:460) at HTMLTableElement.eval (eval at cacheableFunctionFactory (ext-all.js:18), <anonymous>:6:13) at HTMLTableElement.n (ext-all.js:18)
×
×
  • Create New...