Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

hxxbin

@hxxbin
About
Posts
100
Topics
29
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Creating button in SL using createFromXaml()
    H 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

    WPF javascript html css wpf com

  • Creating button in SL using createFromXaml()
    H 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*

    WPF javascript html css wpf com

  • MobileIT
    H hxxbin

    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

    .NET (Core and Framework) csharp help dotnet beta-testing question

  • DirectX SDK for C#
    H 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

    .NET (Core and Framework) csharp graphics game-dev question

  • Help MapXtreme
    H 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

    C# help tutorial question

  • Open Invitation
    H 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

    Collaboration / Beta Testing csharp com beta-testing help announcement

  • ComboBoxColumn in Datagrid
    H hxxbin

    it's works with a DataView, I'm happy now, THANKS!!!! :-D ---- hxxbin

    C# question

  • ComboBoxColumn in Datagrid
    H 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

    C# question

  • ComboBoxColumn in Datagrid
    H 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

    C# question

  • ComboBoxColumn in Datagrid
    H 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

    C# question

  • Regenerate Print Preview
    H hxxbin

    I got a stupid idea: this.printPreviewControl1.Document = null; this.pageSetupDialog1.ShowDialog(); this.printPreviewControl1.Document = this.reportDocument1; and works ;P.

    C# question announcement workspace

  • Regenerate Print Preview
    H hxxbin

    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

    C# question announcement workspace

  • ASP programmer wants to learn PHP
    H 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

    Web Development php help

  • PivotTable and DataSet
    H hxxbin

    Thanks, I better try to use ADO :((, I don't know how use PIA :( It's hard to use PIA?? ---- hxxbin

    C# question csharp help

  • PivotTable and DataSet
    H 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

    C# question csharp help

  • Setup Project with Crystal
    H 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

    C# csharp question workspace

  • Setup Project with Crystal
    H 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

    C# csharp question workspace

  • Setup Project with Crystal
    H 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

    C# csharp question workspace

  • Time Problem in XP
    H 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

    System Admin help sysadmin announcement

  • Setup Project with Crystal
    H hxxbin

    Thanks I'm lookin' the article about in MSDN. ---- hxxbin

    C# csharp question workspace
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups