hiding out
Joacim> in the url insets.
>> So, what was the right patch for this problem, anyway? Was it to
>> remove fl_free_form() from the callback?
Joacim> Yes. (around line 90-95 in inseturl.C) ..and as far as I can
Joacim> tell, it doesn't break anything on other pla
is problem, anyway? Was it to
> remove fl_free_form() from the callback?
Yes. (around line 90-95 in inseturl.C)
..and as far as I can tell, it doesn't break anything on other
platforms (leastways not an Intel Linux box). No point in freeing the
form either; most likely it will be used ag
>>>>> "Joacim" == Joacim Persson <[EMAIL PROTECTED]> writes:
Joacim> --- inseturl.C.old Tue Feb 2 18:23:05 1999 +++ inseturl.C Tue
Joacim> Feb 2 18:22:08 1999 @@ -90,6 +90,7 @@
inset-> flag = InsetUrl::URL;
Joacim> else
inset-> fla
5:02 1999
> +++ inseturl.C Wed Feb 3 13:12:28 1999
> @@ -91,11 +91,12 @@
> else
> inset->flag = InsetUrl::HTML_URL;
> UpdateInset(inset);
> + current_view->redraw();
> }
>
> if (inset->
ght
ends outside the margin)
--- inseturl.C.old Wed Feb 3 13:15:02 1999
+++ inseturl.C Wed Feb 3 13:12:28 1999
@@ -91,11 +91,12 @@
else
inset->flag = InsetUrl::HTML_URL;
UpdateInset(inset);
+ current_view->redraw();
On Tue, 2 Feb 1999, Carl Ollivier-Gooch wrote:
> I tried both URL and HTML_URL and they worked fine in the presence of typing
> before and after the inset. Stock 1.0.0, Linux 2.0.27, gcc 2.7.x.
Yes it appears to be a problem on Solaris only. It could be a bug in xforms
on that platform ...but
On 02-Feb-99 Asger K. Alstrup Nielsen wrote:
>> If UpdateInset(inset) is done last, URL crases LyX, if
>> current_view-redraw() is last, HTML_URL crashes it. ...cute? ;)
>
>Strange...
>
>Well, add a check to see what we are dealing with, and then
>do the right thing.
>
>Can anybody else reproduce
> If UpdateInset(inset) is done last, URL crases LyX, if
> current_view-redraw() is last, HTML_URL crashes it. ...cute? ;)
Strange...
Well, add a check to see what we are dealing with, and then
do the right thing.
Can anybody else reproduce this problem? (It might be a
compiler error.) Try to
If UpdateInset(inset) is done last, URL crases LyX, if
current_view-redraw() is last, HTML_URL crashes it. ...cute? ;)
Joacim
-
All programmers are playwrights and all computers are lousy actors.
--- inseturl.C.old Tue Feb 2 18:23:05 1999
+++ inseturl.C Tue Feb 2 18:22:08 1999
@@ -90,6 +90,7 @@
inset->flag = InsetUrl::URL;
else
inset->flag = InsetUrl::HTML_URL;
+ current_view-&
10 matches
Mail list logo