Search This Blog

Monday, January 7, 2013

Aero2 Poland APN settings

Aero 2 is an operator that serves free internet access in Poland. To set APN settings in Aero2 on an Android device just enter these:


Nazwa: darmowy
APN: darmowy
Proxy: <nie ustawiono>
Port: <nie ustawiono>
Nazwa Użytkownika: <nie ustawiono>
Hasło: <nie ustawiono>
Serwer: <nie ustawiono>
MMSC: <nie ustawiono>
Proxy dla wiadomości MMS: <nie ustawiono>
Port MMS: <nie ustawiono>
Protokół MMS: <nie ustawiono>
MCC: 260
MNC: 17
Typ uwierzetylnienia: <nie ustawiono>
Typ APN: <nie ustawiono>



Name: darmowy
APN: darmowy
Proxy: <nie ustawiono>
Port: <nie ustawiono>
Username: <nie ustawiono>
Password: <nie ustawiono>
Server: <nie ustawiono>
MMSC: <nie ustawiono>
MMS message proxy: <nie ustawiono>
MMS port: <nie ustawiono>
MMS Protocol: <nie ustawiono>
MCC: 260
MNC: 17
Authorization type: <nie ustawiono>
APN type: <nie ustawiono>

Thursday, January 3, 2013

Devexpress PrivotGridField header template in RowArea

Here's a little image that should help in understanding which templates work for which parts of DevExpress PivotGrid. My goal was to change the header of the row in PivotGrid (to be precise the header of the PivotGridField in RowArea)


<dxpg:PivotGridField x:Name="fieldProduct" FieldName="ProductName" Area="RowArea" AreaIndex="2" AllowedAreas="RowArea" ValueTemplate="{StaticResource productNameHeaderTemplate}" />