All Activity
- Today
-
мобильной компоненте unimEdit тоже не помешало бы свойство "urmNotEditable"
-
For example, I need to only change text for one cell in a row, but change background color for the whole row. But seems like OnDrawCell for a cell just does not fire without changing cell text. And "changing" cell text with the same old value does not work either. The only way I can guess now is to change the cell text for an every cell in a row twice. 1. To some temporary value. 2. Back to original value. That's quite ineffective and generate unwanted traffic. Please advise how can I forcibly fire OnDrawCell event? Or maybe some other solution?
-
Hola Tengo que hacer un desarrollo de inventario para leer tags RFID desde una PDA, leer codigos de barras no tengo problema ya que emula el teclado.Pero para leer RFID , no sé por donde empezar (bluetooth,..... ????) a ver si alguien tiene experiencia y me puede orientar Gracias
-
x11 started following HideOnReadOnly у триггера не работает
-
У unimEdit есть триггер (кнопка). У триггера включено свойство HideOnReadOnly. У компоненты unimEdit включено свойство ReadOnly. Но в браузере кнопки все равно видны.
-
hi, I try to create at runtime UnimBitBtn with 64x64 icons. A ) I defined in customSS that : .custom64Glyph .x-icon-el { width: 64px !important; height: 64px !important; } B ) UnimBitBtn created at design time with Layout.cls=custom64glyph work perfectly C) Same created at run time do not work.... you can see all my tests in code. see comented line // 'test here' in code. UniSession.AddJS('Ext.suspendLayouts()'); // on suspend la mise en place de layout for i := 0 to UniMainModule.SbModuleInfoList.Count-1 do begin AModuleInfo:=U
-
no, try with sencha theme. neptune works fine.
-
ok. all removed. attached is sample. AllFeaturesDemo.zip
-
Tnx for you brother 🙏
-
But in the code are assigned ImageIndex. You need "remove" them too.
-
Don't use ImageIndex unless you assign Images.
-
Just take "all features demo" and left blank images property of navtree.
-
Hi Sherzod, Thanx for the prompt and good help 🙂 Erich
-
I couldn't reproduce. Can you please make a simple testcase?
-
Hi,
-
Hi, i want to create a link or button in uniHtmlMemo - and onClick - a AjaxRequest should send to Mainform.memMonitor i tried: <b>hello</b> <a href="javascript:window.parent.ajaxRequest(MainForm.memMonitor,'Action', ['param0=24256']);">action1</a> ..but didn´t work .. 😞 it gives error in chrome dev-tools: Uncaught ReferenceError: MainForm is not defined at <anonymous>:1:27 How is the correct way to do it?
-
Hi, Thank you. Try this approach: function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts) { columns[0].renderer = function(v) { if (v) { var jd = Ext.Date.convertToJalali(v); return jd.jalaliYear + '/' + Ext.String.leftPad(jd.jalaliMonth + 1, 2, '0') + '/' + Ext.String.leftPad(jd.jalaliDate, 2, '0'); } }; }
-
Hi. With uni_sencha theme, in treeviews, when an opcion has sub-options, no icon is shown. why? this not happens in other themes. Thanks.
-
The problem was in the APACHE version, I installed version 32 and everything worked. Thanks.