Jump to content

PolywickStudio

uniGUI Subscriber
  • Posts

    42
  • Joined

  • Last visited

Everything posted by PolywickStudio

  1. I am trying to align a UnimLabel to vertically align. I tried the above link. It does not work. Is there a way to vertically align a UnimLabel?
  2. Can you provide the sources, or a snipplet of it? None of the geolocation code works so far. I have no idea what's going on...
  3. What is input box? See:
  4. I need a working example instead of Latitude e Longitude forum post.
  5. I have question... I have a button (TUnimButton) and 2 labels (TUnimLabel). How do I re-purpose the above Ajax code so it emits the lat/lon to the label?
  6. ignore. i got it to work. please close.
  7. I'm doing work-for-hire. In non-mobile version, there's UniLablel with TextConversion. In UnlmLabel, I want to put: <a href= "privacy.html" > Privacy </a> Is this possible?
  8. Component - TUnimLabel I think it's missing a property - TextConversion. Is there an equivalent? I want to add a hyperlink using UniGui mobile. Eg. Privacy, Copyright notice, Terms of Service.
  9. What is FCallback?
  10. I only find this - Is there an example in UniGui to get location data from mobile devices?
  11. Yes, mobile version of UniGui. or desktop version. Doesn't matter...
  12. I need an equivalent in Unigui, that can display an image-list similar to Lightbox, or an image gallery. What I tried: - TUniGuiM Carousel - need an example that shows a list of image similar to Lightbox. - TUniMScrollBox. How to make it like Lightbox?
  13. Review and Compare VPS Servers | VPSBenchmarks For servers below US$8 Best VPS 2024 under $8 | VPSBenchmarks
  14. I need help. On desktop using mobile UI. In TUniButton, there is TabOrder property. in TUnimEdit, there is TabOrder property. In TUnimButton, there isn't a TabOrder. Can you please add TUnimButton.TabOrder property?
  15. Did you get it to work? I got this error - (I added code that's in the post to my code).
  16. Does this work, I get this error instead: [dcc32 Fatal Error] uniGUI29VCL.dpk(50): F2051 Unit uniXDBGrid was compiled with a different version of uniDBGrid.IUniDBGrid
  17. Can you change default database to SQLite?
  18. Is this for sale? does this come with sources? Please remove the captcha feature. Cannot test.
  19. procedure TUniGUICacheEraser.StartEmptyTask; (line 1300 - uniGUISessionManager.pas) Please add: FindClose(sr); Reason. Resource-leak.
  20. Please provide a string property which can be used to set the caption. Rationale: There is a class-name but no caption-name. If you want to set a custom caption on the TabSheet, it would be nice if you can store a caption on a UniFrame.property which then can retrieved when Example code: ts := TUniTabSheet.Create(Self) ... frC := TUniFrameClass(FindClass(FClassName)); ts.Caption = frC.Caption; <--- ...
  21. I'm not sure if this is a bug or not. TUniButton.Text := 'set something' // what's this for? TUniButton.Caption := 'set something' // this works. Please remove TUniButton.Text as it is not used.
  22. - Make a way to respect toolbar button height - Make a way so that toolbar text works.
  23. How to set color on UniLoginForm background?
×
×
  • Create New...