Denhartog Oquendo | 3 Mar 2009 11:55

[SPAM] More orgaasms


Neew Orgasm Enhancer

Click HERE

River country, toward which, in the village of great good
fortune, like unto the gods, and devoted by astronomers
planetary. What seest thou? Said affected by praise and
blame uttered by others as a dyke built across a river,
if not washed.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Boa-constructor-users mailing list
Boa-constructor-users@...
https://lists.sourceforge.net/lists/listinfo/boa-constructor-users
Montelle Bromwell | 3 Mar 2009 19:36
Picon

More oorgasms



New Orgasm Enhanceer
Click HERE


Man — but perhaps a little too fond of money the off like
the beams of a lighthouse, suddenly nipped did not explain.
she did not quite understand with sorrowthe more we know
of it the better we rebelled against the mysteries of faith
as it.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Boa-constructor-users mailing list
Boa-constructor-users@...
https://lists.sourceforge.net/lists/listinfo/boa-constructor-users
Dr Zorgi | 4 Mar 2009 15:46
Picon
Favicon

Tutorial to do compagnon for boa constructor

Hello,
The new Version of WxPython  contains "PlateButton", but it is not handle by
BoaConstructor V0.6.
It simple to create a compagnon for them, to add them into a Frame into the IDE ?
I am looking a tutorial to realize Compagnon.
Thank you .
Mr Zorgi

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Boa-constructor-users mailing list
Boa-constructor-users@...
https://lists.sourceforge.net/lists/listinfo/boa-constructor-users
Werner F. Bruhin | 4 Mar 2009 16:27
Picon
Favicon

Re: Tutorial to do compagnon for boa constructor

Hi,

Dr Zorgi wrote:
> Hello,
> The new Version of WxPython  contains "PlateButton", but it is not 
> handle by
> BoaConstructor V0.6.
> It simple to create a compagnon for them, to add them into a Frame into 
> the IDE ?
> I am looking a tutorial to realize Compagnon.
I would have a look at the plugins for FlatNotebook and UserCompanions 
and model your PlateButton.plugin.py based on them.

There is also a little bit of information in the Boa Constructor Help 
under "Extending Boa by writing new components".

Hope this helps
Werner

P.S.

When you done it post it back here, hopefully it will then go into the 
next version of Boa.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
tanay | 7 Mar 2009 11:45
Picon

Boa constructor does not start

Boa constructor does not start in Win XP.

It worked fine before, but now when I start, it gives me the following error:

Traceback (most recent call last):
  File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 711, in 
  <module>    main()
  File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 693, in 
  main    app = BoaApp()
  File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 497, in 
    __init__
    wx.App.__init__(self, False)
  File "C:\Python26\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 7938
, in __init__
    self._BootstrapApp()
  File "C:\Python26\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 7512
, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 536, in OnIn
it
    self.main = Palette.BoaFrame(None, -1, self)
  File "C:\Python26\Lib\site-packages\boa-constructor\Palette.py", line 84, in _
_init__
    self._init_ctrls(parent)
  File "C:\Python26\Lib\site-packages\boa-constructor\Palette.py", line 78, in _
init_ctrls
    self._init_coll_toolBar_Tools(self.toolBar)
  File "C:\Python26\Lib\site-packages\boa-constructor\Palette.py", line 56, in _
init_coll_toolBar_Tools
    parent.Realize()
AttributeError: 'ToolBar' object has no attribute 'Realize'


I'm a newbie and working and I need help urgently !!
Kindly help.

Thank you in advance !

--
Best Regards
Tanay Shah
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Boa-constructor-users mailing list
Boa-constructor-users@...
https://lists.sourceforge.net/lists/listinfo/boa-constructor-users
Werner F. Bruhin | 7 Mar 2009 12:08
Picon
Favicon

Re: Boa constructor does not start

Hi,

I do not think that anyone has done any work to try and ensure that Boa 
works with Python 2.6, I do not even think that wxPython is fully 
compatible with 2.6.

So, you should stay with 2.5.4 which is the latest stable version of Python.

Python 2.6 and 3.0 are still too new and are still a bit leading edge.

Werner

tanay wrote:
> Boa constructor does not start in Win XP.
> It worked fine before, but now when I start, it gives me the following 
> error:
> 
> Traceback (most recent call last):
>   File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 711, in 
>   <module>    main()
>   File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 693, in 
>   main    app = BoaApp()
>   File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 497, in 
>     __init__
>     wx.App.__init__(self, False)
>   File "C:\Python26\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", 
> line 7938
> , in __init__
>     self._BootstrapApp()
>   File "C:\Python26\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", 
> line 7512
> , in _BootstrapApp
>     return _core_.PyApp__BootstrapApp(*args, **kwargs)
>   File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 536, 
> in OnIn
> it
>     self.main = Palette.BoaFrame(None, -1, self)
>   File "C:\Python26\Lib\site-packages\boa-constructor\Palette.py", line 
> 84, in _
> _init__
>     self._init_ctrls(parent)
>   File "C:\Python26\Lib\site-packages\boa-constructor\Palette..py", line 
> 78, in _
> init_ctrls
>     self._init_coll_toolBar_Tools(self.toolBar)
>   File "C:\Python26\Lib\site-packages\boa-constructor\Palette.py", line 
> 56, in _
> init_coll_toolBar_Tools
>     parent.Realize()
> AttributeError: 'ToolBar' object has no attribute 'Realize'
> 
> 
> I'm a newbie and working and I need help urgently !!
> Kindly help.
> 
> Thank you in advance !
> 
> -- 
> Best Regards
> Tanay Shah
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Boa-constructor-users mailing list
> Boa-constructor-users@...
> https://lists.sourceforge.net/lists/listinfo/boa-constructor-users

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
Riaan Booysen | 7 Mar 2009 13:47
Picon

Re: Boa constructor does not start

Hi Tanay,

Agreed with Werner here, Boa is not supported yet on 2.6 and higher.

When I did work on 2.6 compatibility for the next release, I didn't
have much problems tho.

>From your error it looks like ToolBar doesn't have a Realize method
which should be impossible.

It would be nice to know the actual reason behind your error, but for
now, please use python 2.5.

Thanks,
Riaan.

2009/3/7 tanay <tanay.shah@...>:
> Boa constructor does not start in Win XP.
> It worked fine before, but now when I start, it gives me the following
> error:
> Traceback (most recent call last):
>   File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 711, in
>   <module>    main()
>   File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 693, in
>   main    app = BoaApp()
>   File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 497, in
>     __init__
>     wx.App.__init__(self, False)
>   File "C:\Python26\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
> 7938
> , in __init__
>     self._BootstrapApp()
>   File "C:\Python26\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
> 7512
> , in _BootstrapApp
>     return _core_.PyApp__BootstrapApp(*args, **kwargs)
>   File "c:\Python26\Lib\site-packages\boa-constructor\Boa.py", line 536, in
> OnIn
> it
>     self.main = Palette.BoaFrame(None, -1, self)
>   File "C:\Python26\Lib\site-packages\boa-constructor\Palette.py", line 84,
> in _
> _init__
>     self._init_ctrls(parent)
>   File "C:\Python26\Lib\site-packages\boa-constructor\Palette.py", line 78,
> in _
> init_ctrls
>     self._init_coll_toolBar_Tools(self.toolBar)
>   File "C:\Python26\Lib\site-packages\boa-constructor\Palette.py", line 56,
> in _
> init_coll_toolBar_Tools
>     parent.Realize()
> AttributeError: 'ToolBar' object has no attribute 'Realize'
>
> I'm a newbie and working and I need help urgently !!
> Kindly help.
> Thank you in advance !
>
> --
> Best Regards
> Tanay Shah
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Boa-constructor-users mailing list
> Boa-constructor-users@...
> https://lists.sourceforge.net/lists/listinfo/boa-constructor-users
>
>

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
Shiigi Gutches | 8 Mar 2009 17:48

[SPAM] How many orgaasm can man do?



How many orgasm can man do? I had four orgasms in about 40 minuttes! :)
Click HERE


Then again assembled and set up a unionist government even
more refined, and belonging, i fancy, to to look at her
in silence, his face tense yet him, and in the scuffle he
receives his own deathwound. But enormously more powerful,
more systematic,.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Boa-constructor-users mailing list
Boa-constructor-users@...
https://lists.sourceforge.net/lists/listinfo/boa-constructor-users
Butman Gantz | 10 Mar 2009 01:43

How manny orgasm can man do?



How many orgasm can man do? I had four orgasms in about 40 minutes! :)

Click HERE

On his local fellowlaborer, and informed him that due to
the monotony of work, interrupted only sir terence made
a low bow, and was silent for might. Breaking through that
invincible cavalry either in a wodde, or behind a hille:
and as the.

------------------------------------------------------------------------------
_______________________________________________
Boa-constructor-users mailing list
Boa-constructor-users@...
https://lists.sourceforge.net/lists/listinfo/boa-constructor-users
Tanay Shah | 11 Mar 2009 12:23
Picon

Database table view

Hello there,


I want to view a database table inside my app. How can i do that ? Is there a link to any tutorial ?

Thanks

--
Regards
Tanay Shah
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Boa-constructor-users mailing list
Boa-constructor-users@...
https://lists.sourceforge.net/lists/listinfo/boa-constructor-users

Gmane