Re: OS/2 drag&drop writer only issue

2018-03-21 Thread Matthias Seidel
Great to hear!

Hopefully we can see a working version at Warpstock Europe in Berlin? :-)

Regards,

   Matthias


Am 16.03.2018 um 18:11 schrieb Yuri Dario:
> Hi Damjan,
>
>> Failing everything, trace through the code on the drop target and see where
>> it's getting rejected and why.
> I found that somehow the problem was related to mouse coordinates. 
> This allowed me to understand that I was returning the wrong drop code
> to OS/2: DOR_NODROPOP was preventing further DM_DRAGOVER messages to 
> be sent to AOO message queue.
>
> thanks,
>
> Yuri
>
>
>




smime.p7s
Description: S/MIME Cryptographic Signature


Re: AOO 4.2.0-dev builds for Linux and macOS

2018-03-21 Thread Rory O'Farrell
On Wed, 21 Mar 2018 12:27:33 -0400
Jim Jagielski  wrote:

> 
> 
> > On Mar 21, 2018, at 11:38 AM, Rory O'Farrell  wrote:
> > 
> > 
> > On opening a file it gives a message box with "General error" (as did 
> > 4.2.0-0); on dismissing that box the file opens as normal.  On opening a 
> > simple spreadsheet (dates, narrative and addition/subtraction) it gives a 
> > message box "Not all attributes could be read" (as did 4.2.0-0); On 
> > dismissing this, the file opens correctly.
> 
> OK, so we've confirmed that this error is independent of build OS used,
> since it appears on AOO built both on CentOS6 and Ubuntu 14.04.
> 
> As far as I know, we're not any closer to determining what the
> root cause is though, right?

If you wished to send me a 64 bit deb version with a diagnostic for that are, 
I'll run it.
-- 
Rory O'Farrell 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO 4.2.0-dev builds for Linux and macOS

2018-03-21 Thread Rory O'Farrell
On Wed, 21 Mar 2018 15:38:00 +
Rory O'Farrell  wrote:

> On Wed, 21 Mar 2018 08:21:57 -0700
> Dave Fisher  wrote:
> 
> > Hi Jim,
> > 
> > I downloaded the macOS us-EN version and tried some of the test files used 
> > for the bug testing in 4.1.4, 4.1.5 development. All is good!
> > 
> > The Start Center and About look good too!
> > 
> > Thanks,
> > Dave
> 
> 
> I have downloaded the deb 64 version (us_EN) and have written 600 words of my 
> next work in it.  All well so far.  I will later try an exiting presentation.
> 
> On opening a file it gives a message box with "General error" (as did 
> 4.2.0-0); on dismissing that box the file opens as normal.  On opening a 
> simple spreadsheet (dates, narrative and addition/subtraction) it gives a 
> message box "Not all attributes could be read" (as did 4.2.0-0); On 
> dismissing this, the file opens correctly.


I tried a short presentation of one slide with a short .mpg video.  I was able 
to show this in the size as inserted, and later to resize to fit the full slide 
area.  The video was slightly offset on the position for current slide in 
Presentation manager - it sat at top left of screen, whereas the current slide 
frame in Presentation manager was about 2cm to right and 2 cm down.  At present 
I cannot say if the echo on sound from the image on projector and the image 
playing simultaneously on Presentation Manager screen is there or not, as the 
sound on the sample echoes anyway.

Rory

> 
>  > 
> > > On Mar 21, 2018, at 4:38 AM, Jim Jagielski  wrote:
> > > 
> > > I am uploading to:
> > > 
> > >http://home.apache.org/~jim/AOO-builds/4.3.0-dev-r1827250/
> > > 
> > > the latest AOO 4.2.0-dev builds for Linux 64/32 and macOS. The
> > > Linux builds were done on Ubuntu 14.04 and, thus, use the
> > > gstreamer-1.0 lib. The builds are based, as noted by the
> > > directory name, SVN ~r1827250
> > > 
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > > For additional commands, e-mail: dev-h...@openoffice.apache.org
> > > 
> > 
> 
> 
> -- 
> Rory O'Farrell 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 
> 


-- 
Rory O'Farrell 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-03-21 Thread Jim Jagielski


> On Mar 20, 2018, at 3:24 AM, Damjan Jovanovic  wrote:
> 
> Does nobody understand, that with that run-time dynamic linking patch I
> wrote, and some extra work to resurrect gstreamer 0.1 support from SVN, you
> could build both gstreamer 0.1 and 1.0 plugins on CentOS 6, and then use
> whichever gstreamer version is installed at run-time?

That sounds good.

I do have a question... I am assuming that we will need
to have both the 4.1.5 "version" of main/avmedia/source/gstreamer
as well as the 4.2.0 version as well both in 4.2.0 now. But doesn't
the configure stuff look for the libs and headers via pkg-config?
You mention that we do something similar w/ ODBC so before I
start digging into that, are there any helpful pointers on what
we need to do?


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO 4.2.0-dev builds for Linux and macOS

2018-03-21 Thread Jim Jagielski


> On Mar 21, 2018, at 11:38 AM, Rory O'Farrell  wrote:
> 
> 
> On opening a file it gives a message box with "General error" (as did 
> 4.2.0-0); on dismissing that box the file opens as normal.  On opening a 
> simple spreadsheet (dates, narrative and addition/subtraction) it gives a 
> message box "Not all attributes could be read" (as did 4.2.0-0); On 
> dismissing this, the file opens correctly.

OK, so we've confirmed that this error is independent of build OS used,
since it appears on AOO built both on CentOS6 and Ubuntu 14.04.

As far as I know, we're not any closer to determining what the
root cause is though, right?

Re: AOO 4.2.0-dev builds for Linux and macOS

2018-03-21 Thread Rory O'Farrell
On Wed, 21 Mar 2018 08:21:57 -0700
Dave Fisher  wrote:

> Hi Jim,
> 
> I downloaded the macOS us-EN version and tried some of the test files used 
> for the bug testing in 4.1.4, 4.1.5 development. All is good!
> 
> The Start Center and About look good too!
> 
> Thanks,
> Dave


I have downloaded the deb 64 version (us_EN) and have written 600 words of my 
next work in it.  All well so far.  I will later try an exiting presentation.

On opening a file it gives a message box with "General error" (as did 4.2.0-0); 
on dismissing that box the file opens as normal.  On opening a simple 
spreadsheet (dates, narrative and addition/subtraction) it gives a message box 
"Not all attributes could be read" (as did 4.2.0-0); On dismissing this, the 
file opens correctly.

 > 
> > On Mar 21, 2018, at 4:38 AM, Jim Jagielski  wrote:
> > 
> > I am uploading to:
> > 
> >http://home.apache.org/~jim/AOO-builds/4.3.0-dev-r1827250/
> > 
> > the latest AOO 4.2.0-dev builds for Linux 64/32 and macOS. The
> > Linux builds were done on Ubuntu 14.04 and, thus, use the
> > gstreamer-1.0 lib. The builds are based, as noted by the
> > directory name, SVN ~r1827250
> > 
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> > 
> 


-- 
Rory O'Farrell 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO 4.2.0-dev builds for Linux and macOS

2018-03-21 Thread Dave Fisher
Hi Jim,

I downloaded the macOS us-EN version and tried some of the test files used for 
the bug testing in 4.1.4, 4.1.5 development. All is good!

The Start Center and About look good too!

Thanks,
Dave

> On Mar 21, 2018, at 4:38 AM, Jim Jagielski  wrote:
> 
> I am uploading to:
> 
>http://home.apache.org/~jim/AOO-builds/4.3.0-dev-r1827250/
> 
> the latest AOO 4.2.0-dev builds for Linux 64/32 and macOS. The
> Linux builds were done on Ubuntu 14.04 and, thus, use the
> gstreamer-1.0 lib. The builds are based, as noted by the
> directory name, SVN ~r1827250
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 



signature.asc
Description: Message signed with OpenPGP


Re: AOO 4.2.0-dev builds for Linux and macOS

2018-03-21 Thread Jim Jagielski
Oops :)

> On Mar 21, 2018, at 7:47 AM, Peter kovacs  wrote:
> 
> Hi Jim.
> 
> The 4.3. Version in the filename is a typo?
> 
> 
> All the best
> Peter
> 
> Am 21. März 2018 12:38:32 MEZ schrieb Jim Jagielski :
>> I am uploading to:
>> 
>>   http://home.apache.org/~jim/AOO-builds/4.3.0-dev-r1827250/
>> 
>> the latest AOO 4.2.0-dev builds for Linux 64/32 and macOS. The
>> Linux builds were done on Ubuntu 14.04 and, thus, use the
>> gstreamer-1.0 lib. The builds are based, as noted by the
>> directory name, SVN ~r1827250
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO 4.2.0-dev builds for Linux and macOS

2018-03-21 Thread Peter kovacs
Hi Jim.

The 4.3. Version in the filename is a typo?


All the best
Peter

Am 21. März 2018 12:38:32 MEZ schrieb Jim Jagielski :
>I am uploading to:
>
>http://home.apache.org/~jim/AOO-builds/4.3.0-dev-r1827250/
>
>the latest AOO 4.2.0-dev builds for Linux 64/32 and macOS. The
>Linux builds were done on Ubuntu 14.04 and, thus, use the
>gstreamer-1.0 lib. The builds are based, as noted by the
>directory name, SVN ~r1827250
>
>-
>To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>For additional commands, e-mail: dev-h...@openoffice.apache.org

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



AOO 4.2.0-dev builds for Linux and macOS

2018-03-21 Thread Jim Jagielski
I am uploading to:

http://home.apache.org/~jim/AOO-builds/4.3.0-dev-r1827250/

the latest AOO 4.2.0-dev builds for Linux 64/32 and macOS. The
Linux builds were done on Ubuntu 14.04 and, thus, use the
gstreamer-1.0 lib. The builds are based, as noted by the
directory name, SVN ~r1827250

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org