
PolywickStudio
uniGUI Subscriber-
Posts
42 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by PolywickStudio
-
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?
-
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...
-
What is input box? See:
-
I need a working example instead of Latitude e Longitude forum post.
-
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?
-
ignore. i got it to work. please close.
-
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?
-
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.
-
What is FCallback?
-
I only find this - Is there an example in UniGui to get location data from mobile devices?
-
Need Lightbook, Image Gallery or equivalent
PolywickStudio replied to PolywickStudio's topic in Feature Requests
Yes, mobile version of UniGui. or desktop version. Doesn't matter... -
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?
-
Review and Compare VPS Servers | VPSBenchmarks For servers below US$8 Best VPS 2024 under $8 | VPSBenchmarks
-
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?
-
Did you get it to work? I got this error - (I added code that's in the post to my code).
-
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
-
Can you change default database to SQLite?
-
-
procedure TUniGUICacheEraser.StartEmptyTask; (line 1300 - uniGUISessionManager.pas) Please add: FindClose(sr); Reason. Resource-leak.
- 1 reply
-
- 1
-
-
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; <--- ...
-
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.
-
- Make a way to respect toolbar button height - Make a way so that toolbar text works.
-
How to set color on UniLoginForm background?