Get short, timely messages from Carlos Barreto.

Twitter is a rich source of instantly updated information. It's easy to stay updated on an incredibly wide variety of topics. Join today and follow @cbarretopy.

Get updates via SMS by texting follow cbarretopy to 40404 in the United States
Codes for other countries

Two-way (sending and receiving) short codes:
Country Code For customers of
Australia
  • 0198089488 Telstra
Canada
  • 21212 (any)
United Kingdom
  • 86444 Vodafone, Orange, 3, O2
Indonesia
  • 89887 AXIS, 3, Telkomsel
Ireland
  • 51210 O2
India
  • 53000 Bharti Airtel, Videocon
Jordan
  • 90903 Zain
New Zealand
  • 8987 Vodafone, Telecom NZ
United States
  • 40404 (any)

Default_profile_1_bigger
cbarretopy

  1. @roquesilvero Felicitaciones viejo.
  2. @roquesilvero ha upei viejo. Viste pio el tema este del supuesto black friday de cde? Tu negocio va a participar?
  3. @CKhazoyan hello. You can check: "http://www.microsoft.com/design/toolbox/school/tutorials.aspx" and " ux.artu.tv/?page_id=190"
  4. @chechigg ok. De nada.
  5. @chechigg para notebook (con windows original supongo) podes probar: microsoft security essentials. Gratis pero requiere windows original.
  6. @igrali ok. I think that you just cant use some controls to display large text due to size limit. You can check bit.ly/GBUddn
  7. @igrali hello.what happen if you dont use binding. The only limit i have heard of is a control_max_size limit, no a max_chars limit.
  8. @Hades32 ok. no problem.
  9. @Hades32 based on this article bit.ly/wEqxAL and your stacktrace, i think that what the article describes may be the problem.
  10. @Hades32 ok.
  11. @Hades32 just tested your code and it works fine. When do you get the error:when you press back key or when you press a button of the msgbox
  12. @msicc ok. no problem.
  13. @msicc ok. i dont know if there is an event like that, probably there is, but i dont know.
  14. @Hades32 hello. Can you post the code that is causing the error?
  15. @msicc ... i dont know. What do you mean by "creation is finished"? When the listbox shows the items in the screen?
  16. @msicc no problem. about refreshing listbox when using itemssource.To refresh: listbox.itemssource=null; listbox.itemssource=list;
  17. @msicc so, your hubtiles work fine now?. Where was the problem?
  18. @msicc oh, ok.
  19. @msicc ... ObservableCollection, this change will be reflected automatically in your Listbox.
  20. @msicc ok. the idea is to use a ObservableCollection instead of a List. This way when you add or delete an item to/from the ...