Yes, sorry, but the point is when I try to add a child Button in my canvas, I can't do it. It returns me a Javascript error saying the Button element is unknown.
---- hxxbin
Yes, sorry, but the point is when I try to add a child Button in my canvas, I can't do it. It returns me a Javascript error saying the Button element is unknown.
---- hxxbin
Hi, I'm using Silverlight.createObject() and createFromXaml() Javascript functions to render some XAML files. This works great but the Button element not. I can make some TextBlock, TextBox, Grid, StackPanel, and more controls, but the simple Button I can't be added to my dynamic XAML. Someone could explain me this? My code is something like this:
Javascript
function embedSilverlight(parentElement, pluginId, userContext)
{
return Silverlight.createObject("sample.xaml",
parentElement, pluginId,
{
width: 500, background: "white", alt: 'No Silverlight',
version:"2.0.31005.0", autoUpgrade:true
},
{
onError: onSLError,
onLoad: function(plugIn, userContext, sender)
{
var xamlFragment = $(parentElement.id + '\_xaml').get('html');
xamlFragment = xamlFragment.substr(12, xamlFragment.length - 18);
var child = plugIn.content.createFromXaml(xamlFragment, false);
sender.children.add(child);
}
},
"", userContext);
}
function onSLError(sender, args)
{
// Display error message.
}
sample.xaml
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Name="slView">
And the content are snippets like:
Form SilverlightName*
Hi I'm trying to install MobileIT (Mobile Internet Toolkit). But I got a error because I have a "incompatible" version of .NET Framework, actually I have the versions: .NET v1.0.3705 <-- First version that I had it .NET v1.1.4322 <-- I think this is default .NET v2.0.40607 <-- Beta installed from C# Express 2005 How could I fix this?? Thanks :) ---- hxxbin
Hi I installed DirectX SDK for C#, but I can't use it cuz the assemblies doesn't exist, I tried to find them, but nothing. Someone knows where Microsoft.Directx.*.dll files are? Thanks in advance ---- hxxbin
Hi Well like you know, the developers most bring to the reallity the dreams of the boss. Now I'm tryin' to get insane with MapXtreme 2004, this is easy to show a map and ... nothing more I can't do. I wanna display the data table into a datagrid, but I can't. Someone here had used this software?? I try with the developers guide, but It's hard for me, I get confused with the namespace MapInfo.Data :confused:. So any help, thanks. ---- hxxbin
Hi We are lookin for beta testers to test our open source application, HWD. HWD is an administrative tool that works with WMI, this is developed in C#. If you wanna help us to improve this app, get to http://workspaces.gotdotnet.com/hwd[^] (we are hosted in gotdotnet ;P), and download the last version, 0.8b. Thanks, and I hope someone get this application important. ---- hxxbin
it's works with a DataView, I'm happy now, THANKS!!!! :-D ---- hxxbin
I got it, I made the datagrid works with a DataTable :-D Now I will try with the DataView X| Thanks, I'll try your comment. ---- hxxbin
Yeah, I try this too, but I look my problem is with the MappingName, into my TableStyle I can't choose anything, and if type something the datagrid isn't works, like I know the MappingName is the table to used (a DataMember), but I'm working with a DataView, so don't use DataMember, and I can't use a Mapping Name :(. I must try to develop the datagrid form again from zero :sigh: or what?? ---- hxxbin
Hi Well I really need a dummy's manual about ComboBoxColumn in a Datagrid, I try to do it, but still doesn't work, I made this: 1 - I added a ComboBoxColum class from MSDN. 2 - I added a TableStyle to my datagrid, this datagrid's datasource is a dataview. The MappingName is empty?? :confused: 3 - I made a instance of the ComboBoxColum class, and I added it to the TableStyle. 4 - I binded the ComboBoxColum to a table. In theory is all, or no?? And what it doesn't work??? Thanks ---- hxxbin
I got a stupid idea: this.printPreviewControl1.Document = null; this.pageSetupDialog1.ShowDialog(); this.printPreviewControl1.Document = this.reportDocument1;
and works ;P.
Hi Someone knows, if it's possible regenerate a print preview? I have a form with a Print Preview Control, and if I change the paper orientation via a Page Setup Dialog this don't update the print preview. :confused: Thanks ---- hxxbin
I use PHP with IIS in my workstation ;P. and works fine, If you don't wanna install Apache you can use PHP with IIS. Perl too :cool:. ---- hxxbin
Thanks, I better try to use ADO :((, I don't know how use PIA :( It's hard to use PIA?? ---- hxxbin
Hi Well, my question today is how I could use a dataset into a PivotTable?? I try to use a PivotTable v10 into my C# project, and I wanna bind it from a dataset, but I don't know how. The PivotTable just can be binded from a DataSource :(. If someone work with PivotTable in C#, please help me. Thanks ---- hxxbin
Finally I got this work. I make a dummy project with the CR modules and then just a XCOPY with my project, and works :-D I can relax me this weekend :cool: ---- hxxbin
Hello again, I tried but it doesn't work, I found more info in http://support.businessobjects.com/communityCS/TechnicalPapers/crnet_deployment.pdf but it still doesn't work. I try to make a XCOPY with my application and the Crystal assemblys, works, but the keyCodev2.dll error raise. :( I need this application works today :sigh: ---- hxxbin
I still can't make this works. I read the article, and added three more modules, to the regwiz2003 module I added the licence code. But it still doesn't work :( . The message I got display this: Unabled to get installer types in the c:\....\.exe assembly. --> One or more of the types in the assembly unable to load. ---- hxxbin
Hi I got a problem when the Daylight saving changes apply here in México, the XP systems don't update the hour change, and if we fix the time, after a few minutes changes again to the wrong time. In my personal PC, I fix this problem in a tab page into Date & Time Applet where allow sync the local with a server, disabling this I fix the problem. But here in my company, this tab page "disappear". Someone know who change this, cuz all our systems in XP works with one hour before. Thanks ---- hxxbin
Thanks I'm lookin' the article about in MSDN. ---- hxxbin