Hi,
I need the chart with the transparent background, reading on the forum I managed to do it.
But if I add a second chart identical to the first one, transparency does not work.
See my example....
Search Results
Type: Posts; User: xeo4.it
Search took 0.01 seconds.
-
Apr 24, 2020, 10:30 AM
-
Apr 17, 2020, 2:07 PMHi,
I am migrating to version 5.2, and I realized that the dates sent via direchtmethod are converted to utc.
My browser timezone is +2.
See my example, if I open the page on 17-04-2020, the... -
Nov 19, 2019, 8:53 AMHi Geoffrey,
ok, I will make a dedicated window.
Thank you
Jimmy -
Nov 18, 2019, 10:40 AMHello Fabricio,
thank you for your reply, fortunately I only need one more button, it is not very nice that to respect the ordering of the buttons I have to change the meaning of the keys:
my... -
Nov 14, 2019, 2:57 PMHi,
see my example, if I set custom buttons into Ext.Msg.show, the buttons do not appear, in 4.8.3 ext.net version.
Please help me.
Jimmy
<%@ Page Language="C#" %> -
Apr 30, 2019, 4:39 PMHi,
in your example https://examples4.ext.net/#/GridPanel/Miscellaneous/Export_Data_Ajax/ , when I open the .xls file, Excel says that the file is in different format than its extension indicates. ... -
Nov 09, 2018, 2:02 PMHi Fabricio,
I thought it worked like checkboxes, anyway I have used the container with HBoxLayout.
Thank you
Jimmy -
Nov 08, 2018, 10:06 AMHi,
I can not apply the alignment of the label, I want the label to be placed to the right of the field, see my example.
Thank you
Jimmy
<%@ Page Language="C#" %> -
Oct 11, 2018, 9:39 AMHi Fabricio,
I have implemented your solution, and it works fine.
Thank you for your time.
Jimmy -
Oct 10, 2018, 4:44 PMHi,
I can not trigger NodeExpand and NodeCollapse listeners, see my example.
Thank you
<%@ Page Language="C#" %>
<!DOCTYPE html> -
Feb 15, 2018, 11:33 AM
Thread: [CLOSED] IndicatorIcon Checkbox Problems
by xeo4.itHi Fabricio,
sorry, but I thought the old one was already solved and this was a new problem.
Thank you.
Jimmy -
Feb 12, 2018, 5:29 PM
Thread: [CLOSED] IndicatorIcon Checkbox Problems
by xeo4.itHi Fabricio,
now I use a css class but I have another problem, if the checkbox is into a hidden div, when I show the div the icon overlap on the checkbox.
See the example.
Thank you
Jimmy
... -
Feb 08, 2018, 10:24 AM
Thread: [CLOSED] IndicatorIcon Checkbox Problems
by xeo4.itHi,
see my example, in ext.net 4.5.1 the indicator icon not show hand cursor and not fire click event.
As a workaround I have reduced the width to zero to div '<idCheckBox> -indicator' at after... -
Nov 16, 2017, 9:45 AMThank you, Fabricio!
At the moment I think we'll wait for the release of V4.5.1 in NuGet and send a feedback just after the update.
Riccardo. -
Nov 14, 2017, 10:50 AMHi,
is there an available workaround for this behavior? -
Nov 10, 2017, 10:10 AMHi,
I've just created another thread: Checkbox-disappears-after-hiding-indicator
Thanks,
Riccardo. -
Nov 10, 2017, 9:50 AMHi all,
in V4.5 for checkboxes if I hide the indicator the checkbox disappears:
var toggleIndicator = function (ck) {
if (ck.indicatorHidden)
ck.showIndicator();
else
... -
Nov 09, 2017, 1:25 PMHi,
we've discovered a potentially big problem:
by calling hideIndicator() method the whole checkbox disappears.
App.ckOk.hideIndicator();//make checkbox invisible -
Nov 08, 2017, 1:30 PMHi Fabricio,
thank you for the solutions you provided.
We've fixed that behaviour by calling fallowing script after the page loading:
this.fixCheckboxIndicatorIcon = function(chk){
if... -
Nov 07, 2017, 10:06 AMHi Fabricio,
unfortunately, this workaround doesn't seem to work.
The IndicatorIcon for checkboxes 'ckKo' and 'ckKo2' and is still displayed over the control even forcing the show/hide.
The... -
Nov 07, 2017, 8:30 AMYes Fabricio!
Thanks. -
Nov 06, 2017, 4:02 PMHi all,
with the upgrade from V4.4 to V4.5 a problem has occurred with some checkboxes inside <td/>.
If the <td/> is hidden before the page loads and get showed after, the checkbox's IndicatorIcon... -
Nov 06, 2017, 3:32 PMHello Fabricio,
thank you!
In our application at the end, we decided to set EnableTextSelection="true" in a specific subset of GridViews. -
Sep 12, 2017, 1:19 PMHi Fabricio,
your solution works fine.
Thank you for your help.
Jimmy -
Sep 11, 2017, 4:57 PMHi,
see my example, if the Titles of LineSeries is long and the width of chart is short the javascript goes in loop.
Thank you
Jimmy
<%@ Page Language="C#" %>
<script runat="server">
Results 1 to 25 of 245