Jump to content

likemike

uniGUI Subscriber
  • Posts

    356
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by likemike

  1. There's an interesting difference between iOS and Android in respect of the apperance of the virtual keyboard: on iOS the UnimSweetAlert appears without opening the virtual keyboard (only when you click in the input field, the keyboard appears too) on Android the UnimSweetAlert appears with opening the virtual keyboard simultaneously
  2. Sometimes it's so easy... I forgot about this property. It works now. Thanks a lot.
  3. Yes - Android displays the alpha keyboard too, but in the first line there are numbers. So here it's ok.
  4. Hello! I use UniSweetAlert (I like the style) to get an input from the user. The input is an integer. Unfortunately iPhones display the alpha keyboard by default. Is it possible to force the numeric keyboard somehow? Regards Mike
  5. Thanks a lot! Because I need to set and delete the frame dynamically I use: UnimPanel1.JSInterface.JSCall('addCls', ['borderClass']); and UnimPanel1.JSInterface.JSCall('removeCls', ['borderClass']); instead of UnimPanel1.JSInterface.JSConfig('bodyCls', ['borderClass']);
  6. Hello! Sherzod has given me a good tipp for painting a frame around an UnimImage: .borderImg img { border: red; border-style: solid; border-width: 4px; } Now I need the same for an UnimPanel. I've tried this, but without success: .borderPanel panel { border-color: red; border-left-width: 4px; border-top-width: 4px; border-right-width: 4px; border-bottom-width: 4px; } Any help would be apreciated!
  7. With the help of Clever Internet Suite it's easy to handle: https://www.clevercomponents.com/portal/kb/a69/custom-tcp-client-server.aspx
  8. Hello! I'm searching for a way, that an UnimImage react on user gestures. Unfortunately the OnDblClick-event is already in use in my application. So I'm searching for something like OnClickHold for components like UnimImage, UnimPanel , UnimButton etc. Is it possible to do this with OnAjaxEvent? If yes - how? Best regards Mike
  9. For those, you are interested in that... here is the solution:
  10. No problemunigui3.rar 1. press "Open form" on Mainform -> 2. form opens and all works fine 2. close the 2. form 3. press "Open form" on Mainform again -> error
  11. Sorry to disturb again, but this JS-assignments work the first time. The second time I get an AJAX-error. The UnimFileUploadButton is placed on an extra form, which is closed and opened by the user. Should I clear the JS-assignments before assigning them? Thanks
  12. Works great! Last question: what about the text color?
  13. Hello Hayri! This post is very helpful. Can I set the background color und rounded edges too? Where can I find which elements are available and what are the possible settings? Regards Mike
  14. OK! I've given a try to UnimFileUploadButton. But I have some problems with the Unim-version. 1. in the desktop version there is a picture property which lacks in the mobile version. Is there a way to add it somehow? 2. in the desktop version there is a align property which lacks in the mobile version. Is there a way to add it somehow? 3. how can I change the caption of this button (it's an UnimFileUploadButton)? Regards Mike
  15. If I add a new topic in the forum (with my handy), I get something like this: Here I can add a photo from my media library. That is exactly, what I need in my project.
  16. I thought, that UniGUI always runs in a browser... If I use this forum on my handy, I can upload a photo from my media library. How did you do that?
  17. Hello! Has anyone accomplished to access the mobile photos (the ones that are saved on the local device) from UniGUI? I know, that they have to be accessed from the browser, but maybe there exists a trick... Regards Mike
  18. Hello! I'm using a UnimDBGrid with pictures. Therefore I use the UnimDBGrid1FieldImage method with parameters (CONST Column : TunimDBGridColumn; CONST AField : TField; VAR OutImage : TGraphic; VAR DoNotDispose : Boolean; VAR ATransparent : TUniTransparentOption); Here the setting of ATransparent has no effect. When I set it to toNone, toAuto or toFuchsia, pictures always shown in transparent. [Edit] I reached what I want by changing the graphic format to GIF, so I don't need the ATransparent parameter any more. [/Edit]
  19. Hi! I've found this and I've tested a bit without the "<Form>"-tag. it seems, that the Form-tag causes this behaviour. I replace the "<input> type="submit"..." with "<button> type="submit"..." and now it works (better).
  20. Hi! I have a UnimURLFrame on my Loginform with a nice HTML-animation. With an AjaxEvent I control the submit button to verify the login data. When the verifying is positive, I do a "ModalResult:=true;" and all works fine. But when the verifying of the login data is negative, the loginform reopens and shows something like that (after 3 times input of wrong data) : How can I avoid that? Regards Mike
  21. This is often a problem with the UniGui-settings of SSL. Maybe these settings don't match with your SSL-certificates.
  22. Thanks a lot - it's a dirty trick, but it works..
  23. Thank you, but that makes no difference. The canvas always shows the old picture. Even a restart of the service don't change anything. Only when I open another picture, the picture in the cache is replaced.
×
×
  • Create New...