Jump to content

Sherzod

Moderators
  • Posts

    19691
  • Joined

  • Last visited

  • Days Won

    637

Everything posted by Sherzod

  1. Hello, If I understand you correctly, perhaps you need to use the floating property.
  2. А приложение какое? Мобильное?
  3. Sherzod

    Crop image

    Hello, Also may help you: You can crop the image yourself on the server side knowing the coordinates.
  4. Еще раз уточните пожалуйста.
  5. Какое выравнивание используете?
  6. Я не смог воспроизвести... Или же Вы используете динамические контролы!?
  7. For example: 1. procedure TMainForm.UniFormCreate(Sender: TObject); begin with UniPanel1 do if TitleVisible then begin JSInterface.JSConfig('icon', ['files/truck.ico']); JSInterface.JSConfig('iconCls', ['panelIconCls']); end; end; 2. CustomCSS: .panelIconCls { background-size: 100% auto; }
  8. You can try to use the iconCls config.
  9. procedure TMainForm.UniFormCreate(Sender: TObject); begin with UniPanel5 do if TitleVisible then JSInterface.JSConfig('icon', ['files/filename.ico']) end;
  10. Try this approach: procedure TMainForm.UniFormCreate(Sender: TObject); begin with UniPanel1 do if TitleVisible then JSInterface.JSConfig('icon', [UniImageList1.GetImageIconUrl(0)]) end;
  11. Try this approach for now: ... if llist<>'' then begin //MyTreeMenu.JSInterface.JSAssign('_rtext', [MyTreeMenu.JSControl.JSArray(llist)]); MyTreeMenu.JSInterface.JSAssign('_rtext', [MyTreeMenu.JSInterface.JSStatement('[' + llist + ']')]); MyTreeMenu.JSInterface.JSCode('var me='#1';'+ 'if(me._rtext) me.getStore().each(function(record) {'+ ' if (me._rtext.indexOf(record.get("text")) > -1) {'+ ' record.remove()'+ ' }'+ '});' ); end; ...
  12. Hello, And which image do you want to add? Maybe you want to add an icon?
  13. Здравствуйте, У Вас десктопное приложение? Это для мобильных приложений.
  14. Such codes should be used in the UniFrameReady event.
  15. Hello, Can you make a simple testcase to check?
  16. Hi, Sorry, I will check your testcase.
  17. Не меняется даже размер шрифта?
  18. Hello, Yes, you can upload new version of your application remotely and the rest of job will be done by HyperServer. HyperServer will update Nodes gradually and all new sessions will be redirected to Nodes running new version of your application. Nodes with older versions will be discarded and purged as soon as all their sessions are logged out. http://unigui.com/explore/unigui-hyperserver
×
×
  • Create New...