﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Font sizes in browse dialog</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 21:47:37 GMT</lastBuildDate><ttl>20</ttl><item><title>Font sizes in browse dialog</title><link>http://forum.strataframe.net/FindPost12985.aspx</link><description>How can I make the font sizes on the browse dialog control bigger?&lt;br&gt;
&lt;br&gt;
Also is there a way to set focus to the results listview when a result set is returned?&lt;br&gt;
&lt;br&gt;
Thanks.</description><pubDate>Mon, 11 Feb 2008 11:09:57 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Font sizes in browse dialog</title><link>http://forum.strataframe.net/FindPost14292.aspx</link><description>No problem :)</description><pubDate>Mon, 11 Feb 2008 11:09:57 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Font sizes in browse dialog</title><link>http://forum.strataframe.net/FindPost14289.aspx</link><description>Perfect - thanks for the quick response.</description><pubDate>Mon, 11 Feb 2008 10:30:47 GMT</pubDate><dc:creator>Teddy Jensen</dc:creator></item><item><title>RE: Font sizes in browse dialog</title><link>http://forum.strataframe.net/FindPost14287.aspx</link><description>Fixed....it will be included in the next build I post.&amp;nbsp; Thanks. :)</description><pubDate>Mon, 11 Feb 2008 10:24:22 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Font sizes in browse dialog</title><link>http://forum.strataframe.net/FindPost14286.aspx</link><description>Trent,&lt;/P&gt;&lt;P&gt;Like Keith i also have some users, who uses the keyboard a lot and they would really like this feature. &lt;/P&gt;&lt;P&gt;I set the SetFocusToResultsAfterSearch property on&amp;nbsp;my browsedialog to true, but the focus stays on the searchfield after the search. If i then tab to the&amp;nbsp;resultlist and use the downarrow, the&amp;nbsp;resultlist moves down on the form, not moving the selected item in the resultlist as i expected.&lt;/P&gt;&lt;P&gt;Keith, did u get it to work?</description><pubDate>Mon, 11 Feb 2008 10:05:18 GMT</pubDate><dc:creator>Teddy Jensen</dc:creator></item><item><title>RE: Font sizes in browse dialog</title><link>http://forum.strataframe.net/FindPost14283.aspx</link><description>OK...I will see what the "fallout" will be :D</description><pubDate>Mon, 11 Feb 2008 09:07:36 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Font sizes in browse dialog</title><link>http://forum.strataframe.net/FindPost14281.aspx</link><description>ahh thanks for that property I didn't see it.&lt;br&gt;
&lt;br&gt;
They would like to be able to make everything bigger on that screen, so I will take what I can get :)&lt;br&gt;
&lt;br&gt;
I have the rest of their screens all using 10pt, the default is 8.25.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;</description><pubDate>Mon, 11 Feb 2008 08:59:38 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Font sizes in browse dialog</title><link>http://forum.strataframe.net/FindPost14267.aspx</link><description>Keith,&lt;/P&gt;&lt;P&gt;One other question...what elements are they complaining about?&amp;nbsp; The labels, textboxes, etc?&amp;nbsp; Does this include the results list?</description><pubDate>Sun, 10 Feb 2008 20:19:22 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Font sizes in browse dialog</title><link>http://forum.strataframe.net/FindPost14266.aspx</link><description>[quote]1) drowsedialog items font size override[/quote]&lt;/P&gt;&lt;P&gt;This is still on my "to look at list" to see what all of the implications will be.&amp;nbsp; So the verdict is still out on this one.&lt;/P&gt;&lt;P&gt;[quote]2) Ability to have the results listbox get focus either via tab or code.[/quote]&lt;/P&gt;&lt;P&gt;Actually I added a property to the BrowseDialog called SetFocusToResultsAfterSearch practially the same day that you asked for this.&amp;nbsp; it is presently in the 1.6.5 beta.</description><pubDate>Sun, 10 Feb 2008 20:18:09 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Font sizes in browse dialog</title><link>http://forum.strataframe.net/FindPost14259.aspx</link><description>Did these items make it into 1.6.5? or will they?&lt;br&gt;
&lt;br&gt;
1) drowsedialog items font size override&lt;br&gt;
2) Ability to have the results listbox get focus either via tab or code.&lt;br&gt;
&lt;br&gt;
I got asked about the font size thing the other day again is why I ask.&lt;br&gt;
&lt;br&gt;
Thanks.</description><pubDate>Sun, 10 Feb 2008 17:26:12 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Font sizes in browse dialog</title><link>http://forum.strataframe.net/FindPost13002.aspx</link><description>[quote]Also, is is possible for an Information panel to contain bound, editable fields or is that shoving a square peg in a round hole?[/quote]&lt;/P&gt;&lt;P&gt;Technically, yes.&amp;nbsp; You would probably want to create a user control that is dropped on the InformationPanel since you can setup an SF user control to do all of the binding like in a form.&amp;nbsp; When the RowChanged event fires, then you can load the record into the BO on the user control (I think this would be easier than trying to use a translation) through the CopyDataFrom method on the BO....but it is up to you to take care of the Saves since this is not intrinsic logic.&amp;nbsp;</description><pubDate>Wed, 12 Dec 2007 09:40:40 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Font sizes in browse dialog</title><link>http://forum.strataframe.net/FindPost12996.aspx</link><description>Thanks Trent. I am programming for a group used to heads down green screen data entry, the mere thought of a mouse makes them nervous so being able to set the focus to the result set, arrow up and down to select the right records, then hit enter is a big thing for them since we are using the BD a lot in this app.&lt;br&gt;
&lt;br&gt;
Also their older, they simple are having trouble seeing the dialog screen data.&lt;br&gt;
&lt;br&gt;
Also, is is possible for an Information panel to contain bound, editable fields or is that shoving a square peg in a round hole?&lt;br&gt;
&lt;br&gt;
Again this stems from hopping around screen making these users uncomfortable, they said that if the Info panel data was editable it would be perfect in what I have shown them so far.&lt;br&gt;
&lt;br&gt;
Thanks again.&lt;br&gt;
&lt;br&gt;</description><pubDate>Tue, 11 Dec 2007 17:37:45 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Font sizes in browse dialog</title><link>http://forum.strataframe.net/FindPost12988.aspx</link><description>[quote]&lt;SPAN id=ctl02_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl04_lblFullMessage&gt;How can I make the font sizes on the browse dialog control bigger?&lt;/SPAN&gt;[/quote]&lt;/P&gt;&lt;P&gt;No.&amp;nbsp; I will look and see what the fallout would be to expose this.&lt;/P&gt;&lt;P&gt;[quote]Also is there a way to set focus to the results listview when a result set is returned?[/quote]&lt;/P&gt;&lt;P&gt;After all of the functionality that we have added to this control lately what is one more property...I will see if I can get it in before the next update. :)</description><pubDate>Tue, 11 Dec 2007 14:39:15 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>