Jump to content

Search the Community

Showing results for tags 'font'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 16 results

  1. Hi uniguys (-and girls) ;-) I have here a little app writen in unigui. The app should run in a iframe of a html page. The html page has a big css file declaring the view of the obejcts used on the html page. In the header of the html page it loads the following font: <link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,300italic' rel='stylesheet' type='text/css' /> Is there a chance that i can use the same font and css in my unigui app? If yes, how can that be done? I tryed it with TuniHTMLFrame, setting the html property: <!DOCTYPE html> <html> <head> <link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,300italic' rel='stylesheet' type='text/css' /> </head> <body> </body> </html> But if i firebug the app, i cannot see the link to the font in my app. Any help would be great.
  2. I have a PopUp with many elements and would like to draw the user's attention to a few items in the list via the Item's Font Color/Size/Style dynamically at runtime (logic varies so highlights vary) - please advise - Thanks in advance.
  3. Hi Dear : We have a problem with TUniComboBox, with Property: Font. I attach a document with the explanation. Thanks in advanced Angélica ( Arizmendi Team) Problem with TUniComboBox Properties .docx
  4. UniDBGrid nesnesinde verileri grupladım fakat bu gruplarda başlıkların background ve fontları değiştirmek istiyorum. Bu konuda yardımcı olan herkese şimdiden teşekkürler
  5. Hello good afternoon, I would like to know how to change the font and colors of a dbgrid line at run time. for example, if any field in the dataset is of a format to change the color of the dbrid. Best regards Anderson Manoel Ribas Brazil
  6. Farshad, I am looking at the Triton theme, which I quite like as a base to work from, but I have noticed that the you override the font it actually distributes with (Open Sans) with Tahoma 12. It means all button related components like main menus for example only has that font even if you make the size of the button bigger to trigger medium and large fonts. I want the font to be driven by CSS. The Main Menu buttons look in particular very small. I also notice that you downsize the edit boxes for Triton and the Calendar looks quite different from the standard theme. I know I can edit uni-xtheme-triton.css and removed those which then uses the actual fonts but I am not sure what effect that will have that I am not aware of. I would expect it to take the theme as is and looks identical. Any explanation for this? Thanks. BTW I have added the following to uni-xtheme-triton.css to center the triggers: .x-form-trigger { vertical-align: middle; } P.S. If you can also see my question on this post: http://forums.unigui.com/index.php?/topic/10239-custom-theme-selection-at-design-time/
  7. Please advise how I can set Mobile TUnimEdit.FieldLabel.Font Colours please - thanks.
  8. I am trying to set a TUnimEdit Font properties in code, please advise how - thanks in advance. procedure TMyForm.UnimFormCreate(Sender: TObject); var ss: TUniStrings; begin ss.Add('{'); ss.Add(' config.style = "color: blue; font-size: 12px;"'); ss.Add('}'); edtPhone.ClientEvents.UniEvents.Ext.field.Text.beforeinit.AddStrings(ss); end;
  9. Resize componets Font. design mode and view mode is not the same size Thanks
  10. Hi, I need to use one font that exists in server side but dont in client side. Tks,
  11. How do you change the font color in a TUnimLabel (the mobile one)? J. Clarke
  12. Hi all out there, i am stucking with that thing. My customer wants that the app has "Open Sans" font everywhere. so i added following to the "CustomMeta" property: <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i"rel="stylesheet"> That sheems to work as far i can see. I was able to do the most of the GUI with setting the font and parentfont properties of the unigui components, However, there are some components where that sheems not implemented ( TUniTabsheet, TUniMainMenu, TUniPopupMenu per example ). So, is there some CSS magic or so where i can set the font type of all components to "Open Sans"? Regards
  13. I want to change the Font of Message Text in ShowMessage() and MessageDlg() Font size, Font name, etc. And Prompt() procedure has two fields, MessageText and Input Field. Can I change the Font of them? I want to know how to change the Font of 3 procedures. I use regular version 0.99.96.1317 Best Regards.
  14. Hi, How to config custom font in uniGui ? i wish client-side can render the new font without installing it Thank you
  15. There is possibility to change the source of an item of popup menu?
  16. how I can change the font of the items of a component treeview because realized the change in the object inspector but when compiling the source returns to its original state.
×
×
  • Create New...