Gaston Milano's WebLog

About something...
Google Intensity Map , another GeneXus user control

You can download it here and you can see how to use it in the following video.

In the sample I had only one Business Component called Country, after I created a WebPanel, drag and drop the IntensityMap and bound it to a DataProvider that takes data from Countries.  

The DataProvider Code is

CountryInfo
{
    Info
    {
        Name = "Population"
        Name = "Area"
    }
    Countries
    {
        Country
        {
            CountryISO = CountryId
            Values
            {
                Value = CountryPopulation
                Value = CountryArea
            }
        }
    }
}

 

Posted: Tuesday, June 17, 2008 3:58 PM by GMilano with 2 comment(s)

Comments

# re: Google Intensity Map , another GeneXus user control @Thursday, June 19, 2008 6:43 PM

Gastón, dúvidas sobre os DProviders.

É possivel utilizar condição para se realizar o preenchimento . .conforme variáveis passadas por parâmetros.

Exemplo um controle de Menus, como eu preencherei os DProviders conforme o cargo/Papel do usuário???

A[] e parabéns por este User control(Google Intensity)

Ricardo

# re: Google Intensity Map , another GeneXus user control @Thursday, June 19, 2008 10:27 PM

Ricardo,

Los DP soportan parámetros (se pueden establecer los mismos en las reglas del DP con la "parm" como cualquier objeto).

Para el caso que mencionás talvez es mejor obtenerlo de una sesión o llamar a otro objeto que lo retorne. En fin, hay varias posibilidades.

Más info:

wiki.gxtechnical.com/.../hwikibypageid

wiki.gxtechnical.com/.../hwikibypageid

Guscarr

Leave a Comment

(required) 
(required) 
(optional)
(required)