Re: [R-SIG-Mac] R-GUI Editor Window Offset

2020-05-20 Thread Simon Urbanek
I was trying to chase that one down when I was changing the background color 
for dark mode, because I couldn't use the most logical controlColor as it will 
be just be transparent - sort of a "ghost" window where you see its shadow but 
nothing on top. My solution was to use another system color that is guaranteed 
to be opaque, but I couldn't fix the fact that the window's background doesn't 
get drawn - really odd. It doesn't appear on Mojave, so another of those 
Catalina mysteries ...

Thanks,
Simon


> On May 21, 2020, at 11:18 AM, Brandon Hurr  wrote:
> 
> Yes, I've seen that behavior too. The scroll bar is nearly transparent
> as well. Not sure what's going on there either.
> 
> Thanks,
> Brandon
> 
> On Wed, May 20, 2020 at 4:16 PM Simon Urbanek
>  wrote:
>> 
>> Ok, great, thanks, I can replicate that on Catalina, will look into it. It's 
>> really funny - if you use touch-pan for the text the background has suddenly 
>> "holes" that you an see through to the windows underneath...
>> 
>> Thanks,
>> Simon
>> 
>> 
>>> On May 21, 2020, at 11:13 AM, Brandon Hurr  wrote:
>>> 
>>> Simon,
>>> 
>>> Sure thing. I'm double clicking on an R script file and R GUI loads
>>> with the file in the editor. R-GUI is my R program.
>>> The session is "empty".
 sessionInfo()
>>> R version 4.0.0 (2020-04-24)
>>> Platform: x86_64-apple-darwin17.0 (64-bit)
>>> Running under: macOS Catalina 10.15.4
>>> 
>>> Matrix products: default
>>> BLAS:   
>>> /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
>>> LAPACK: 
>>> /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib
>>> 
>>> locale:
>>> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
>>> 
>>> attached base packages:
>>> [1] stats graphics  grDevices utils datasets  methods   base
>>> 
>>> loaded via a namespace (and not attached):
>>> [1] compiler_4.0.0
>>> 
>>> Thanks,
>>> Brandon
>>> 
>>> On Wed, May 20, 2020 at 4:04 PM Simon Urbanek
>>>  wrote:
 
 Can you please, supply full sessionInfo(), macOS version and details to 
 reproduce? You are apparently loading some file, so is this by drang-drop 
 via Open, via restore, …?
 
 Thanks,
 Simon
 
 
 
> On May 21, 2020, at 10:53 AM, Brandon Hurr  wrote:
> 
> When loading R-GUI I'm getting this weird offset where the editor
> window is scrolled to the right slightly (~2 characters worth).
> 
> Here is an image showing what's going on:
> https://imgur.com/a/9vjp8Vr
> 
> Annoying, but not a showstopper.
> I just tried it with [R.app GUI 1.72 (7841) x86_64-apple-darwin17.0]
> and it does it as well. I assume this is a editor/GUI issue and not R
> itself.
> 
> Thanks,
> Brandon
> 
> ___
> R-SIG-Mac mailing list
> [email protected]
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
 
>>> 
>> 
> 

___
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] R-GUI Editor Window Offset

2020-05-20 Thread Brandon Hurr
Yes, I've seen that behavior too. The scroll bar is nearly transparent
as well. Not sure what's going on there either.

Thanks,
Brandon

On Wed, May 20, 2020 at 4:16 PM Simon Urbanek
 wrote:
>
> Ok, great, thanks, I can replicate that on Catalina, will look into it. It's 
> really funny - if you use touch-pan for the text the background has suddenly 
> "holes" that you an see through to the windows underneath...
>
> Thanks,
> Simon
>
>
> > On May 21, 2020, at 11:13 AM, Brandon Hurr  wrote:
> >
> > Simon,
> >
> > Sure thing. I'm double clicking on an R script file and R GUI loads
> > with the file in the editor. R-GUI is my R program.
> > The session is "empty".
> >> sessionInfo()
> > R version 4.0.0 (2020-04-24)
> > Platform: x86_64-apple-darwin17.0 (64-bit)
> > Running under: macOS Catalina 10.15.4
> >
> > Matrix products: default
> > BLAS:   
> > /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
> > LAPACK: 
> > /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib
> >
> > locale:
> > [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
> >
> > attached base packages:
> > [1] stats graphics  grDevices utils datasets  methods   base
> >
> > loaded via a namespace (and not attached):
> > [1] compiler_4.0.0
> >
> > Thanks,
> > Brandon
> >
> > On Wed, May 20, 2020 at 4:04 PM Simon Urbanek
> >  wrote:
> >>
> >> Can you please, supply full sessionInfo(), macOS version and details to 
> >> reproduce? You are apparently loading some file, so is this by drang-drop 
> >> via Open, via restore, …?
> >>
> >> Thanks,
> >> Simon
> >>
> >>
> >>
> >>> On May 21, 2020, at 10:53 AM, Brandon Hurr  wrote:
> >>>
> >>> When loading R-GUI I'm getting this weird offset where the editor
> >>> window is scrolled to the right slightly (~2 characters worth).
> >>>
> >>> Here is an image showing what's going on:
> >>> https://imgur.com/a/9vjp8Vr
> >>>
> >>> Annoying, but not a showstopper.
> >>> I just tried it with [R.app GUI 1.72 (7841) x86_64-apple-darwin17.0]
> >>> and it does it as well. I assume this is a editor/GUI issue and not R
> >>> itself.
> >>>
> >>> Thanks,
> >>> Brandon
> >>>
> >>> ___
> >>> R-SIG-Mac mailing list
> >>> [email protected]
> >>> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> >>
> >
>

___
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] R-GUI Editor Window Offset

2020-05-20 Thread Simon Urbanek
Ok, great, thanks, I can replicate that on Catalina, will look into it. It's 
really funny - if you use touch-pan for the text the background has suddenly 
"holes" that you an see through to the windows underneath...

Thanks,
Simon


> On May 21, 2020, at 11:13 AM, Brandon Hurr  wrote:
> 
> Simon,
> 
> Sure thing. I'm double clicking on an R script file and R GUI loads
> with the file in the editor. R-GUI is my R program.
> The session is "empty".
>> sessionInfo()
> R version 4.0.0 (2020-04-24)
> Platform: x86_64-apple-darwin17.0 (64-bit)
> Running under: macOS Catalina 10.15.4
> 
> Matrix products: default
> BLAS:   
> /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
> LAPACK: 
> /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib
> 
> locale:
> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
> 
> attached base packages:
> [1] stats graphics  grDevices utils datasets  methods   base
> 
> loaded via a namespace (and not attached):
> [1] compiler_4.0.0
> 
> Thanks,
> Brandon
> 
> On Wed, May 20, 2020 at 4:04 PM Simon Urbanek
>  wrote:
>> 
>> Can you please, supply full sessionInfo(), macOS version and details to 
>> reproduce? You are apparently loading some file, so is this by drang-drop 
>> via Open, via restore, …?
>> 
>> Thanks,
>> Simon
>> 
>> 
>> 
>>> On May 21, 2020, at 10:53 AM, Brandon Hurr  wrote:
>>> 
>>> When loading R-GUI I'm getting this weird offset where the editor
>>> window is scrolled to the right slightly (~2 characters worth).
>>> 
>>> Here is an image showing what's going on:
>>> https://imgur.com/a/9vjp8Vr
>>> 
>>> Annoying, but not a showstopper.
>>> I just tried it with [R.app GUI 1.72 (7841) x86_64-apple-darwin17.0]
>>> and it does it as well. I assume this is a editor/GUI issue and not R
>>> itself.
>>> 
>>> Thanks,
>>> Brandon
>>> 
>>> ___
>>> R-SIG-Mac mailing list
>>> [email protected]
>>> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>> 
> 

___
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] R-GUI Editor Window Offset

2020-05-20 Thread Brandon Hurr
Simon,

Sure thing. I'm double clicking on an R script file and R GUI loads
with the file in the editor. R-GUI is my R program.
The session is "empty".
> sessionInfo()
R version 4.0.0 (2020-04-24)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Catalina 10.15.4

Matrix products: default
BLAS:   
/Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
LAPACK: 
/Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats graphics  grDevices utils datasets  methods   base

loaded via a namespace (and not attached):
[1] compiler_4.0.0

Thanks,
Brandon

On Wed, May 20, 2020 at 4:04 PM Simon Urbanek
 wrote:
>
> Can you please, supply full sessionInfo(), macOS version and details to 
> reproduce? You are apparently loading some file, so is this by drang-drop via 
> Open, via restore, …?
>
> Thanks,
> Simon
>
>
>
> > On May 21, 2020, at 10:53 AM, Brandon Hurr  wrote:
> >
> > When loading R-GUI I'm getting this weird offset where the editor
> > window is scrolled to the right slightly (~2 characters worth).
> >
> > Here is an image showing what's going on:
> > https://imgur.com/a/9vjp8Vr
> >
> > Annoying, but not a showstopper.
> > I just tried it with [R.app GUI 1.72 (7841) x86_64-apple-darwin17.0]
> > and it does it as well. I assume this is a editor/GUI issue and not R
> > itself.
> >
> > Thanks,
> > Brandon
> >
> > ___
> > R-SIG-Mac mailing list
> > [email protected]
> > https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>

___
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] R-GUI Editor Window Offset

2020-05-20 Thread Simon Urbanek
Can you please, supply full sessionInfo(), macOS version and details to 
reproduce? You are apparently loading some file, so is this by drang-drop via 
Open, via restore, …?

Thanks,
Simon



> On May 21, 2020, at 10:53 AM, Brandon Hurr  wrote:
> 
> When loading R-GUI I'm getting this weird offset where the editor
> window is scrolled to the right slightly (~2 characters worth).
> 
> Here is an image showing what's going on:
> https://imgur.com/a/9vjp8Vr
> 
> Annoying, but not a showstopper.
> I just tried it with [R.app GUI 1.72 (7841) x86_64-apple-darwin17.0]
> and it does it as well. I assume this is a editor/GUI issue and not R
> itself.
> 
> Thanks,
> Brandon
> 
> ___
> R-SIG-Mac mailing list
> [email protected]
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac

___
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac