Jump to content

Mediv07

Members
  • Posts

    104
  • Joined

  • Last visited

  • Days Won

    2

Mediv07 last won the day on March 18 2014

Mediv07 had the most liked content!

Mediv07's Achievements

Active Member

Active Member (3/4)

4

Reputation

  1. Mediv07

    Wine + UniGui

    Всем привет,кто нибудь пробовал запускать проекты UniGui под wine?? С какими проблемами сталкивались? Спасибо.
  2. Всем привет, кто нибудь знает, можно ли сделать круглую кнопку в UniGui. Есть куча примеров получения кнопки из метки с использованием css классов, но хочется чтобы это можно было сделать именно с кнопкой (BitBtn, SpeedButton, ToolButton)!!! Спасибо.
  3. Hey, you can do the functional readme your library? I want to use only what I need. How do I know what files I need to use a list of all files in a folder UniSpecialRequiredFiles. In your demo application in the way indicated on CustomFiles Web, rather than a local folder UniSpecialRequiredFiles. For example, I need a ComboBox,but I do not know which files to load into a project to make things work. Thank U.
  4. Hi, we have watched the mail, letters do not see, e-mail is correct, check. Last time you sent us a letter 11/25/2014. Try again to send. Thank U.
  5. You may send updates library to m.a.basov@mail.ru Thank U.
  6. http://forums.unigui.com/index.php?/topic/2490-multiple-file-upload/?hl=upload Нашел.
  7. Привет, этот пример нашел, а других не было?? такое ощущение, что было что то еще, мышкой можно было файлы кидать и не только изображения !!!
  8. Всем привет, нужна ссылка на демо пример загрузки файлов с помощью Drag&Drop, как то натыкался на форуме, но щас найти не могу. Может у кого есть, очень надо. Спасибо.
  9. I also have problems such properties set at design time and at the grid and columns, tried to repeat the situation in the demo application did not work. Apparently error occurs when a particular situation.
  10. Пример того, что скролл остался.
  11. Here is a solution that can be useful to someone. If there is another solution, share. // Sync UniSession.AddJS(AccOborotSvcDBGrid.JSName+'.body.dom.parentElement.getElementsByClassName("x-docked-summary")[0].addEventListener("scroll", function (e) {' +AccOborotSvcDBGrid.JSName+'.body.dom.firstChild.scrollLeft = this.scrollLeft;}, false)'); // Hide Scroll UniSession.AddJS(AccOborotSvcDBGrid.JSName + '.body.dom.firstChild.style.overflowX = "hidden"'); // UniSession.AddJS(AccOborotSvcDBGrid.JSName + '.body.dom.parentElement.getElementsByClassName("x-docked-summary")[0].style.overflowX = "scroll"');
  12. Apparently I'm not quite correctly explained my question. I took the demo application and reduce the width of the form, appeared to scroll. I want to scroll was under GrandTotal, this can be done? Thank you.
×
×
  • Create New...