Jump to content

Tonivi

uniGUI Subscriber
  • Posts

    42
  • Joined

  • Last visited

Everything posted by Tonivi

  1. Hi, I'm having problems compiling the UNIGUIos.bpl component It gives me this error and I don't know how to solve it, commenting the lines that have ".addpair", it compiles me but when I install it gives this error I'm using UNIGUI v1.90.0.1547
  2. my email is the same as the one in the forum and even so it won't let me see or download the file
  3. Tonivi

    GPX Viewer

    But if necessary I upgrade to the version that can do it
  4. Tonivi

    GPX Viewer

    Because it is the version that has the theme sencha-touch, it is an application for mobile and runs outdoors
  5. Tonivi

    GPX Viewer

    Complete professional edition 1.0.0.1399
  6. Tonivi

    GPX Viewer

    Hi I need to view a gpx file from a Unigui application. It is not necessary to integrate it in any form, only to launch a visualizer passing a command line. Is it possible? Thanks
  7. False alarm, After change to uni_mac_yosemite works, then I've changed to uni_mac and works too My vesion is 1399
  8. Hi Using then theme uni_mac the images doesn't appear in the button, but using the theme uni_win_10 works perfect. is there any way to do it with theme uni_mac?
  9. I run the sendfile command, UniSession.SendFile (vOrigin, vTarget); The file is copied from the server path to the cache route of this session, ignoring the destination route, and asks me on the client side, if I want to save and then open. The sendfile doesn't send anything to the local disk. Also, in all the files that I pass, it works well for me, except for those that have the extension .msg (outlook). My question is why Can I not open these files (.msg). And the other question is, can I send these files to a local disk?
  10. ok, I send a file as sendfile to the cache directory of the server, I can open if it's a word, excel, pdf, txt, but I cann't open if it's a .msg. is there any way to open theses files.
  11. Hi Is it possible to execute a .exe file in client side, or if not, how can I send a file from server to client side? Thanks
  12. Hi How can I get the value of a cell in a UniDBGrid, ie. in a DBGRID I use DBGrid1.Cells[x, y]); Thanks
  13. I have seen a post, which says it is better to have the .exe on a server and the database, in my case Firebird on another server, is it true?
  14. No, I only call to the routine UniSession.AddJS(Lookupcombobox1.JSName + '.expand();');
  15. Yes, I've CustomCSS .myList .x-boundlist-item { color: Black; height: 30; font-size: 20px; font-family: Tahoma; }
  16. Why is this happening? Sometimes give me this ajax error.
  17. I've found this UniHTMLMemo1.Lines.Text:= '<b>HTML</b> <i>formatting</i> <u>is fun...</u><br>'; and works!! but also I need the size font
  18. Hi How can I insert a line in a HTMLmemo formatted. I want to insert a text in one especific line and formatted as Bold, Italic and Size 14. is it possible? Thanks
  19. Hi Is it possible to install unigui in my laptop? I develop in my personal Computer, but sometimes I need to continue my development in my laptop, can I install it in the 2 sites without problems ?. I would never be developing at the same time Thank you
  20. I've notice that the previous post is wrong. private { Private declarations } vFieldPrivate : string; <----- ok public { Public declarations } vFieldPublic : string; <----- ok end; function MainForm: TMainForm; var vFieldVar : string; <----------- This var is unique for all the users who are connected and the user who change this the other users receive the change
  21. Hi I have an application running on a server with access to 6 users simultaneously and the maindatamodule chainge the position of the records among users, i.e. if one user goes to another registry the others are in that registry. Is there any way to define different instances so that this does not happen? It's a big problem and I don't know if I do any thing wrong. Thanks
  22. A simple test new app UniHTMLMemo fill the lines an try to look till the end with an ipad Scrolltest.zip
  23. Hi How to get the scroll with the UniDBHTMLmemo component on a tablet (ipad). I can not see all the content. It can be more than 10 pages of information In windows mode worts fine, but not in a tablet the scroll doesn't work, even the scrollbar not appears thanks
×
×
  • Create New...