Cryptic message

2008-06-04 Thread Jean-Pierre Chrétien
Hello, I tried to import a 1.4.5 beamer presentation in Lyx-1.5.5. Worked OK, but when I tried to view PDF, an error window opened with a message "Conversion failed" which was explained in the bottom subwindow by boost::filesystem::last_write_time It took me a while to understand that a figure wa

Re: Cryptic message???

2002-12-06 Thread John Levon
On Fri, Dec 06, 2002 at 03:08:18PM +, Angus Leeming wrote: > > Well if a proof of concept exists I'm sure Angus could hammer up a new > > implementation to be clean, he seems to be wonder with making turds very > > very shiny > > So, you like Qt's look 'n' feel. Whoopi-do. Personally, I

Re: Cryptic message???

2002-12-06 Thread Angus Leeming
On Friday 06 December 2002 2:26 pm, John Levon wrote: > On Fri, Dec 06, 2002 at 12:01:06PM +0100, Lars Gullik Bjønnes wrote: > > (and as to cleanliness... I might remember wrong, wishful thinking...) > > Well if a proof of concept exists I'm sure Angus could hammer up a new > implementation to be c

Re: Cryptic message???

2002-12-06 Thread John Levon
On Fri, Dec 06, 2002 at 12:01:06PM +0100, Lars Gullik Bjønnes wrote: > (and as to cleanliness... I might remember wrong, wishful thinking...) Well if a proof of concept exists I'm sure Angus could hammer up a new implementation to be clean, he seems to be wonder with making turds very very shiny

Re: Cryptic message???

2002-12-06 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Dec 05, 2002 at 08:02:12PM +0100, Lars Gullik Bjønnes wrote: > >> I already did that in the old development branch, so it is possible... >> (and it was fairly clean as well) > | Oh ? Cool But of course the whole development branch then was so unsta

Re: Cryptic message???

2002-12-05 Thread John Levon
On Thu, Dec 05, 2002 at 07:49:57PM +, Angus Leeming wrote: > fl_register_raw_callback(fl_current_form, FL_ALL_EVENT, C_event_cb); > to XFormsView, which then loops over its list of BufferViews and calls their > selectionRequested(), selectionLost() methods. No problems with keeping trac

Re: Cryptic message???

2002-12-05 Thread Angus Leeming
On Thursday 05 December 2002 6:31 pm, John Levon wrote: > On Thu, Dec 05, 2002 at 06:23:17PM +, Angus Leeming wrote: > > > lyx_gui::getClipboard(BufferView & bv); > > > > > > lyx_gui::putClipboard(string const & str); > > > > > > What's the problem with doing this ? > > > > There is no prob

Re: Cryptic message???

2002-12-05 Thread John Levon
On Thu, Dec 05, 2002 at 06:23:17PM +, Angus Leeming wrote: > > lyx_gui::getClipboard(BufferView & bv); > > > > lyx_gui::putClipboard(string const & str); > > > > What's the problem with doing this ? > > There is no problem. I'm glad that I understood the code. > > I was merely pointi

Re: Cryptic message???

2002-12-05 Thread Angus Leeming
On Thursday 05 December 2002 5:59 pm, John Levon wrote: > X selection is application global, hence dealing with it should be > refactored into lyx_gui class : > > lyx_gui::getClipboard(BufferView & bv); > > lyx_gui::putClipboard(string const & str); > > What's the problem with doing thi

Re: Cryptic message???

2002-12-05 Thread John Levon
On Thu, Dec 05, 2002 at 08:02:12PM +0100, Lars Gullik Bjønnes wrote: > I already did that in the old development branch, so it is possible... > (and it was fairly clean as well) Oh ? Cool john -- "Yeah, I woke up in the day accidentally once, the moon was on fire for some reason and I couldn't

Re: Cryptic message???

2002-12-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Dec 05, 2002 at 04:05:56PM +, Angus Leeming wrote: > >> Actually, the code as it stands is also wrong. Or at least it will be when a >> single LyXView (form) can have multiple BufferViews > | I have little hope of xforms ever managing this. I

Re: Cryptic message???

2002-12-05 Thread John Levon
On Thu, Dec 05, 2002 at 05:49:55PM +, Angus Leeming wrote: > > Umm. I've just had a look at what you do about this in the Qt frontend :-( > > It seems that both frontends suffer in the same way. Selections are made by > setting a global callback and then hoping we find the right WorkArea. A

Re: Cryptic message???

2002-12-05 Thread Angus Leeming
On Thursday 05 December 2002 4:02 pm, John Levon wrote: > On Thu, Dec 05, 2002 at 04:05:56PM +, Angus Leeming wrote: > > Actually, the code as it stands is also wrong. Or at least it will be > > when a single LyXView (form) can have multiple BufferViews > > I have little hope of xforms ever man

Re: Cryptic message???

2002-12-05 Thread John Levon
On Thu, Dec 05, 2002 at 04:05:56PM +, Angus Leeming wrote: > Actually, the code as it stands is also wrong. Or at least it will be when a > single LyXView (form) can have multiple BufferViews I have little hope of xforms ever managing this. > I think that fl_current_form->u_vdata must be se

Re: Cryptic message???

2002-12-05 Thread Angus Leeming
On Thursday 05 December 2002 3:54 pm, John Levon wrote: > On Thu, Dec 05, 2002 at 03:49:35PM +, Angus Leeming wrote: > > > > fl_register_raw_callback(fl_current_form, FL_ALL_EVENT, C_event_cb); > > > > > > Well, simply we cannot get the information we get from the raw > > > calllback vi

Re: Cryptic message???

2002-12-05 Thread John Levon
On Thu, Dec 05, 2002 at 03:49:35PM +, Angus Leeming wrote: > > > fl_register_raw_callback(fl_current_form, FL_ALL_EVENT, C_event_cb); > > > > Well, simply we cannot get the information we get from the raw calllback > > via xforms API. > > Huh? This /is/ from the xforms API! No it's not, t

Re: Cryptic message???

2002-12-05 Thread Angus Leeming
On Thursday 05 December 2002 3:40 pm, John Levon wrote: > On Wed, Dec 04, 2002 at 07:40:37PM +, Angus Leeming wrote: > > So what should it be doing, John? > > Angus > > > > /// X selection hook - xforms gets it wrong > > fl_current_form->u_vdata = this; > > fl_register_raw_callback(

Re: Cryptic message???

2002-12-05 Thread John Levon
On Wed, Dec 04, 2002 at 07:40:37PM +, Angus Leeming wrote: > So what should it be doing, John? > Angus > > /// X selection hook - xforms gets it wrong > fl_current_form->u_vdata = this; > fl_register_raw_callback(fl_current_form, FL_ALL_EVENT, C_event_cb); Well, simply we

Cryptic message???

2002-12-04 Thread Angus Leeming
So what should it be doing, John? Angus /// X selection hook - xforms gets it wrong fl_current_form->u_vdata = this; fl_register_raw_callback(fl_current_form, FL_ALL_EVENT, C_event_cb);