Jump to content

Piot Daszewski

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Piot Daszewski

  1. I am waiting impatiently for Bryntum calendars, but until their integration with uniGUI I wonder if it is possible to change the layout of tasks in the currently available calendar so that it resembles the one from the Bryntum calendar. The point is that the tasks now overlap. Can they be placed next to them? Not like this: But like that: It is possible?
  2. In the end I came up with how I should do it. With Your code and UniGUI manuals I just change alert to UniEdit component in Main Form. Thank You for help! JSAddListener('change', 'function(me, filename){MainForm.UniEdit1.setValue(filename);}', FExtEdit);
  3. OK, this code show me file name, and it is what i need, but I still don't know how to set this value to some string var. In TUniFileUpload is FileName property and now i need to set this property with value from alert(filename) . Can You help me how to do that?
  4. Yes, I plan to upgrade to the new version within the next month. In uniGUI, I use the TUniFileUpload component. It is very good and works great. Unfortunately, for one project I need to transfer to TUniEdit only name of file without sending it to the server. So I'm trying to make a class analogous to TUniFileUpdate, which will only return FileName. Actually, I have a solution, but I do not know how to get from FExtEdit: TJSControl, value from text field. Can you help me, suggest what script to do it, or maybe there is another solution. Thank you very much for your help and attention.
  5. I work with professional edition and Version:1.10.0 build 1471 Perhaps I have described the problem inaccurately. I just need to get the file name from the client instead of sending the whole file.
  6. I'm trying to do the following thing: I just want to get the file name to enter it into uniEdit. So I try to rebuild TUniFileUpload so that it does not execute the file itself, but only passes the name. However, I can not get from FExtEdit: TJSControl, which is simply a value field. How to do this to transfer the value from TJSControl to some String variable? Thank in advance for any hints
×
×
  • Create New...