<?xml version="1.0" encoding="windows-1252"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[SmartClient Forums - Smart GWT Technical Q&A]]></title>
		<link>https://forums.smartclient.com/</link>
		<description>Developing applications with Smart GWT, the Google Web Toolkit edition of SmartClient</description>
		<language>en</language>
		<lastBuildDate>Sun, 21 Jun 2026 12:19:38 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>images/misc/rss.png</url>
			<title><![CDATA[SmartClient Forums - Smart GWT Technical Q&A]]></title>
			<link>https://forums.smartclient.com/</link>
		</image>
		<item>
			<title>RichTextItem missing bullet and strike through option</title>
			<link>https://forums.smartclient.com/forum/smart-gwt-technical-q-a/277657-richtextitem-missing-bullet-and-strike-through-option</link>
			<pubDate>Sat, 20 Jun 2026 13:21:05 GMT</pubDate>
			<description>Hi Support Team, 
 
How should I get back bullet and strike through options. Those are missing in 14.0. Some of our customer are complaining about...</description>
			<content:encoded><![CDATA[Hi Support Team,<br />
<br />
How should I get back bullet and strike through options. Those are missing in 14.0. Some of our customer are complaining about about missing features.<br />
<br />
Thanks,Hi Support Team,<br />
<br />
How can I restore the <b>bullet</b> and <b>strikethrough</b> options? These features appear to be missing in version 14.0, and some of our customers have reported concerns about their absence.<br />
<br />
Could you please advise whether these features can be re-enabled or if there is an alternative solution?<br />
<br />
Thanks,<br />
Revan]]></content:encoded>
			<category domain="https://forums.smartclient.com/forum/smart-gwt-technical-q-a"><![CDATA[Smart GWT Technical Q&amp;A]]></category>
			<dc:creator>revanbhapri</dc:creator>
			<guid isPermaLink="true">https://forums.smartclient.com/forum/smart-gwt-technical-q-a/277657-richtextitem-missing-bullet-and-strike-through-option</guid>
		</item>
		<item>
			<title>Calendar is not showing the Month-Year, when its loaded</title>
			<link>https://forums.smartclient.com/forum/smart-gwt-technical-q-a/277625-calendar-is-not-showing-the-month-year-when-its-loaded</link>
			<pubDate>Wed, 17 Jun 2026 20:34:55 GMT</pubDate>
			<description>Hi Isomorphic, 
 
The compact calendar is not showing the month - year, when its first loaded. We recently upgraded to v14.1 pro 06/08 version and...</description>
			<content:encoded><![CDATA[Hi Isomorphic,<br />
<br />
The compact calendar is not showing the month - year, when its first loaded. We recently upgraded to v14.1 pro 06/08 version and noticed this issue.<br />
The show case also having the same issue.<br />
<a href="https://smartclient.com/smartgwt/showcase/#compact_calendar_category" target="_blank">https://smartclient.com/smartgwt/sho...endar_category</a><br />
<br />
<a href="filedata/fetch?id=277626&amp;d=1781728446" class="bbcode-attachment"  ><img title="calendar-1.png" data-attachmentid="277626" width="329" height="145" data-align="none" border="0" src="filedata/fetch?id=277626&amp;d=1781728446&amp;type=medium" alt="Click image for larger version

Name:	calendar-1.png
Views:	136
Size:	14.6 KB
ID:	277626" data-fullsize-url="filedata/fetch?id=277626&amp;d=1781728446" data-thumb-url="filedata/fetch?id=277626&amp;d=1781728446&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="calendar-1.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a><br />
Can you please fix this issue.<br />
<br />
Thanks<br />
]]></content:encoded>
			<category domain="https://forums.smartclient.com/forum/smart-gwt-technical-q-a"><![CDATA[Smart GWT Technical Q&amp;A]]></category>
			<dc:creator>stonebranch4</dc:creator>
			<guid isPermaLink="true">https://forums.smartclient.com/forum/smart-gwt-technical-q-a/277625-calendar-is-not-showing-the-month-year-when-its-loaded</guid>
		</item>
		<item>
			<title>DynamicForm ComboBoxItem static appearance</title>
			<link>https://forums.smartclient.com/forum/smart-gwt-technical-q-a/277579-dynamicform-comboboxitem-static-appearance</link>
			<pubDate>Wed, 10 Jun 2026 14:57:26 GMT</pubDate>
			<description>Hi, 
 
Fields with a ComboBoxItem editor type in a DynamicForm no longer display correctly when read-only and their ReadOnlyDisplayAppearance is...</description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Fields with a ComboBoxItem editor type in a DynamicForm no longer display correctly when read-only and their ReadOnlyDisplayAppearance is STATIC.<br />
Other item types like TextItem and DateItem don't have this issue.<br />
<br />
Using latest Chrome browser and SmartGWT version v14.1p_2026-06-10/Pro Deployment.<br />
I also tested it using SmartGWT version v14.1p_2026-04-01/Pro Deployment, using that older build everything displays statically as expected.<br />
<br />
<img title="SGWT_issue_static_readonly_01.png" data-attachmentid="277580" data-align="none" data-size="full" border="0" src="filedata/fetch?id=277580&amp;d=1781103026" alt="Click image for larger version

Name:	SGWT_issue_static_readonly_01.png
Views:	18
Size:	3.1 KB
ID:	277580" data-fullsize-url="filedata/fetch?id=277580&amp;d=1781103026" data-thumb-url="filedata/fetch?id=277580&amp;d=1781103026&amp;type=thumb" data-title="Click on the image to see the original version" data-caption="SGWT_issue_static_readonly_01.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /><br />
In this example:<br />
A -&gt; is read-only and contains text but does not display statically<br />
B -&gt; is editable and displays as expected<br />
C -&gt; is read-only and contains no value, does not display statically<br />
D -&gt; is a TextItem instead of a ComboBoxItem, displays as expected<br />
<br />
Associated test case code:<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(1000 *  + 12px + 20px);">@Override
    public void onModuleLoad()
    {
        ComboBoxItem aItem = new ComboBoxItem(&quot;a&quot;, &quot;A&quot;);
        aItem.setCanEdit(false);
        ComboBoxItem bItem = new ComboBoxItem(&quot;b&quot;, &quot;B&quot;);
        bItem.setCanEdit(true);
        ComboBoxItem cItem = new ComboBoxItem(&quot;c&quot;, &quot;C&quot;);
        cItem.setCanEdit(false);
        TextItem dItem = new TextItem(&quot;d&quot;, &quot;D&quot;);
        dItem.setCanEdit(false);
        DynamicForm form = new DynamicForm();
        form.setItems(aItem, bItem, cItem, dItem);
        form.setCanEdit(true);
        form.setReadOnlyDisplay(ReadOnlyDisplayAppearance.STATIC);

        com.smartgwt.client.data.Record record = new com.smartgwt.client.data.Record();
        record.setAttribute(&quot;a&quot;, &quot;A value&quot;);
        record.setAttribute(&quot;b&quot;, &quot;B value&quot;);
        record.setAttribute(&quot;c&quot;, (String) null);
        record.setAttribute(&quot;d&quot;, &quot;D value&quot;);
        form.editRecord(record);

        form.draw();
    }</pre>
</div>]]></content:encoded>
			<category domain="https://forums.smartclient.com/forum/smart-gwt-technical-q-a"><![CDATA[Smart GWT Technical Q&amp;A]]></category>
			<dc:creator>michaelaveva</dc:creator>
			<guid isPermaLink="true">https://forums.smartclient.com/forum/smart-gwt-technical-q-a/277579-dynamicform-comboboxitem-static-appearance</guid>
		</item>
		<item>
			<title>Skin editor export not working</title>
			<link>https://forums.smartclient.com/forum/smart-gwt-technical-q-a/277571-skin-editor-export-not-working</link>
			<pubDate>Tue, 09 Jun 2026 14:43:49 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm trying to export a theme from the smartclient.com skin editor but nothing happens after pressing the &quot;Export&quot; button]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I'm trying to export a theme from the smartclient.com skin editor but nothing happens after pressing the &quot;Export&quot; button]]></content:encoded>
			<category domain="https://forums.smartclient.com/forum/smart-gwt-technical-q-a"><![CDATA[Smart GWT Technical Q&amp;A]]></category>
			<dc:creator>FlorinDavid</dc:creator>
			<guid isPermaLink="true">https://forums.smartclient.com/forum/smart-gwt-technical-q-a/277571-skin-editor-export-not-working</guid>
		</item>
		<item>
			<title>TreeGrid.setIndentSize() is not working</title>
			<link>https://forums.smartclient.com/forum/smart-gwt-technical-q-a/277568-treegrid-setindentsize-is-not-working</link>
			<pubDate>Sat, 06 Jun 2026 20:00:03 GMT</pubDate>
			<description>Hello, 
 
TreeGrid method setIndentSize() has no effect for quite some time. Last SmartGWT version that I have archived that it was working is 14.1p...</description>
			<content:encoded><![CDATA[Hello,<br />
<br />
TreeGrid method setIndentSize() has no effect for quite some time. Last SmartGWT version that I have archived that it was working is 14.1p 2025-06-27.<br />
I've checked versions from 2026-12 and from 2026-01 and it wasn't.<br />
<br />
Simple test case from showcase:<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(1000 *  + 12px + 20px);">        TreeNode&#91;&#93; employeeData = new TreeNode&#91;&#93; {
                new EmployeeTreeNode(&quot;4&quot;, &quot;1&quot;, &quot;Charles Madigen&quot;),
                new EmployeeTreeNode(&quot;189&quot;, &quot;4&quot;, &quot;Gene Porter&quot;),
                new EmployeeTreeNode(&quot;265&quot;, &quot;189&quot;, &quot;Olivier Doucet&quot;),
                new EmployeeTreeNode(&quot;264&quot;, &quot;189&quot;, &quot;Cheryl Pearson&quot;),
                new EmployeeTreeNode(&quot;188&quot;, &quot;4&quot;, &quot;Rogine Leger&quot;)
        };

        Tree employeeTree = new Tree();
        employeeTree.setModelType(TreeModelType.PARENT);
        employeeTree.setIdField(&quot;EmployeeId&quot;);
        employeeTree.setParentIdField(&quot;ReportsTo&quot;);
        employeeTree.setNameProperty(&quot;Name&quot;);
        employeeTree.setRootValue(1);
        employeeTree.setData(employeeData);

        TreeGrid employeeTreeGrid = new TreeGrid();
        employeeTreeGrid.setWidth(500);
        employeeTreeGrid.setHeight(400);
        employeeTreeGrid.setFields(new TreeGridField(&quot;Name&quot;));
        employeeTreeGrid.setData(employeeTree);
        employeeTreeGrid.setIndentSize(0);
        employeeTreeGrid.setShowConnectors(false);

        this.addChild(employeeTreeGrid);</pre>
</div>Write now if I set setIndentSize(0) or set setIndentSize(100) it's just doesn't matter. It's rendered like with default 20 value.<br />
If I check value in developers console 
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(1000 *  + 12px + 20px);">isc_TreeGrid_0.indentSize</pre>
</div> it's set correctly but it appears it's not used anymore.<br />
When I reverted to SmartGWT 14.1p 2025-06-27 above example works fine.<br />
<br />
Best regards<br />
<br />
]]></content:encoded>
			<category domain="https://forums.smartclient.com/forum/smart-gwt-technical-q-a"><![CDATA[Smart GWT Technical Q&amp;A]]></category>
			<dc:creator>pH4Lk0n</dc:creator>
			<guid isPermaLink="true">https://forums.smartclient.com/forum/smart-gwt-technical-q-a/277568-treegrid-setindentsize-is-not-working</guid>
		</item>
		<item>
			<title>SmartGWTPro 14.0 - Stratus theme- menuTitleFieldSelected CSS not applied consistently</title>
			<link>https://forums.smartclient.com/forum/smart-gwt-technical-q-a/277560-smartgwtpro-14-0-stratus-theme-menutitlefieldselected-css-not-applied-consistently</link>
			<pubDate>Mon, 01 Jun 2026 07:46:46 GMT</pubDate>
			<description>Hi Support Team, 
 
I am using SmartGWTPro 14.0 (licensed version). 
 
I modified the Stratus theme CSS to customize the menu appearance. While...</description>
			<content:encoded><![CDATA[Hi Support Team,<br />
<br />
I am using SmartGWTPro 14.0 (licensed version).<br />
<br />
I modified the Stratus theme CSS to customize the menu appearance. While testing the changes, I noticed that the hover/selected state styling does not behave consistently.<br />
<br />
The CSS class menuTitleFieldSelected is applied correctly when I initially select a menu item and move to its submenu. However, after selecting a different menu and then returning to the original menu, the selected item no longer uses menuTitleFieldSelected. Instead, it switches to menuTitleFieldOver, even though the menu item is still selected.<br />
<br />
As a result, the selected-state styling is lost and the hover-state styling is displayed instead.<br />
<br />
Please refer to the attached screenshots for the behavior I am seeing.<br />
<br />
Below is the modified CSS snippet I am using:<br />
<br />
--<br />
.menuTitleField,<br />
.menuTitleFieldDark,<br />
.menuTitleFieldSelected,<br />
.menuTitleFieldSelectedDark,<br />
.menuTitleFieldOver,<br />
.menuTitleFieldOverDark,<br />
.menuTitleFieldSelectedOver,<br />
.menuTitleFieldSelectedOverDark,<br />
.menuTitleFieldDisabled,<br />
.menuTitleFieldDisabledDark {<br />
  background-color: transparent;<br />
<br />
    color: #3d3935;<br />
<br />
    border-top: none;<br />
<br />
    border-bottom: none;<br />
<br />
    border-left: 2px solid transparent;<br />
<br />
    vertical-align: middle;<br />
<br />
    font-family:<br />
        &quot;Open Sans&quot;,<br />
        system-ui,<br />
        -apple-system,<br />
        &quot;Segoe UI&quot;,<br />
        sans-serif;<br />
<br />
    font-size: 13.5px;<br />
<br />
    line-height: 1.2;<br />
<br />
    white-space: nowrap;<br />
<br />
    padding: 9px 14px 9px 16px;<br />
}<br />
<br />
.menuTitleFieldOver,<br />
.menuTitleFieldSelected,<br />
.menuTitleFieldOverDark,<br />
.menuTitleFieldSelectedOver,<br />
.menuTitleFieldSelectedOverDark {<br />
  background-color: #f4f4f4;<br />
    color: #3d3935;<br />
}<br />
<br />
.menuTitleFieldSelected {<br />
   background-color: #e3ecf5;<br />
    color: #326295;<br />
<br />
    font-weight: 600;<br />
<br />
    border-left-color: #326295;<br />
}<br />
<br />
/* =========================================================<br />
   Disabled<br />
   ========================================================= */<br />
<br />
.menuTitleFieldDisabled,<br />
.menuTitleFieldDisabledDark {<br />
    color: #999999;<br />
}<br />
----------------<br />
<br />
Could you please confirm whether this is the expected behavior in SmartGWT 14.0 or if there is any additional CSS or configuration required to ensure that menuTitleFieldSelected is consistently applied to selected menu items?<br />
<br />
Thanks,<br />
Revan<br />
]]></content:encoded>
			<category domain="https://forums.smartclient.com/forum/smart-gwt-technical-q-a"><![CDATA[Smart GWT Technical Q&amp;A]]></category>
			<dc:creator>revanbhapri</dc:creator>
			<guid isPermaLink="true">https://forums.smartclient.com/forum/smart-gwt-technical-q-a/277560-smartgwtpro-14-0-stratus-theme-menutitlefieldselected-css-not-applied-consistently</guid>
		</item>
	</channel>
</rss>
