I got it working on Pharo3 on Linux with MySQL 5.1 at the connectivity
level.
Le 7 mai 2014 20:30, "stepharo" a écrit :
> Do we migrate the code to SmalltalkHub and add some configuration?
> I know that Olivier told me that he uses a direct mysql driver (or I
> confused it with another one).
>
>
Phil
I think that it would be good to migrate the code to SmalltalkHub.
Stef
On 7/5/14 15:48, p...@highoctane.be wrote:
On Wed, May 7, 2014 at 3:12 PM, Esteban A. Maringolo
mailto:emaring...@gmail.com>> wrote:
As far as I understand, you have to install DBXTalk in your image,
and h
Do we migrate the code to SmalltalkHub and add some configuration?
I know that Olivier told me that he uses a direct mysql driver (or I
confused it with another one).
Stef
On 7/5/14 15:26, Sven Van Caekenberghe wrote:
Hi Andy,
On 07 May 2014, at 15:09, Andy Burnett wrote:
I need to write
Hi glenn
We will see what ben will answer but may be this is just that some
behavior is missing or
not exercised yet. Feel free to push code that fix your problem.
Stef
On 6/5/14 01:02, Glenn Cavarlé wrote:
Hi,
I try to use Tabs with Spec and i would like to remove a tab from the
TabManage
Hi arturo
Please do it fast so that you will find the time :)
On 29/4/14 17:48, Arturo Zambrano wrote:
Hi All,
I have some code that allows to access Twitter data using its REST
API and the Streaming API (thanks Sven for helping me in
It is rudimentary and needs more work, but it is useful
continued
A next step is the editing of existing instances.
In the DOPartiesList, we need to use a NewListModel instead of the ListModel,
as that understands doubleClick actions.
DOPartiesList>initializeWidgets
- list := self newList.
+ list := self instantiate: NewListModel.
To edi
In what situation would I set the doubleClickAction but not tell
the NewList to use it?
list handlesDoubleClick: true.
list doubleClickAction: [ self halt ]
Stephan
On Wed, May 7, 2014 at 3:12 PM, Esteban A. Maringolo
wrote:
> As far as I understand, you have to install DBXTalk in your image, and
> have the OpenDBX drivers available. There is no native option for MySQL,
> nor a direct wrapper of MySQL client.
>
> http://dbxtalk.smallworks.com.ar/DBXTalkDriver
On Wed, May 7, 2014 at 10:09 AM, Andy Burnett <
andy.burn...@knowinnovation.com> wrote:
> I need to write some agents that will process data in a MySQL database.
> They don't need to do anything particularly clever, and performance isn't
> a huge issue.
>
If performance is not a huge issue, and
Hi Andy,
On 07 May 2014, at 15:09, Andy Burnett wrote:
> I need to write some agents that will process data in a MySQL database. They
> don't need to do anything particularly clever, and performance isn't a huge
> issue.
>
> I read the threads about Glorp and DBXTalk, and I was left feeling
On Wed, May 7, 2014 at 10:12 AM, Esteban A. Maringolo
wrote:
> As far as I understand, you have to install DBXTalk in your image, and
> have the OpenDBX drivers available. There is no native option for MySQL,
> nor a direct wrapper of MySQL client.
>
> http://dbxtalk.smallworks.com.ar/DBXTalkDrive
As far as I understand, you have to install DBXTalk in your image, and have
the OpenDBX drivers available. There is no native option for MySQL, nor a
direct wrapper of MySQL client.
http://dbxtalk.smallworks.com.ar/DBXTalkDrivers/
Regards!
Esteban A. Maringolo
2014-05-07 10:09 GMT-03:00 Andy
I need to write some agents that will process data in a MySQL database.
They don't need to do anything particularly clever, and performance isn't
a huge issue.
I read the threads about Glorp and DBXTalk, and I was left feeling a bit
confused about the best approach. Given that my needs are simpl
On Mon, May 5, 2014 at 7:42 PM, Ben Coman wrote:
> Is TEXLive required for the PDF compilation?
yes. But you can use Pillar locally without PDF creation and let the
integration server do the job (
https://ci.inria.fr/pharo-contribution/job/PharoLaserGame/). Just comment
the line starting with '
14 matches
Mail list logo