Jump to content

Bernie07

uniGUI Subscriber
  • Posts

    43
  • Joined

  • Last visited

Recent Profile Visitors

540 profile views

Bernie07's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Yes, in the PDF (text Edit Field)
  2. Back to my question from today morning: What is the object/class Ext.Panel.iframe. In https://docs.sencha.com/extjs/4.1.3/#!/api/Ext.chart.Chart I don't find this class. Where can I look, what methods and properties can be used with this class/object? Further the Java Script Events in TUniUrlFrame ClientEvents/ExtEvents have no effect, they never fired. I tried the event Show and Close and some other events. Is this a bug? Best wishes Bernhard
  3. How I wrote, I've googled with different search words (since days). I don't find any website where I see an explanation, how to do it or see an example. For example unigui TUniUrlFrame PDF send to server unigui TUniUrlFrame get changed PDF and so on. The first problem is, how can I get the changed PDF on Client side? I have no idea and google has no answer for me. The last hope was, that the experts of unigui has a solution. I mean, other content of fields like uniDBEdit are also send back to the server and saved in the db. But how is the trick? I can't see it, what is unigui doing. Best wishes Bernhard
  4. I'm learning Javascript in combining with unigui. I want understand how unigui works and how can I work with the Javascript Events. There are a lot of things, which can't solve on server side. For example I want learn, how can I get the PDF from UniUrlFrame and send it to the server back, after the user has filled out PDF Formular. There is no method in TUniUrlFrame like GetPDF. On the www I don't find any example about TUniUrlFrame and using ajax. So I have to - learn Javascript - learn Ajax Best wishes Bernhard
  5. What is the object/class Ext.Panel.iframe. In https://docs.sencha.com/extjs/4.1.3/#!/api/Ext.chart.Chart I don't find this class. Where can I look, what methods and properties can be used with this class/object? Further the Events in ClientEvents/ExtEvents have no effect, they never fired. I tried the event Show and Close and some other events. Best wishes Bernhard
  6. Hello, I've used google but I don't find an example. Only the statement, that it can be solved with ajax, but not how. Perhaps I don't uses the right search words. If I'm using : uniurlframe ajax send pdf to server, there are not much results. Best wishes Bernhard
  7. Thanks for your answer. Is it possible with Ajax? I have no knowledge about ajax and java script. But it would help me, if I find an example. Best wishes Bernhard
  8. Hello, I'm using a UniUrlFrame in my form where I'm loading a PDF File which contains input fields. The user can fill the form with values. After that I want to save the changes. Is there a simple method where I can do this? Like Post or Save? If not, how can I get the changed PDF? Is there an example? Best wishes Bernhard
  9. In the most cases I want upload and edit existing one which are created in MSWord. Sure, it would be nice if I can also create a new Document on the web and edit it. Best wishes Bernhard
  10. Hello, is there a way to edit MS Word Documents within unigui? Are there any payable Third Party components, which we can use? Best wishes Bernhard
  11. Hello, if I'm using TUniDBMemo, it has on the right bottom corner a symbol to sizing the control : Is there a property to disable this feature? Or can I do this with java script? Best wishes Bernhard Roos
  12. I have several panels in a scrollbox, all of which are set to alTop. If I scrolled down a scrollbar during design time and compiled the program in this state, then the first panel is displayed too far down. Exactly by the factor that I scrolled down at design time. I have installed the latest version of uniGUI. Is there a workaround for that. Can I ensure at runtime that the first panel is also placed at the top, regardless of the position in which I left the scroll box (vertical position) at design time? Best wishes Bernhard
  13. Hello, If I use the Forminstance for some things, UniGui show the form. But I haven't called the Show method. How can I prevent this. Example : sName := Form1.Name; This simple line shows the form. But you see, there is no Show method called like Form1.Show or Form1.ShowModal. Sometimes I only want return a property without showing the form. How can I do this? Best wishes Bernhard
  14. Hello, I'm using TUniDBLookpCombobox and I want, that the user can input chars which are filtering the dropdown list? How can I do this? I'm searching the forum, but I don't found anything? Best wishes Bernhard Roos
  15. Hello, I want to select the current row programatically. I found the following in the forum : UniSession.AddJS(gridDaten.JSName + '.getSelectionModel().select('+ gridDaten.JSName +'.getStore().data.indexOfKey('+ IntToStr(iRecNo) +'), true)'); But I don't know how can I get the RecNo. gridDaten.CurrRow is always -1. I tried also the .RecNo of my MemoryDataset. But then it select the wrong row. Can please somebody give me a hint? Best wishes Bernhard
×
×
  • Create New...