﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - HTML5</title><link>http://www.intersoftsolutions.com/Community/Tags/HTML5/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>HTML5 problem with WebCombo in WebTab </title><link>http://www.intersoftsolutions.com/Community/Tags/HTML5/</link><pubDate>Tue, 12 Nov 2013 08:38:52 GMT</pubDate><dc:creator>siemiatkowski@softwarestudio.com.pl</dc:creator><category>WebCombo</category><category>WebTab</category><category>HTML5</category><description>&lt;p&gt;I have w very simply example with WebTab in WebCombo (see attachfile: webtab 1 webcombo.jpg)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;When I change view to the tab 2 I see WebCombo2 (see attach file: webtab 2 webcombo.jpg)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Next I try to see position from WebCombo, when i click to control WebCombo 2 the symbol for display positions is unvisible. (see attach file: webtab webcombo without symbol.jpg )&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;In html4 running OK.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;My code is only in aspx file:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test_as.aspx.cs" Inherits="StudioSystem.test_as" %&amp;gt;
&amp;lt;%@ Register assembly="ISNet.WebUI.WebDesktop" namespace="ISNet.WebUI.WebDesktop" tagprefix="ISWebDesktop" %&amp;gt;
&amp;lt;%@ Register assembly="ISNet.WebUI.WebCombo" namespace="ISNet.WebUI.WebCombo" tagprefix="ISWebCombo" %&amp;gt;
&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head runat="server"&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form id="form1" runat="server"&amp;gt;
    &amp;lt;div&amp;gt;
    
        &amp;lt;ISWebDesktop:WebTab ID="WebTab1" runat="server" Height="300px" RenderingMode="HTML5" Width="500px"&amp;gt;
            &amp;lt;tabpages&amp;gt;
                &amp;lt;ISWebDesktop:WebTabItem Text="Tab 1"&amp;gt;
                    &amp;lt;PageTemplate&amp;gt;
                        &amp;lt;ISWebCombo:WebCombo ID="WebCombo1" runat="server" RenderingMode="HTML5" UseDefaultStyle="true"&amp;gt;
                        &amp;lt;/ISWebCombo:WebCombo&amp;gt;
                    &amp;lt;/PageTemplate&amp;gt;
                &amp;lt;/ISWebDesktop:WebTabItem&amp;gt;
                &amp;lt;ISWebDesktop:WebTabItem Name="tab2" Text="Tab 2"&amp;gt;
                    &amp;lt;PageTemplate&amp;gt;
                        &amp;lt;ISWebCombo:WebCombo ID="WebCombo2" runat="server" RenderingMode="HTML5" UseDefaultStyle="true"&amp;gt;
                        &amp;lt;/ISWebCombo:WebCombo&amp;gt;
                    &amp;lt;/PageTemplate&amp;gt;
                &amp;lt;/ISWebDesktop:WebTabItem&amp;gt;
            &amp;lt;/tabpages&amp;gt;
&amp;lt;FrameStyle Overflow="Hidden" OverflowY="Hidden" OverflowX="Hidden"&amp;gt;&amp;lt;/FrameStyle&amp;gt;
&amp;lt;TabItemStyle&amp;gt;
&amp;lt;Normal Cursor="Hand" BackColor="Gainsboro" BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px" Font-Bold="False" Font-Italic="False" Font-Names="Tahoma" Font-Size="8pt" Font-Underline="False" Height="100%" Width="100%"&amp;gt;
&amp;lt;Padding Top="2px" Left="10px" Right="10px" Bottom="0px"&amp;gt;&amp;lt;/Padding&amp;gt;
&amp;lt;/Normal&amp;gt;
&amp;lt;Over BaseStyle="Normal" BackColor="WhiteSmoke"&amp;gt;&amp;lt;/Over&amp;gt;
&amp;lt;Active GradientType="Vertical" BackColor2="245, 245, 245" BaseStyle="Normal" BackColor="White" BorderColor="Navy" BorderStyle="Solid" BorderWidth="1px"&amp;gt;&amp;lt;/Active&amp;gt;
&amp;lt;/TabItemStyle&amp;gt;
&amp;lt;ContainerStyle Overflow="Auto" OverflowY="Auto" OverflowX="Auto" BackColor="WhiteSmoke" BorderColor="Navy" BorderStyle="Solid" BorderWidth="1px" Height="100%" Width="100%"&amp;gt;
&amp;lt;Padding Top="5px" Left="5px" Right="5px" Bottom="5px"&amp;gt;&amp;lt;/Padding&amp;gt;
&amp;lt;/ContainerStyle&amp;gt;
&amp;lt;RoundCornerSettings TopBorderColor="230, 139, 44" FillerBorderColor="255, 199, 60"&amp;gt;&amp;lt;/RoundCornerSettings&amp;gt;
&amp;lt;DisabledStyle ForeColor="Gray"&amp;gt;&amp;lt;/DisabledStyle&amp;gt;
        &amp;lt;/ISWebDesktop:WebTab&amp;gt;
    
    &amp;lt;/div&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;When the WebCombo is in other than 1 tab - not working properly, only in first TAB running corectly.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;How can I fix it ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;regards &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Adam&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebUI Studio 2012 R2 Release</title><link>http://www.intersoftsolutions.com/Community/Tags/HTML5/</link><pubDate>Fri, 11 Jan 2013 04:52:30 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebDesktop</category><category>ASP.NET</category><category>HTML5</category><category>CSS3</category><category>Metro</category><description>&lt;p style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; line-height: 18px; margin-right: 0px; margin-left: 0px; padding: 0px; color: rgb(63, 63, 63); font-size: 12px; background-color: rgb(255, 255, 255);"&gt;Dear valued customers,&lt;/p&gt;
&lt;p style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; line-height: 18px; margin-right: 0px; margin-left: 0px; padding: 0px; color: rgb(63, 63, 63); font-size: 12px; background-color: rgb(255, 255, 255);"&gt;I'd like to announce the latest release of WebUI Studio 2012 R2, that is available now for download in &lt;a href="http://www.intersoftpt.com/WebUIStudio/Try" target="_blank" style="color: rgb(22, 95, 167);"&gt;here&lt;/a&gt;  In this R2 release, we've developed dozens of new controls for both Silverlight and WPF, as well as ASP.NET.&lt;/p&gt;
&lt;p style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; line-height: 18px; margin-right: 0px; margin-left: 0px; padding: 0px; color: rgb(63, 63, 63); font-size: 12px; background-color: rgb(255, 255, 255);"&gt;In ASP.NET, we come up with WebDesktop 4 that has been fully enhanced to support HTML5 and CSS3. WebDesktop also supports a new visual theme based on Windows modern UI design aesthetic. It transforms every WebDesktop user interface controls into clean and modern look and feel. Since it is designed in the latest web standards such as HTML5, Web applications built on WebDesktop is automatically able to run on mobile devices without additional code.&lt;/p&gt;
&lt;p style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; line-height: 18px; margin-right: 0px; margin-left: 0px; padding: 0px; color: rgb(63, 63, 63); font-size: 12px; background-color: rgb(255, 255, 255);"&gt;To discover new controls and features that we’ve included in R2 release, you can visit What’s New in 2012 R2. &lt;/p&gt;
&lt;p style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; line-height: 18px; margin-right: 0px; margin-left: 0px; padding: 0px; color: rgb(63, 63, 63); font-size: 12px; background-color: rgb(255, 255, 255);"&gt;Get your full license now in our &lt;a href="http://intersoftpt.com/store" target="_blank" style="color: rgb(22, 95, 167);"&gt;online store&lt;/a&gt;. Feel free to contact me for best pricing or if you have any questions.&lt;/p&gt;
&lt;p style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; line-height: 18px; margin-right: 0px; margin-left: 0px; padding: 0px; color: rgb(63, 63, 63); font-size: 12px; background-color: rgb(255, 255, 255);"&gt;Thank you and have a nice day.&lt;/p&gt;
&lt;p style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; line-height: 18px; margin-right: 0px; margin-left: 0px; padding: 0px; color: rgb(63, 63, 63); font-size: 12px; background-color: rgb(255, 255, 255);"&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style="font-family: 'lucida grande', 'segoe ui', arial, verdana, tahoma; line-height: 18px; margin-right: 0px; margin-left: 0px; padding: 0px; color: rgb(63, 63, 63); font-size: 12px; background-color: rgb(255, 255, 255);"&gt;Regards,&lt;br /&gt;Martin&lt;/p&gt;</description></item><item><title>Introducing WebDesktop 4 - The Final Part</title><link>http://www.intersoftsolutions.com/Community/Tags/HTML5/</link><pubDate>Thu, 06 Dec 2012 23:15:08 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebDesktop</category><category>ASP.NET</category><category>HTML5</category><category>CSS3</category><description>&lt;p&gt;Dear valued customers,&lt;/p&gt;
&lt;p&gt;I'm pleased to introduce the final part of WebDekstop's development for HTML5 and CSS3. In version 4, WebDesktop has been refined to fully support the latest web standards. This allows you to use many of the advanced WebDesktop features in your next-generation web applications and at the same time leveraging cutting-edge technologies such as HTML5 and CSS3.&lt;/p&gt;
&lt;p&gt;You can review our previous posts in &lt;a href="http://intersoftpt.wordpress.com/2012/08/23/getting-ready-for-html5-components-part-1/" target="_blank"&gt;part 1&lt;/a&gt; and &lt;a href="http://intersoftpt.wordpress.com/2012/10/08/html5-development-part-2/" target="_blank"&gt;part 2&lt;/a&gt;  In this final post, we will share more about the new features of the rest WebDesktop controls, such as WebDesktopManager, WebDialogBox, WebPaneManager, WebNotifications and many others.&lt;/p&gt;
&lt;p&gt;Read the complete blog post in &lt;a href="http://intersoftpt.wordpress.com/2012/12/04/introducing-webdesktop-4-final-part/" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thank you for your attention and support.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Intersoft Team&lt;/p&gt;</description></item><item><title>October Special Double Promo</title><link>http://www.intersoftsolutions.com/Community/Tags/HTML5/</link><pubDate>Fri, 12 Oct 2012 02:27:53 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebCombo</category><category>ASP.NET</category><category>ClientUI</category><category>Promo</category><category>October</category><category>HTML5</category><description>Dear valued customers,
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;div&gt;Good day to all of you.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In this opportunity, I’d like to announce our special double promo in this month. If you purchase any of WebUI Studio subscription license, you will be given a direct 20% discount. Then, you will have a privilege to enter our Wheel of Fortune page to claim your prize. For more information about this lucky promo, see the following link:&lt;/div&gt;&lt;div&gt;&lt;a href="http://intersoftpt.com/Corporate/News.aspx?page=News&amp;amp;EventId=211"&gt;http://intersoftpt.com/Corporate/News.aspx?page=News&amp;EventId=211&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The promo will be effective from 10th October 2012 until 10th November 2012. Don't miss out this special promo! Grab your WebUI Studio Subscription license today through our&amp;nbsp;&lt;a href="http://intersoftpt.com/store" target="_blank"&gt;online store&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Please contact me immediately at martin@intersoftpt.com to join this limited offer.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Thank you and look forward to seeing you in our Wheel of Fortune promo.&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Cheers,&lt;/div&gt;
&lt;div&gt;Martin&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description></item><item><title>October Special Double Promo</title><link>http://www.intersoftsolutions.com/Community/Tags/HTML5/</link><pubDate>Fri, 12 Oct 2012 00:51:32 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebGrid</category><category>ASP.NET</category><category>ClientUI</category><category>Promo</category><category>October</category><category>HTML5</category><description>Dear valued customers,
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;div&gt;Good day to all of you.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In this opportunity, I’d like to announce our special double promo in this month. If you purchase any of WebUI Studio subscription license, you will be given a direct 20% discount. Then, you will have a privilege to enter our Wheel of Fortune page to claim your prize. For more information about this lucky promo, see the following link:&lt;/div&gt;&lt;div&gt;&lt;a href="http://intersoftpt.com/Corporate/News.aspx?page=News&amp;amp;EventId=211"&gt;http://intersoftpt.com/Corporate/News.aspx?page=News&amp;EventId=211&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The promo will be effective from 10th October 2012 until 10th November 2012. Don't miss out this special promo! Grab your WebUI Studio Subscription license today through our&amp;nbsp;&lt;a href="http://intersoftpt.com/store" target="_blank"&gt;online store&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Please contact me immediately at martin@intersoftpt.com to join this limited offer.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Thank you and look forward to seeing you in our Wheel of Fortune promo.&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Cheers,&lt;/div&gt;
&lt;div&gt;Martin&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description></item><item><title>October Special Double Promo</title><link>http://www.intersoftsolutions.com/Community/Tags/HTML5/</link><pubDate>Fri, 12 Oct 2012 00:50:33 GMT</pubDate><dc:creator>MarTin</dc:creator><category>ASP.NET</category><category>ClientUI</category><category>Promo</category><category>October</category><category>HTML5</category><description>Dear valued customers,&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;div&gt;Good day to all of you.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In this opportunity, I’d like to announce our special double promo in this month. If you purchase any of WebUI Studio subscription license, you will be given a direct 20% discount. Then, you will have a privilege to enter our Wheel of Fortune page to claim your prize. For more information about this lucky promo, see the following link:&lt;/div&gt;&lt;div&gt;&lt;a href="http://intersoftpt.com/Corporate/News.aspx?page=News&amp;amp;EventId=211"&gt;http://intersoftpt.com/Corporate/News.aspx?page=News&amp;EventId=211&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The promo will be effective from 10th October 2012 until 10th November 2012. Don't miss out this special promo! Grab your WebUI Studio Subscription license today through our&amp;nbsp;&lt;a href="http://intersoftpt.com/store" target="_blank"&gt;online store&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Please contact me immediately at martin@intersoftpt.com to join this limited offer.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Thank you and look forward to seeing you in our Wheel of Fortune promo.&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Cheers,&lt;/div&gt;
&lt;div&gt;Martin&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description></item><item><title>October Special Double Promo</title><link>http://www.intersoftsolutions.com/Community/Tags/HTML5/</link><pubDate>Fri, 12 Oct 2012 00:48:11 GMT</pubDate><dc:creator>MarTin</dc:creator><category>ASP.NET</category><category>ClientUI</category><category>Promo</category><category>October</category><category>HTML5</category><description>Dear valued customers,&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;div&gt;Good day to all of you.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In this opportunity, I’d like to announce our special double promo in this month. If you purchase any of WebUI Studio subscription license, you will be given a direct 20% discount. Then, you will have a privilege to enter our Wheel of Fortune page to claim your prize. For more information about this lucky promo, see the following link:&lt;/div&gt;&lt;div&gt;&lt;a href="http://intersoftpt.com/Corporate/News.aspx?page=News&amp;amp;EventId=211"&gt;http://intersoftpt.com/Corporate/News.aspx?page=News&amp;EventId=211&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The promo will be effective from 10th October 2012 until 10th November 2012. Don't miss out this special promo! Grab your WebUI Studio Subscription license today through our&amp;nbsp;&lt;a href="http://intersoftpt.com/store" target="_blank"&gt;online store&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Please contact me immediately at martin@intersoftpt.com to join this limited offer.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Thank you and look forward to seeing you in our Wheel of Fortune promo.&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Cheers,&lt;/div&gt;
&lt;div&gt;Martin&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description></item></channel></rss>