Jump to content

aliemre

uniGUI Subscriber
  • Posts

    61
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by aliemre

  1. Merhaba, UniPropertyGrid de aşağıdaki gibi bir konfigürasyon tanımladım. MaxDate ve MinDate değeri ProperyChange event ına düştüğünde PropValue 'Tue Nov 21 2017 00:00:00 GMT+0300 (Turkey Standard Time)' gibi bir değer döndürüyor. Bunu yyyy.mm.dd gibi döndürmek mümkün mü ? submitFormat ve formatText parametrelerini denedim. Durum değişmedi. function beforeInit(sender, config) { config.sourceConfig = { DateFormat: {editor: Ext.create('Ext.form.field.ComboBox', { store: [ 'dd.MM.yyyy', 'dd.MMM.yyyy, ddd', 'yyyy-MM.dd HH:mm'], queryMode: 'local' }) }, DateMode: {editor: Ext.create('Ext.form.field.ComboBox', { store: [ 'dtmDateOnly', 'dtmDateTime'], queryMode: 'local' }) }, Kind: {editor: Ext.create('Ext.form.field.ComboBox', { store: [ 'tUniDate', 'tUniDateTime','tUniTime'], queryMode: 'local' }) }, MaxDate: {editor: Ext.create('Ext.form.field.Date', { formatText:'Y.m.d', submitFormat:'Y.m.d' }) }, MinDate: {editor: Ext.create('Ext.form.field.Date', { formatText:'Y.m.d', submitFormat:'Y.m.d' }) }, GridMode:{editor: Ext.create('Ext.form.field.ComboBox', { store: [ 'lgmPostKeyValue', 'lgmPostListValue'], queryMode: 'local' }) }, ListOnlyMode:{editor: Ext.create('Ext.form.field.ComboBox', { store: [ 'lmNoFollow', 'lmFollowSource'], queryMode: 'local' }) }, Style:{editor: Ext.create('Ext.form.field.ComboBox', { store: [ 'csDropDown', 'csDropDownList','csOwnerDrawFixed', 'csOwnerDrawVariable', 'csSimple'], queryMode: 'local' }) }, } }
  2. Merhaba Farshad, http://docs.sencha.com/extjs/6.5.2/classic/Ext.grid.property.Grid.html#cfg-sourceConfig Yukarıdaki linkten yardım alarak; ClientEvents.UniEvents ... function beforeInit(sender, config) { config.sourceConfig = {s: {editor: Ext.create('Ext.form.field.Checkbox' } } } TUniDBGridHelper(UniPropertyGrid1).JSProperty('source', [TUniDBGridHelper(UniPropertyGrid1).JSObject('s:false,b:"emre"')], 'setSource'); gibi bir yöntem ile ilerledim. sourceConfig ayarınıda beforeInit ten sonra değiştirmek mümkün müdür acaba ?
  3. I want define different editor to same column. Depends on the situation sometimes column editor will be TUniCheckbox, sometimes will be TUniLookup. for example it's doing on unipropertygrid.
  4. Hello, How can I define column's editor on beforeedit. for example following link. https://ibb.co/kZubFw Thanks.
  5. Galiba tam anlaşılmadı. Bir kolon bazı durumda TUniEdit olsun aynı kolon bazı durumda TUniComboBox olsun istiyorum. "GridEditors" demosu sanıyorum sadece bir Editor ü destekliyor. https://ibb.co/kZubFw bu linkteki gibi...
  6. Merhaba, lisansımı emre@talyabilisim.net olarak almıştım. O hesap ile nasıl foruma login olunacağını bulamadım. Bu hesabı lisans ile ilişkilendirmek mümkünse öyle bir yöntemde olabilir. uniGUI License Information: emre@talyabilisim.net Emre İlhan Ers A.Ş. Grid edite geçerken Editor belirleyebilir miyim ?. Yani UniPropertyGrid de olduğu gibi duruma göre aynı kolon bazen TuniEdit bazen TuniComboBox olsun istiyorum. (Ayrıca her sorumu fakrlı bir ticket a mı açmalıyım ?) Teşekkürler.
  7. Burada bir hizmet veriliyor mu yoksa var demek için mi forum koyuldu ?
  8. Aşağıdaki kodda sütuların filtrelemeleri devrede mi değil mi anlamak mümkün. Benzer şekilde filtre yapılmış mı anlamak mümkün mü ? Kırmızı olarak belirttiğim kod ile kutuya bir şey yazılmış mı diye baktım ama TUniNumberEdit de '-1' TUniDateTimePicker da '0' değer geliyor. for I := 0 to Grid.Columns.Count - 1 do if Grid.Columns[I].Filtering.Enabled then VarToStr(Grid.Columns[I].Filtering.VarValue) Teşekkürler Emre.
  9. No need another product, I think uniGui is enough all features. but I don't know is it possible execute a pascal code from client side.
  10. Merhaba, UniGui ile Delphi yi hiç açmadan yazılım geliştirilebilecek platform yazabilir miyim diye bir çalışma yapıyorum. Client side tarafına koyacağım bir pascal kodunu server a gönderip çalıştırtıp cevabı alabileceğim bir yönteminiz var mı ? Mesela RemObjects in Pascal Script gibi bir componenti var ama bu UniGui gibi client js script oluşturup gönderemez. Dolayısı ile yetersiz olacak. Teşekkürler. Emre. Hello, I am trying developing a platform with unigui to client side development. Developers will not need delphi. Can I send a pascal code to server side from client side and can I give execution result to client side ? For example I can use Pascal Script component of RemObjects but It can't create result looks like unigui for sencha. Thanks Emre.
×
×
  • Create New...