Re: [Pharo-users] X11 options on Ubuntu VM / Athens rendering problems

2017-09-27 Thread Igor Stasenko
i'm on ubuntu right now, so i could help with trying & testing things and/or diagnosing problems. Just tell me what to do -- Best regards, Igor Stasenko.

Re: [Pharo-users] X11 options on Ubuntu VM / Athens rendering problems

2017-09-27 Thread Igor Stasenko
, if someone could give me short directions how to test it , what to run and what to expect. Because i am clearly was out of context for too long. > Stef > > > On Wed, Sep 27, 2017 at 1:05 PM, Igor Stasenko wrote: > > i'm on ubuntu right now, so i could help with trying

Re: [Pharo-users] X11 options on Ubuntu VM / Athens rendering problems

2017-09-27 Thread Igor Stasenko
sources file corrupted or what? On 28 September 2017 at 01:27, Igor Stasenko wrote: > > > On 27 September 2017 at 22:54, Stephane Ducasse > wrote: > >> Igor I will share the dropbox for you. >> What would be great is to port the code of clement to Pharo 6.1 or >>

Re: [Pharo-users] X11 options on Ubuntu VM / Athens rendering problems

2017-09-27 Thread Igor Stasenko
but unmet dependencies/dependency conflict resolution of linux .deb packages is not my strong side. So, it would be nice if someone could help how to proceed with that. On 28 September 2017 at 01:41, Igor Stasenko wrote: > okay, first, i have to change the path to SDL2 library, because on my

Re: [Pharo-users] X11 options on Ubuntu VM / Athens rendering problems

2017-09-27 Thread Igor Stasenko
Best regards, Igor Stasenko.

Re: [Pharo-users] X11 options on Ubuntu VM / Athens rendering problems

2017-09-28 Thread Igor Stasenko
TRIB_DESCRIPTION="Ubuntu 17.04" > Hilaire > > > > Le 28/09/2017 à 01:22, Igor Stasenko a écrit : > >> something in my installation are in conflict with 32-bit version of >> cairo.. that's weird.. >> but unmet dependencies/dependency conflict res

Re: [Pharo-users] [Demo] Creating Bloc Widgets with Pharo

2017-09-28 Thread Igor Stasenko
e don't have a way to decide where to > add a dropped element in a parent that has a specified layout. In Morphic > that is also a responsibility of the layout. > > Stephan > > > > > > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] X11 options on Ubuntu VM / Athens rendering problems

2017-09-29 Thread Igor Stasenko
heck i can find binary of appropriate version libcairo2:i386 1.15.2 (googling doesn't helps) > Hilaire > > Le 28/09/2017 à 19:51, Igor Stasenko a écrit : > >> >> I got libsdl and libcairo 32bits installed fine on 64bits Ubuntu >> 17.04. >> >>

Re: [Pharo-users] X11 options on Ubuntu VM / Athens rendering problems

2017-09-29 Thread Igor Stasenko
graphics setup work.. i bought this laptop year ago and then figured out, that there are issues with X11 and kernel drivers that prevents using both video cards on board.. and installing latest & finest didn't changed much. -- Best regards, Igor Stasenko.

Re: [Pharo-users] X11 options on Ubuntu VM / Athens rendering problems

2017-09-30 Thread Igor Stasenko
h risk with it :( Cheers, > > Jeff > > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] X11 options on Ubuntu VM / Athens rendering problems

2017-10-01 Thread Igor Stasenko
uot;. It is definitely a linux/ubuntu ecosystem fault. - by not providing parallel updates for 32 & 64 bit variant of same library. > Hilaire > > > Le 30/09/2017 à 21:58, Igor Stasenko a écrit : > >> Sure. But i didn't done much, so there's nothing to appriciate

Re: [Pharo-users] Athens error

2017-12-17 Thread Igor Stasenko
> -- > Dr. Geo > http://drgeo.eu > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] 'function unavailable' when calling OpenDBXDriver for MySQL

2014-11-16 Thread Igor Stasenko
e in context: > http://forum.world.st/function-unavailable-when-calling-OpenDBXDriver-for-MySQL-tp4790564.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] running out of memory while processing a 220MB csv file with NeoCSVReader - tips?

2014-11-16 Thread Igor Stasenko
Never ending memory consumption problem. Hopefully with 64-bit version of VM we'll have a way more space to waste and it could take more effort to put system on its knees. -- Best regards, Igor Stasenko.

Re: [Pharo-users] NativeBoost pointer and "+"

2015-06-09 Thread Igor Stasenko
j++; > } > > free(data); > > ... > > Here basically I'll get in my buffer chunks of 10 integers starting at 200 > with an offset of 30 between chunks, and this 5 times. (200 201 202 ... 208 > 209 230 231 ... 238 239 260 ... 328 329). > > I am okay with the malloc, memcpy and free but I don't know how to handle > the "+" operator in my memcpy function. > > Thank you, > > Matthieu > -- Best regards, Igor Stasenko.

Re: [Pharo-users] NativeBoost pointer and "+"

2015-06-09 Thread Igor Stasenko
te important for me so your solution is very > attractive and I'll try to use it. Thanks a lot ! > > I find it both fun and amazing what you can do with Pharo. I never thought > I would do assembly inside Pharo ! > > > Again, a big thanks to both of you, > > Cheers, &

Re: [Pharo-users] InputEventSensor and polling

2013-05-16 Thread Igor Stasenko
ly leave only raw event handling (e.g. physical key down/up events) and let image side decide how to synthesize "key pressed" events. However, with devices like touchpads things even worse, because they actually generating only key press events (while actually user still touching screen and then releases after some time, so it is still key down/up physically). (maybe implementing own virtual keyboard in image would be a good solution to that problem) > Cheers, > Henry -- Best regards, Igor Stasenko.

Re: [Pharo-users] [ANN] ZnReadEvalPrintDelegate

2013-05-16 Thread Igor Stasenko
t;on:do: >>> ZnReadEvalPrintDelegate>>evaluate: in Block: [:out | [| result |... >>> String class(SequenceableCollection class)>>new:streamContents: >>> >>> WARNING: never open this service beyond your local network ! This service >>> gives you absolute control over and access to everything in your image. For >>> example, the following will kill your image: >>> >>> $ curl -X POST -H'Content-Type:text/plain' -d 'Smalltalk quitPrimitive' >>> http://localhost:1701/repl >>> >>> All this in one class and a handful of methods. >>> >>> Enjoy, >>> >>> Sven >>> >>> PS1: Part of Zinc HTTP Components, in the bleedingEdge version. >>> >>> PS2: Of course, basic authentication or HTTPS can be added through simple >>> Zn configuration. >>> >>> -- >>> Sven Van Caekenberghe >>> Proudly supporting Pharo >>> http://pharo.org >>> http://association.pharo.org >>> http://consortium.pharo.org >>> >>> >>> >>> >>> >> >> > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Fwd: widget to show progress

2013-05-19 Thread Igor Stasenko
Bhatti wrote: > > Hello all, > > I am looking for a widget/control in Pharo that shows the progress of a > process that takes undeterministic time. > > > usman > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Fwd: widget to show progress

2013-05-19 Thread Igor Stasenko
On 19 May 2013 22:09, Denis Kudriashov wrote: > Hi > > 2013/5/19 Igor Stasenko >> >> Here is a simple "widget" for you: >> >> Cursor wait showWhile: [ >> ... do something which may end, but you cannot predict when... >>

Re: [Pharo-users] String replacement

2013-05-27 Thread Igor Stasenko
ooo Header2: barrr Header3: zork' => #('Header1: fooo' 'Header2: barrr' 'Header3: zork') > > Thanks, > > Thomas > -- Best regards, Igor Stasenko.

Re: [Pharo-users] inspect returns iOf SystemWindow and not receiver

2013-06-08 Thread Igor Stasenko
o Smalltalk Users mailing list archive at Nabble.com. > -- Best regards, Igor Stasenko.

Re: [Pharo-users] inspect returns iOf SystemWindow and not receiver

2013-06-09 Thread Igor Stasenko
talk dialect I worked with, inspect returned the receiver. It is kind > of standard IMHO. > > > > > -- > View this message in context: > http://forum.world.st/inspect-returns-iOf-SystemWindow-and-not-receiver-tp4692399p4692430.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > -- Best regards, Igor Stasenko.

Re: [Pharo-users] inspect returns iOf SystemWindow and not receiver

2013-06-10 Thread Igor Stasenko
inion on that. for me, this is not a big deal. > Greetings > Sabine > > On Sun, Jun 9, 2013 at 6:37 PM, Igor Stasenko [via Smalltalk] > <[hidden email]> wrote: > >> On 9 June 2013 08:03, Sabine Knöfel <[hidden email]> wrote: >> >>> I should give a

Re: [Pharo-users] ui slowness on newly installed ubuntu 13.04 64bit

2013-06-14 Thread Igor Stasenko
Polito.19 uuid: >> acc98e51-2fba-4841-a965-2975997bba66 May 31 2013 >> NBCogit NativeBoost-CogPlugin-GuillermoPolito.19 uuid: >> acc98e51-2fba-4841-a965-2975997bba66 May 31 2013 >> >> git://gitorious.org/cogvm/blessed.git Commit: >> 0f562e0afe14e533470278943b5d6

Re: [Pharo-users] Tabular Data Viewer

2013-06-18 Thread Igor Stasenko
ple in the image is OK too ;-) >> >> Thx, >> >> Sven >> >> >> -- >> Sven Van Caekenberghe >> http://stfx.eu >> Smalltalk is the Red Pill >> >> > > > > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] How do can we set up a crowdsourcing for pharo

2013-06-27 Thread Igor Stasenko
into it: - interpreter + plugins - new object/image format (64bit) - 64-bit jit > Stef -- Best regards, Igor Stasenko.

Re: [Pharo-users] How do can we set up a crowdsourcing for pharo

2013-06-27 Thread Igor Stasenko
> On Jun 27, 2013, at 2:16 PM, Stéphane Ducasse > wrote: > >> Hi >> >> we got this discussion about the VM on 64 bits so do we try to take the >> opportunity >> to get a crowdsource donate button for it? >> >> Esteban/igor what is your estimate for such task? >> >> Stef > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] [Pharo-dev] How do can we set up a crowdsourcing for pharo

2013-06-27 Thread Igor Stasenko
gt; Stef >> >> On Jun 27, 2013, at 3:02 PM, Igor Stasenko wrote: >> >>> On 27 June 2013 14:16, Stéphane Ducasse wrote: >>>> Hi >>>> >>>> we got this discussion about the VM on 64 bits so do we try to take the >>>> o

Re: [Pharo-users] implementing #release in a domain object

2013-06-27 Thread Igor Stasenko
;> => Inspect an Object, right click, Explore Strong Pointers >> >> >> > > OK. I can imagine a Roassal visualization of a rats nest of objects as > nodes connected with edges made with #pointsTo: with just a few edges > connecting the main blob (e.g. the navy) to objects (soldiers) in a > smaller blob (the ship I want to GC). Kind of like the visualization > Craig Latta uses as the header for his blog and describes here: > https://thiscontext.wordpress.com/2012/10/22/a-detailed-description-of-spoons-object-memory-visualization-tools/ > -- Best regards, Igor Stasenko.

Re: [Pharo-users] [Pharo-dev] How do can we set up a crowdsourcing for pharo

2013-06-27 Thread Igor Stasenko
On 27 June 2013 20:51, Sven Van Caekenberghe wrote: > > On 27 Jun 2013, at 20:41, Igor Stasenko wrote: > >> On 27 June 2013 18:32, Esteban Lorenzano wrote: >>> I told you: 2 man/month >>> (not taking NB-FFI into account) >>> >> That is a bit optim

Re: [Pharo-users] unstable build

2013-06-29 Thread Igor Stasenko
h me on the monkey since there > is > currently a non-deterministic bug present that prevents the tool from running > properly. > > anyone in? me -- Best regards, Igor Stasenko.

Re: [Pharo-users] trait question

2013-06-29 Thread Igor Stasenko
y as class (it has instance side and class side methods). But i also not really like it. IMO single trait should be applied separately only to selected behavior not two at once (class and its metaclass), and you should be able to choose which one. -- Best regards, Igor Stasenko.

Re: [Pharo-users] trait question

2013-06-29 Thread Igor Stasenko
On 29 June 2013 21:21, Stéphane Ducasse wrote: > > On Jun 29, 2013, at 8:19 PM, Igor Stasenko wrote: > >> On 29 June 2013 20:12, Camillo Bruni wrote: >>> Working on the new class builder I have a hard time figuring out the full >>> trait >>> semantics.

Re: [Pharo-users] trait question

2013-06-29 Thread Igor Stasenko
2013 22:52, Camillo Bruni wrote: > > On 2013-06-29, at 22:32, Igor Stasenko wrote: > >> On 29 June 2013 21:21, Stéphane Ducasse wrote: >>> >>> On Jun 29, 2013, at 8:19 PM, Igor Stasenko wrote: >>> >>>> On 29 June 2013 20:12, Camillo Bruni wrote: &g

Re: [Pharo-users] trait question

2013-07-01 Thread Igor Stasenko
(no meta-mess). > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > "Success is the ability to go from one failure to another without > losing enthusiasm." > Winston Churchill > -- Best regards, Igor Stasenko.

Re: [Pharo-users] trait question

2013-07-01 Thread Igor Stasenko
On 1 July 2013 14:01, Camille Teruel wrote: > > On 1 juil. 2013, at 12:19, Igor Stasenko wrote: > >> On 30 June 2013 15:48, Damien Cassou wrote: >>> On Sun, Jun 30, 2013 at 2:54 PM, Camillo Bruni >>> wrote: >>>> But you know that you can do this

Re: [Pharo-users] [Pharo-dev] Tudor Girba joins Pharo Board

2013-07-03 Thread Igor Stasenko
> >>> > Stéphane, Marcus & Sven >>> > >>> > http://www.pharo-project.org/about/board >>> > >>> > -- >>> > http://pharo.org >>> > http://association.pharo.org >>> > http://consortium.pharo.org >>> > >>> > >>> > >>> > >>> > >>> >>> -- >>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>> Alexandre Bergel http://www.bergel.eu >>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>> >>> >>> >>> >> >> >> >> -- >> Mariano >> http://marianopeck.wordpress.com > > > > > -- > www.tudorgirba.com > > "Every thing has its own flow" -- Best regards, Igor Stasenko.

Re: [Pharo-users] More than 500MB for windows

2013-07-08 Thread Igor Stasenko
but in a way how to manage the data. -- Best regards, Igor Stasenko.

Re: [Pharo-users] More than 500MB for windows

2013-07-09 Thread Igor Stasenko
with any limit you see fit. But there's a reason why in official VM its 512. > Cheers, > Doru -- Best regards, Igor Stasenko.

Re: [Pharo-users] More than 500MB for windows

2013-07-09 Thread Igor Stasenko
should not rely on just operative memory, it is pretty limited resource, comparing to disk memory. It was like that from the very beginning, and i think it will stay like that for a while. > Cheers, > -- > Mariano > http://marianopeck.wordpress.com -- Best regards, Igor Stasenko.

Re: [Pharo-users] More than 500MB for windows

2013-07-09 Thread Igor Stasenko
On 9 July 2013 09:13, Esteban Lorenzano wrote: > > On Jul 9, 2013, at 9:10 AM, Igor Stasenko wrote: > >> On 8 July 2013 22:43, Tudor Girba wrote: >>> Hi, >>> >>> Igor, please get this point of view out of your system :). >>> >>> First,

Re: [Pharo-users] More than 500MB for windows

2013-07-09 Thread Igor Stasenko
;> #ifndef MAX_VIRTUAL_MEMORY >> #define MAX_VIRTUAL_MEMORY 512*1024*1024 >> #endif >> >> So, if you want more, build VM with any limit you see fit. >> But there's a reason why in official VM its 512. > > Igor this is a real issue and we are all fighting to get more members in the > consortium > so that one day we can hire a guy like you to address it. > https://gitorious.org/cogvm/blessed/commit/341e6c2e150bcde80dfea6c890bab7745b2a6d44 > Stef -- Best regards, Igor Stasenko.

Re: [Pharo-users] More than 500MB for windows

2013-07-09 Thread Igor Stasenko
On 9 July 2013 09:50, Esteban Lorenzano wrote: > > On Jul 9, 2013, at 9:22 AM, Igor Stasenko wrote: > >> On 9 July 2013 09:13, Esteban Lorenzano wrote: >>> >>> On Jul 9, 2013, at 9:10 AM, Igor Stasenko wrote: >>> >>>> On 8 July 2013 22:43,

Re: [Pharo-users] More than 500MB for windows

2013-07-09 Thread Igor Stasenko
On 9 July 2013 10:01, Benjamin wrote: > > On Jul 9, 2013, at 9:16 AM, Igor Stasenko wrote: > > On 8 July 2013 22:52, Mariano Martinez Peck wrote: > > I am with Doru here. > Today, 500MB is NOTHINGG. > NOTHING. > NOTHING. > A LATOP comes with 8GB. 16

Re: [Pharo-users] More than 500MB for windows

2013-07-09 Thread Igor Stasenko
On 9 July 2013 10:08, Sven Van Caekenberghe wrote: > > On 09 Jul 2013, at 10:03, Igor Stasenko wrote: > >> On 9 July 2013 09:13, Stéphane Ducasse wrote: >>>>> First, not all programming languages are like this: You can easily run >>>>> other VMs (e.

Re: [Pharo-users] More than 500MB for windows

2013-07-09 Thread Igor Stasenko
On 9 July 2013 10:21, Igor Stasenko wrote: > On 9 July 2013 10:08, Sven Van Caekenberghe wrote: >> >> On 09 Jul 2013, at 10:03, Igor Stasenko wrote: >> >>> On 9 July 2013 09:13, Stéphane Ducasse wrote: >>>>>> First, not all programming languages

Re: [Pharo-users] More than 500MB for windows

2013-07-09 Thread Igor Stasenko
On 9 July 2013 12:12, Norbert Hartl wrote: > > Am 09.07.2013 um 10:21 schrieb Igor Stasenko : > >> On 9 July 2013 10:08, Sven Van Caekenberghe wrote: >>> >>> On 09 Jul 2013, at 10:03, Igor Stasenko wrote: >>> >>>> On 9 July 2013 09:13, Stéph

Re: [Pharo-users] More than 500MB for windows

2013-07-09 Thread Igor Stasenko
On 9 July 2013 12:14, Norbert Hartl wrote: > > Am 09.07.2013 um 11:01 schrieb Igor Stasenko : > >> On 9 July 2013 10:21, Igor Stasenko wrote: >>> On 9 July 2013 10:08, Sven Van Caekenberghe wrote: >>>> >>>> On 09 Jul 2013, at 10:03, Igor

Re: [Pharo-users] More than 500MB for windows

2013-07-10 Thread Igor Stasenko
dded option in windows .ini file >> to set the virtual memory address space limit. >> >> AddressSpaceLimit = >> The default is 512Mb >> >> Thanks igor. >> >> Stef >> >> >> >> >> On Jul 9, 2013, at 10:03 AM, Igor Stasen

Re: [Pharo-users] More than 500MB for windows

2013-07-10 Thread Igor Stasenko
maybe because i run on virtual box and it is more memory than i gave to boxed windows, so it forced to do a lot of disk swapping. so, it works. -- Best regards, Igor Stasenko.

[Pharo-users] New win32 VM available (was: More than 500MB for windows)

2013-07-11 Thread Igor Stasenko
VM executable. If it doesn't exists, you can run VM once and it will create it automatically. Thanks for patience. -- Best regards, Igor Stasenko.

Re: [Pharo-users] New win32 VM available (was: More than 500MB for windows)

2013-07-15 Thread Igor Stasenko
PharoVM/182/Architecture=32,Slave=vm-builder-win/ (to make sure we're talking about same VM) > > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > "Success is the ability to go from one failure to another without > losing enthusiasm." > Winston Churchill > -- Best regards, Igor Stasenko.

Re: [Pharo-users] New win32 VM available (was: More than 500MB for windows)

2013-07-15 Thread Igor Stasenko
er Pharo ones. And answering your question: you should have the same feature in both VMs since they sharing same C codebase. > Doru > > > > > On Mon, Jul 15, 2013 at 4:23 PM, Igor Stasenko wrote: >> >> On 15 July 2013 15:34, Damien Cassou wrote: >> > On Mon, J

Re: [Pharo-users] [Pharo-dev] [DOC] Building and deploying your first web app with Pharo

2013-07-15 Thread Igor Stasenko
> PS: Feedback is welcome, the source document lives here > https://github.com/svenvc/zinc/blob/master/build-and-deploy-1st-webapp/build-deploy-1st-webapp.md > - pull requests appreciated. > > -- > Sven Van Caekenberghe > Proudly supporting Pharo > http://pharo.org > http://association.pharo.org > http://consortium.pharo.org > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Your vm is too old….

2013-07-24 Thread Igor Stasenko
t; parsing? Is it always sever? > IIRC, it checking a VM build date. > Norbert -- Best regards, Igor Stasenko.

Re: [Pharo-users] Your vm is too old….

2013-07-24 Thread Igor Stasenko
still don't have reproducible case and that blocks us from fixing it. > Doru > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Your vm is too old….

2013-07-25 Thread Igor Stasenko
;> metacello (Using Versionner I get it nearly every attempt to validate the >>> >> configuration). This occurred already a few times on the list. >>> >> >>> >> >>> >>> >>> >>>> I'm back to use Eliots Cog. But If I open a more recent image it >>> >>>> complains about my vm being to old. What does it really check in order >>> >>>> to >>> >>>> complain? Some just version string/number parsing? Is it always sever? >>> >>>> >>> >>>> Norbert >>> >>> >>> >>> >>> >> >>> > >>> > -- >>> > www.tudorgirba.com >>> > >>> > "Quality cannot be an afterthought." >>> > >>> > >>> >>> >> >> >> >> -- >> www.tudorgirba.com >> >> "Every thing has its own flow" >> >> > > > > -- > www.tudorgirba.com > > "Every thing has its own flow" -- Best regards, Igor Stasenko.

Re: [Pharo-users] Unix Domain Sockets

2013-07-27 Thread Igor Stasenko
; > Cheers. > > -- > Pierce Ng > http://samadhiweb.com/blog/ > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Pharo 2.0 with Seaside + DBXTalk + GlorpDBX + Magritte 3 + TWBS is getting slower and slower

2013-07-30 Thread Igor Stasenko
ound 2 UI processes hanging around as well as some others which i cannot terminate.. something went wrong during installing the code. -- Best regards, Igor Stasenko.

Re: [Pharo-users] Pharo performance

2013-07-30 Thread Igor Stasenko
e, over the network. Pretty > fast ;-) > > So, back to Chris: what exactly are you doing that is (so) slow ? > > Anyway, thanks Yanni for all your work on the existing driver ! > > Sven > > -- > Sven Van Caekenberghe > Proudly supporting Pharo > http://pharo.org > http://association.pharo.org > http://consortium.pharo.org > > > > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Garbage collector & Memory Profiling

2013-07-31 Thread Igor Stasenko
; obj := Object new. >> executor := ObjectFinalizer receiver: Transcript selector: #show: >> argument: 'Object GC''d!'. >> myReg := WeakRegistry new. >> myReg add: obj executor: executor. >> obj := nil. >> Smalltalk garbageCollect. >> > > Nice!!! I never tried with a different executor nor other instance of > WeakRegistry. That's cool. Thanks Henry. > Really? Can't believe it! You? One who implemented Marea? :) -- Best regards, Igor Stasenko.

Re: [Pharo-users] Garbage collector & Memory Profiling

2013-07-31 Thread Igor Stasenko
On 31 July 2013 17:02, Sven Van Caekenberghe wrote: > > On 31 Jul 2013, at 16:59, Igor Stasenko wrote: > >> On 31 July 2013 15:14, Mariano Martinez Peck wrote: >>> >>> >>> >>> On Wed, Jul 31, 2013 at 6:31 AM, Henrik Johansen >>> wrote

Re: [Pharo-users] RFB on 2.0 + linux - semaphore primitive failed

2013-07-31 Thread Igor Stasenko
On 31 July 2013 22:17, Paul DeBruicker wrote: > I don't know. I don't get the errors that used to occur with the max > semaphores being exceeded. I thought Igor Stasenko fixed that issue in > the VM so the array that holds the semaphores grows without blocking. > Or someth

Re: [Pharo-users] Process ID of VM

2013-08-20 Thread Igor Stasenko
D, > like > getpid on Unix. Should be easy to wrap in NB if you follow this tutorial: > > > https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/lastSuccessfulBuild/artifact/NativeBoost/NativeBoost.pier.html > > Bye > T. > > > > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Process ID of VM

2013-08-20 Thread Igor Stasenko
Hendriks wrote: > I'am just learning (a few weeks) so why not use super in Class? > > Thanks Tim > > Op 20-8-2013 11:29, Igor Stasenko schreef: > > Thanks for your hard work! > > 1 important remark: > > NBXLibTypes class>>initialize > sup

Re: [Pharo-users] Process ID of VM

2013-08-20 Thread Igor Stasenko
x27;ll check whether I can > get this working on other platforms as Win32 as well. > > Thanks, > > Udo > > > > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Process ID of VM

2013-08-20 Thread Igor Stasenko
see NativeBoostWin32 class>>getVMModuleHandle On 21 August 2013 04:42, Igor Stasenko wrote: > on windoze, getting pid of current process is piece of cake > (GetModuleHangle). > > > On 20 August 2013 19:16, Udo Schneider wrote: > >> On 20.08.13

Re: [Pharo-users] NativeBoost: Null-terminated Strings

2013-08-20 Thread Igor Stasenko
t; function which fills this buffer (null-terminated String). The passed in > String however contains all the nulls as well (which is not surprising). > What's the "official" way to truncate the String to it's correct length? > > Best Regards, > > Udo > > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Morph relative positions

2013-09-20 Thread Igor Stasenko
ke a look at TransformMorph. > Norbert > > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Morph relative positions

2013-09-20 Thread Igor Stasenko
f layers, where some of them trying to extend design, and some trying to fix its original issues.. and all of that instead of changing design to something more adequate and simpler. -- Best regards, Igor Stasenko.

Re: [Pharo-users] Morph relative positions

2013-09-20 Thread Igor Stasenko
On 20 September 2013 19:22, Igor Stasenko wrote: > > On 20 September 2013 17:37, Markus Schlager wrote: > >> I'd not expect though, that it should be necessary to add offsets by >> hand. What is the advantage of having embedded objects use global >> coordinat

Re: [Pharo-users] Proper way of handling multiple exception sections

2013-10-25 Thread Igor Stasenko
tegory. Not sure if this answer can satisfies you, because the code there is hard to read and hard to debug. > thanks, > > Norbert > -- Best regards, Igor Stasenko.

Re: [Pharo-users] CogVM arguments in Win32

2013-10-29 Thread Igor Stasenko
ot working. >> >> Pharo /? doesn't give any hints either, and I can't seem to find the docs >> for the Windows VM anywhere. >> >> Does anybody know where I can find a Win32 VM reference? >> >> Thanks! >> >> -- >> Bernat Romagosa. >> > > > > -- > Bernat Romagosa. > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Using FFI

2013-10-29 Thread Igor Stasenko
syntax, you must load old FFI implementation. Or use NativeBoost: init: intarg with: chararg self nbCall: 'void gst_init (int * intarg, char ** chararg)' module: 'blaba' -- Best regards, Igor Stasenko.

Re: [Pharo-users] Using FFI

2013-10-30 Thread Igor Stasenko
My problem is that the Raspberry does not support native boost (as yet !). > Where can I load the old FFI ? > > Le 29 oct. 2013 à 16:57, Igor Stasenko a écrit : > > > > > On 29 October 2013 16:27, Annick Fron wrote: > >> Hi >> >> I want to launch a simple

Re: [Pharo-users] Using FFI

2013-10-30 Thread Igor Stasenko
On 30 October 2013 16:11, Esteban Lorenzano wrote: > mmm... but again, AFAIK... Old FFI will not work in ARM. > > yes. but i replied before knowing that its about ARM :) > On Oct 30, 2013, at 10:12 AM, Igor Stasenko wrote: > > AFAIK, it should be in Configurations browse

Re: [Pharo-users] [Pharo-dev] Pharo presentation at Smalltalk 2013

2013-10-30 Thread Igor Stasenko
i got the message :) On 30 October 2013 16:22, Stéphane Ducasse wrote: > > > > http://www.slideshare.net/pharoproject/2013smalltalksconference-pharo-is-yours > > Stef > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Using FFI

2013-10-31 Thread Igor Stasenko
On 31 October 2013 11:23, Annick Fron wrote: > Hi Igor > > I have done that, but still gets an error, do I need to remove NativeBoost > ? > Annick > > FFI not supported on ARM > Le 30 oct. 2013 à 14:12, Igor Stasenko a écrit : > > AFAIK, it should be in Configura

Re: [Pharo-users] CogVM arguments in Win32

2013-10-31 Thread Igor Stasenko
> > So, I tried to translate this into Pharo as: > > MyClass >> minimizeToTray: dwMessage data: lpData > >'shell32.dll'> > > > But it won't let me save the method, reporting it's expecting an argument > before PNOTIFYICONDATA. > > I realize PNOTIFYICONDATA is not a primitive type, but I just don't know > how to handle it... :( > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] another talk online: Pharo: Objects At Your Fingertips

2013-10-31 Thread Igor Stasenko
13. > > > > SlideShare: > http://www.slideshare.net/MarcusDenker/pharo-objects-at-your-fingertips > > PDF: > http://marcusdenker.de/talks/13BarcelonaTalk/PharoObjectsAtYourFingertips.pdf > > Video: http://media.fib.upc.edu/fibtv/streamingmedia/view/2/821 > > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] another talk online: Pharo: Objects At Your Fingertips

2013-10-31 Thread Igor Stasenko
at-your-fingertips >> > PDF: >> http://marcusdenker.de/talks/13BarcelonaTalk/PharoObjectsAtYourFingertips.pdf >> > Video: http://media.fib.upc.edu/fibtv/streamingmedia/view/2/821 >> >> >> > > > -- > Bernat Romagosa. > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Why won't my Pharo download run?

2013-11-07 Thread Igor Stasenko
rts an image format, which pharo 2.0 uses. But there could be different reasons.. a first step towards to solution is to use VM for pharo, which we maintain and use.. > Many thanks > > Peter Kenny > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Why won't my Pharo download run?

2013-11-07 Thread Igor Stasenko
..@lists.pharo.org] *On > Behalf Of *Igor Stasenko > *Sent:* 07 November 2013 13:53 > *To:* Any question about pharo is welcome > *Subject:* Re: [Pharo-users] Why won't my Pharo download run? > > > > > On 7 November 2013 14:18, PBK Research wrote: > >> Hello! >

Re: [Pharo-users] Why won't my Pharo download run?

2013-11-07 Thread Igor Stasenko
I think I must be using the VM > in today's download. > > -- > *From:* Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] *On > Behalf Of *Igor Stasenko > *Sent:* 07 November 2013 14:48 > *To:* Any question about pharo is welcome > *Subject:* Re:

Re: [Pharo-users] CogVM arguments in Win32

2013-11-13 Thread Igor Stasenko
ing, thanks! :) >> >> >> 2013/11/1 p...@highoctane.be >> >> Well, this should rather be: >>> >>> handle :=NativeBoostWin32 squeakWindowHandle. >>> window := NBWin32Window new value: handle; yourself. >>> window hide. >>> &g

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-13 Thread Igor Stasenko
ike to start working on it using Pharo 3, but it seems that >>> NBOpenGL does not work yet with Pharo 3.0. >>> > >>> > I downloaded from jenkins the latest image with Pharo 3 and tried to >>> execute the following code on Windows 7, 64 bits: >>> > >>> > GLTTRenderingDemo new openInWorld. >>> > >>> > but I get a 'No suitable implementation found for initializing OpenGL >>> context for your platform'. >>> > It seems that NBGLContextDriver does not have a subclass for Windows >>> 64bits. Did I omit something? >>> > >>> > Cheers >>> > Ricky >>> > >>> >>> >>> >> >> >> -- >> www.tudorgirba.com >> >> "Every thing has its own flow" >> > > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] CogVM arguments in Win32

2013-11-13 Thread Igor Stasenko
t; This question should go to M$ not Pharo-user ;) >> >> Bye >> T. >> >> >> BTW: I'm not sure "PNOTIFYICONDATA" alone will solve your problem if I >> remember correctly >> from my Smalltalk/MT and C/C++ times also playing with tray icons. >> I guess you need a callback that gets called when the icon is >> clicked or the tray icon menu >> is choosen (see uCallbackMessage member in the struct). >> You also need a handle to an icon - either the icon from the EXEs >> resource section or >> by loading one from a bitmap. That means wrapping the icon or bitmap >> apis too... >> >> > > > -- > Bernat Romagosa. > -- Best regards, Igor Stasenko.

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-14 Thread Igor Stasenko
anymore on Windows. The fact that he >>>>> mentioned 64 bits is not relevant for this discussion :). >>>>> >>>>> I also guess he wants to put some effort into understanding this as >>>>> well but he needs a bit of guidance. Right Ricky? >>>>> >>>>> Cheers, >&

Re: [Pharo-users] Lock free structures in Pharo

2013-11-14 Thread Igor Stasenko
p and instance variable. If we could have such bytecode, then we would have a strong guarantee from VM about atomicity of certain operations, but since we don't have it yet, right now it is just (ab)uses the intrinsic behavior of VM, knowing that it never interrupts between two simple assignments. -- Best regards, Igor Stasenko.

Re: [Pharo-users] optimizing io

2013-11-20 Thread Igor Stasenko
sockets in just one syscall. > > I checked around in google but i didn't found anything useful, but > probably i have no knowledge about the proper words for such search :). > > > Thanks! > > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] optimizing io

2013-11-20 Thread Igor Stasenko
ockets in just one primitive > >>> - send the same data to all the sockets in just one syscall. > >>> > >>> I checked around in google but i didn't found anything useful, but > >>> probably i have no knowledge about the proper words for such search :). > >>> > >>> > >>> Thanks! > >>> > >>> > >> > >> > >> > >> -- > >> Best regards, > >> Igor Stasenko. > > > > > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] NativeBoost Questions while wrapping FMOD

2013-11-21 Thread Igor Stasenko
this is the most pressing as it's holding > up any further development. > > Thanks! > > > > - > Cheers, > Sean > -- > View this message in context: > http://forum.world.st/NativeBoost-Questions-while-wrapping-FMOD-tp4724116.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Scaled PNG image

2013-11-21 Thread Igor Stasenko
> >> transform := TransformationMorph new asFlexOf: morph. > >> transform smoothingOn ; angle: Float pi / 3; scale: 1. > >> transform openInWorld > >> > >> > >> Thanks > >> > >> Hilaire > >> > >> > >> -- > >> Dr. Geo http://drgeo.eu > >> > > > > > > > > > -- > Dr. Geo http://drgeo.eu > > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Any problems known here?

2013-11-21 Thread Igor Stasenko
doing > I've not installed from the repository. I'm using Debian. And the > missing libraries were libICE.so.6 and libSM.so > > (..roars..) i think a long-term solution is to get rid of these dependencies since they serve no purpose at all.. but for that, we need to check what and why display driver depends on those libs (but i bet it is completely unnecessary and can be avoided). > Regards > Friedrich > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] NativeBoost Questions while wrapping FMOD

2013-11-21 Thread Igor Stasenko
On 22 November 2013 01:23, Sean P. DeNigris wrote: > Igor Stasenko wrote > >> err.. again, you must pass an address where value will be stored, > > hee hee... sorry... I don't understand enough of what's going on behind the > scenes to adapt well. I reasoned that

Re: [Pharo-users] Scaled PNG image

2013-11-21 Thread Igor Stasenko
.world.st/Scaled-PNG-image-tp4723754p4723975.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > > -- Best regards, Igor Stasenko.

Re: [Pharo-users] NativeBoost Questions while wrapping FMOD

2013-11-22 Thread Igor Stasenko
On 22 November 2013 05:09, Sean P. DeNigris wrote: > Igor Stasenko wrote > >> The better way is to subclass from NBExternalObject then > > which made exactly for such purposes, by holding an opaque handle to > > something (you don't care what is inside), and simpli

Re: [Pharo-users] NativeBoost Questions while wrapping FMOD

2013-11-22 Thread Igor Stasenko
ystem FMOD_SYSTEM*; in C. On 22 November 2013 15:10, Igor Stasenko wrote: > > > > On 22 November 2013 05:09, Sean P. DeNigris wrote: > >> Igor Stasenko wrote >> >> The better way is to subclass from NBExternalObject then >> > which made exactly for such purposes

Re: [Pharo-users] [Athens] Finding if a line passes through a specific pixel .

2013-11-23 Thread Igor Stasenko
/distance-to-quadratic-bezier-curve.html >>>> >>>> Hilaire >>>> >>>> >>>> Le 14/11/2013 21:07, kilon alios a écrit : >>>> > In order to do that I will have to check that the line passes through >>>> a >>>> > specific pixel. Or to be more correct that the place that mouse has >>>> > clicked is where my path passes through. How I do that ? Can Athens do >>>> > that ? Can athens tell me which pixels my path passes through ? >>>> > >>>> >>>> >>>> -- >>>> Dr. Geo http://drgeo.eu >>>> >>>> >>>> >>> >>> >> >> >> > -- Best regards, Igor Stasenko.

  1   2   >