Re: [E-devel] EFM: thoughts, current work et al.

2008-11-30 Thread jess
Holy Crap!!! ;-) Thanks Guys! I hadn't touched it in quite a while, thanks for the direction! I can now dump thunar! ;-) On Sat, 2008-11-29 at 09:50 +1100, Carsten Haitzler wrote: > On Fri, 28 Nov 2008 17:27:20 -0500 jess <[EMAIL PROTECTED]> babbled: > > > Hello,

Re: [E-devel] EFM: thoughts, current work et al.

2008-11-28 Thread jess
eg work to figure out how the current implementation could be configured to use one window vs many. Thanks, Jess On Fri, 2008-11-28 at 19:13 -0200, Gustavo Sverzut Barbieri wrote: > On Fri, Nov 28, 2008 at 7:05 PM, Gustavo Sverzut Barbieri > <[EMAIL PROTECTED]> wrote: > > On

Re: [E-devel] can't access to svn repo as dev

2008-08-25 Thread jess
Warner mail servers (Dayton, OH - USA). Jess On Mon, 2008-08-25 at 20:56 +0200, Vincent Torri wrote: > > On Mon, 25 Aug 2008, Michael Jennings wrote: > > > On Monday, 25 August 2008, at 13:44:51 (+0200), > > Vincent Torri wrote: > > > >> PS: for each commit, a

Re: [E-devel] Ecore_IPC - Win32?

2008-08-03 Thread Jess
On Mon, Aug 04, 2008 at 11:15:58AM +1000, Carsten Haitzler wrote: > On Sun, 3 Aug 2008 19:53:14 -0500 Jess <[EMAIL PROTECTED]> babbled: > > > Well, I am new to their system, and am providing evaluations of systems and > > processes to get them off of their SOC platform

Re: [E-devel] Ecore_IPC - Win32?

2008-08-03 Thread Jess
Duh... ;-) I am assuming that I could use raw sockets, noi? So possibly just step a little lower to ecore_con and transfer the bits that way? Thanks again, Jess On Sun, Aug 03, 2008 at 07:53:14PM -0500, Jess wrote: > Hey Raster, > > On Mon, Aug 04, 2008 at 08:38:44AM +1000

Re: [E-devel] Ecore_IPC - Win32?

2008-08-03 Thread Jess
Hey Raster, On Mon, Aug 04, 2008 at 08:38:44AM +1000, Carsten Haitzler wrote: > On Sun, 3 Aug 2008 16:36:58 -0500 Jess <[EMAIL PROTECTED]> babbled: > > > Hello All, > > I have used Ecore_IPC recently to allow two of my EFL based apps to inter > > communicate.

[E-devel] Ecore_IPC - Win32?

2008-08-03 Thread Jess
n the Wintel platform, and if so, what the differences are under the hood, as well as how portable coding would be. Does anyone know if this has indeed been ported? Thanks!!! Jess - This SF.Net email is sponsored by the M

Re: [E-devel] Nokia N800

2008-06-11 Thread jess
Thanks Eduardo. After looking more at the 810's, I am thinking I like those a little better, especially the keyboard and GPS. Thanks for your reply! (and sorry it took me so long to just do a little "research" ;-)... Jess On Mon, 2008-04-28 at 19:08 -0300, Eduardo Lima (Etrun

Re: [E-devel] touchscreen calibration

2008-06-01 Thread jess
Hello, Thanks! I will definitely look into those utilities! Jess On Sun, 2008-06-01 at 14:39 +0200, Michael 'Mickey' Lauer wrote: > On Friday 30 May 2008 02:06:18 jess wrote: > > Thanks for the reply. I understand that the X server will handle > > communication, b

Re: [E-devel] touchscreen calibration

2008-05-31 Thread jess
hanks, Jess On Thu, 2008-05-29 at 20:06 -0400, jess wrote: > Hi, > Thanks for the reply. I understand that the X server will handle > communication, but I have noticed next to no support for calibrating the > devices from the manufacturer for recent kernels. The only thing I have &g

Re: [E-devel] touchscreen calibration

2008-05-29 Thread jess
ng to stop/calibrate/change xorg/restart X ). Let me know if you have any further thoughts. Thanks, Jess On Thu, 2008-05-29 at 20:24 +0200, raoul wrote: > Le jeudi 29 mai 2008, jess a écrit : > > Hello, > > I have noticed a couple of ecore functions that look to be for > > ca

[E-devel] touchscreen calibration

2008-05-29 Thread jess
e_set ecore_fb_touch_screen_calibrate_get http://docs.enlightenment.org/api/ecore/html/group__Ecore__FB__Calibrate__Group.html#g9d9fcdece8e69f7e3798a5ddea7f9403 Thanks, Jess - This SF.net email is sponsored by: Microsoft

Re: [E-devel] Edje double click and drag behavior issue

2008-05-14 Thread Jess
ack elsewhere: evas_object_event_callback_add(edje, EVAS_CALLBACK_MOUSE_DOWN, on_mouse_down, NULL); If this is the wrong way to approach it, please let me know, but it did seem to work consistently. Thanks, Jess On Wed, May 14, 2008 at 05:40:14PM -0400, jess wrote: > Hello, > I am trying to figure

[E-devel] Edje double click and drag behavior issue

2008-05-14 Thread jess
http://sourceforge.net/mailarchive/message.php?msg_id=9ef20ef30707131454w7507687ct5394833150cba142%40mail.gmail.com Here is the only concise documentation I was able to track down for the dragable edc block. http://docs.enlightenment.org/api/edje/html/edcref.html Thanks for any insight,

[E-devel] Nokia N800

2008-04-28 Thread Jess
s work with the iPhone keyboard, as well as some of the other work he has done with those devices, and I was wondering if the wand is necessary, or if you can use your finger as in a normal touchscreen. Any difference here between models?

Re: [E-devel] Edje Text part - vertical orientation?

2008-04-03 Thread Jess
Hey Raster, Yep, I have grabbed the function out of the docs, and implemented with a backup of my code. Worked awesome Very sweet having libraries that help rather than turn your code into soup ;-). Thanks again, Jess On Fri, Apr 04, 2008 at 07:27:35AM +1100, Carsten Haitzler wrote

Re: [E-devel] Edje Text part - vertical orientation?

2008-04-03 Thread Jess
Great! I'll check that out. Thanks Raster!!!! Jess On Fri, Apr 04, 2008 at 05:51:33AM +1100, Carsten Haitzler wrote: > On Thu, 3 Apr 2008 13:46:27 -0500 Jess <[EMAIL PROTECTED]> babbled: > > > Hello, > > I am having an issue with a touchscreen (driver problem

[E-devel] Edje Text part - vertical orientation?

2008-04-03 Thread Jess
created, in which I would now like the text part to be oriented on its side (so as to display correctly in portrait orientation). Has anyone run into this? I have reveiwed the fit and min settings, but that doesn't seem to be what I am after. Any ideas? Thanks everyone!

Re: [E-devel] Google Summer of Code 2008

2008-02-26 Thread Jess
Is there a dedicated person we should send the email to? Or just email the list? Sorry, not familiar with the etiquette here. Thanks, Jess On Tue, Feb 26, 2008 at 12:25:18PM -0800, Michael Jennings wrote: > On Tuesday, 26 February 2008, at 20:07:01 (+), > [EMAIL PROTECTED]

Re: [E-devel] Edje clarification

2008-02-22 Thread Jess
Great! Just what I was looking for. Thanks Dave! Jess On Fri, Feb 22, 2008 at 07:59:21PM +0100, Dave wrote: > Jess ha scritto: > >Hello, > > I am working on testing out interaction from my interface to the > > application and vise-versa and have come > >up with

[E-devel] Edje clarification

2008-02-22 Thread Jess
but as of now, have not figured out the specifics. Can anyone provide a pointer to the documentation for this, or better yet, which app in the cvs repo that I could pour over to see some real-world activity? What about moving an object from code? Say I have image1.png, and I want to move it to a

[E-devel] Tutorial for EDC

2008-02-13 Thread Jess
formal process for writing docs so that I don't re-invent any standards that are already in place. Thanks, Jess - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008.

[E-devel] Edje / EDC file, detect two images interacting (draging one to the other)

2008-02-10 Thread Jess
much for any help, Jess - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01