Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread Jeff Hoogland
Per-raster's suggestion on IRC I shoved it into a scroller and it clips nicely -> https://www.enlightenment.org/ss/display.php?image=e-562c413cc3b384.04527140.jpg On Sat, Oct 24, 2015 at 9:29 PM, Stephen Houston wrote: > The E wallpaper tool forces a size on the preview. It doesn't scale. > You

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread Stephen Houston
The E wallpaper tool forces a size on the preview. It doesn't scale. Yours would work as well if you set a max size. On Oct 24, 2015 9:19 PM, "Jeff Hoogland" wrote: > I need to do this via application code - not by editing the EDC files. My > goal is to display the automatically created EDJ file

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread Jeff Hoogland
I need to do this via application code - not by editing the EDC files. My goal is to display the automatically created EDJ files that Enlightenment spits out with its wallpaper tool. There has to be a way to do this right? The E wallpaper tool seems to use a custom widget and not built in elementa

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread The Rasterman
On Sat, 24 Oct 2015 11:45:36 -0500 Jeff Hoogland said: > @Dave - you can see in my code the layout object commented out. When using > that I get the exact same results > > @Raster - I want to scale it to fit the bounds ideally. aspect: 1.7 1.7; aspect_preference: BOTH; example. you won

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread Jeff Hoogland
@Dave - you can see in my code the layout object commented out. When using that I get the exact same results @Raster - I want to scale it to fit the bounds ideally. On Sat, Oct 24, 2015 at 7:52 AM, Carsten Haitzler wrote: > On Fri, 23 Oct 2015 21:08:34 -0500 Jeff Hoogland > said: > > > I'm t

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread The Rasterman
On Fri, 23 Oct 2015 21:08:34 -0500 Jeff Hoogland said: > I'm trying to display an edj object in my elementary application, but I > can't see to manage to get said edj object to be contained within it's > parent object: > > http://www.enlightenment.org/ss/e-562ae713510947.78164071.jpg > > As you

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread Davide Andreoli
2015-10-24 4:08 GMT+02:00 Jeff Hoogland : > I'm trying to display an edj object in my elementary application, but I > can't see to manage to get said edj object to be contained within it's > parent object: > > http://www.enlightenment.org/ss/e-562ae713510947.78164071.jpg > > As you can see the ima

[E-devel] EDJE object goes outside parent's bounds

2015-10-23 Thread Jeff Hoogland
I'm trying to display an edj object in my elementary application, but I can't see to manage to get said edj object to be contained within it's parent object: http://www.enlightenment.org/ss/e-562ae713510947.78164071.jpg As you can see the image overlaps the list on the left side of the window. S