Author Topic: !! Artwork Enlightenment ¡¡  (Read 101826 times)

Offline gefarion

  • Jr. Member
  • **
  • Posts: 12
Re: !! Artwork Enlightenment ¡¡
« Reply #480 on: October 20, 2010, 10:56:35 PM »
gefarion

Oh well, no probs  :(

ef2000  :)

What version have you?

Offline smurfslover

  • Hero Member
  • *****
  • Posts: 811
Re: !! Artwork Enlightenment ¡¡
« Reply #481 on: October 20, 2010, 11:09:09 PM »
Hi gefarion

I really like your e17 theme, however i can not use the settings panel  :(



I hope it can be fixed  :)

ef2000  ;D


I dont have any problem. I am using the svn rev 51937.


Same problem here with latest packages from pclinuxos repositorie.
Registered Linux User 440970

Every windows machine has an un-patchable critical vulnerability... Its called "Power ON" switch.

Offline ef2000

  • Jr. Member
  • **
  • Posts: 39
  • Lost in space
Re: !! Artwork Enlightenment ¡¡
« Reply #482 on: October 21, 2010, 03:28:41 AM »
gefarion

Fully updated from PCLOS repo's

ef2000


Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12501
Re: !! Artwork Enlightenment ¡¡
« Reply #483 on: October 21, 2010, 04:46:06 AM »
We had the same issue until Agust reworked his themes to make them compatible with the updated E-17 beta libs. I asked about it on the enlightenment users mailing list and Cedric said "That's look like a bug in your theme. Many theme worked around edje aspect ratio and min/max bug, look at svn commit r52300 to see what kind of change your theme may require."

Thanks to everyone who donates. You keep the servers running.

Offline Agust

  • Hero Member
  • *****
  • Posts: 976
Re: !! Artwork Enlightenment ¡¡
« Reply #484 on: October 21, 2010, 05:14:04 AM »
Bueno Gefarion , en el archivo .edc , busque Configuration Panel y modifiquelo como le pongo aqui.  ;)

Code: [Select]
/*** CONFIGURATION PANEL ***/

   group {
      name: "e/widgets/configure/main";
      images {
         image: "dia_grad.png" COMP;
         image: "dia_topshad.png" COMP;
         image: "dia_botshad.png" COMP;
         image: "menu_sep.png" COMP;
      }
      parts {
         part {
            name: "base";
            mouse_events: 0;
            description {
               state: "default" 0.0;
               color_class: "dialog_base";
               image.normal: "dia_grad.png";
               fill {
                  smooth: 0;
                  size {
                     relative: 0.0 1.0;
                     offset: 64 0;
                  }
               }
            }
         }
         part {
            name: "shadow";
            mouse_events: 0;
            description {
               state: "default" 0.0;
               rel2.relative: 1.0 0.0;
               rel2.offset: -1 31;
               image.normal: "dia_topshad.png";
               fill {
                  smooth: 0;
                  size {
                     relative: 0.0 1.0;
                     offset: 64 0;
                  }
               }
            }
         }
         part {
            name: "shadow2";
            mouse_events: 0;
            description {
               state: "default" 0.0;
               rel1.relative: 0.0 1.0;
               rel1.offset: 0 -4;
               image.normal: "dia_botshad.png";
               fill {
                  smooth: 0;
                  size {
                     relative: 0.0 1.0;
                     offset: 64 0;
                  }
               }
            }
         }
         part {
            name: "separator";
            mouse_events: 0;
            description {
               state: "default" 0.0;
               min: 16 2;
               rel1 {
                  relative: 0.0  1.0;
                  offset: 4    -1;
                  to_y: "e.swallow.content";
               }
               rel2 {
                  relative: 1.0  1.0;
                  offset: -5   0;
                  to_y: "e.swallow.content";
               }
               image {
                  normal: "menu_sep.png";
                  border: 2 2 0 0;
               }
               fill.smooth: 0;
            }
         }
         part {
            name: "e.swallow.content";
            type: SWALLOW;
            description {
               state: "default" 0.0;
               align: 0.5 0.5;
               min: 100 200;
               rel1.offset: 2 2;
               rel2 {
                  relative: 1.0 0.0;
                  offset: -3 -5;
                  to_y: "e.swallow.button";
               }
            }
         }
         part {
            name: "e.swallow.button";
            type: SWALLOW;
            description {
               state: "default" 0.0;
               align: 0.5 1.0;
               fixed: 1 1;
               rel1.relative: 0.5 1.0;
               rel2.relative: 0.5 1.0;
            }
         }
      }
   }

Greetings:
Agust

PS:Fixed :

« Last Edit: October 21, 2010, 10:02:53 AM by Agust »

PCLinuxOS e17 Club Member

Pclos user since 2005!

Offline gefarion

  • Jr. Member
  • **
  • Posts: 12
Re: !! Artwork Enlightenment ¡¡
« Reply #485 on: October 21, 2010, 04:00:28 PM »
Thanks Agust!!!

Fixed version: http://www.mediafire.com/?2dsk5jgcs4ec6ic

Sorry for the problem.

Dardo.-
« Last Edit: October 21, 2010, 04:03:29 PM by gefarion »

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: !! Artwork Enlightenment ¡¡
« Reply #486 on: October 21, 2010, 11:45:55 PM »
Teamwork. It's great!
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline Agust

  • Hero Member
  • *****
  • Posts: 976
Re: !! Artwork Enlightenment ¡¡
« Reply #487 on: October 21, 2010, 11:49:18 PM »
Gracias a usted Gefarion  ;).

Greetings:
Agust

PCLinuxOS e17 Club Member

Pclos user since 2005!

Offline ef2000

  • Jr. Member
  • **
  • Posts: 39
  • Lost in space
Re: !! Artwork Enlightenment ¡¡
« Reply #488 on: October 22, 2010, 01:03:57 AM »
gefarion

New version works perfectly
Thankyou  ;D

ef2000  :)


Offline Agust

  • Hero Member
  • *****
  • Posts: 976
Re: !! Artwork Enlightenment ¡¡
« Reply #489 on: November 02, 2010, 03:57:29 PM »
Hello to all , as I am very happy with the new version of E17PCLinuxOS, I decided to make three new themes, but only three ehhhh!!!! ;)
First theme called "La Noche" especially for Ecomorph , wallpaper scaled good for almost resolutions.




Theme available for download  + or -  on Friday ;D.

I take this occasion to thank:
To all who have made possible this new version of E17, especially Textar and Smurfslover , thank you very much!!!!!!!

Greetings:
Agust

PCLinuxOS e17 Club Member

Pclos user since 2005!

Offline smurfslover

  • Hero Member
  • *****
  • Posts: 811
Re: !! Artwork Enlightenment ¡¡
« Reply #490 on: November 02, 2010, 04:02:12 PM »
We couldn't have done it without you Agust. And of course the dutch and international community who gave me good testing reports on the first iso's i've made.
This team is amazing, looking forward to load it into my fresh e17-light :)
Registered Linux User 440970

Every windows machine has an un-patchable critical vulnerability... Its called "Power ON" switch.

Offline Agust

  • Hero Member
  • *****
  • Posts: 976
Re: !! Artwork Enlightenment ¡¡
« Reply #491 on: November 03, 2010, 12:40:48 AM »
And of course the dutch and international community who gave me good testing reports on the first iso's i've made.
This team is amazing

+100 ;)

Greetings.
Agust

PCLinuxOS e17 Club Member

Pclos user since 2005!

loukingjr

  • Guest
Re: !! Artwork Enlightenment ¡¡
« Reply #492 on: November 05, 2010, 10:37:02 AM »
Hello to all , as I am very happy with the new version of E17PCLinuxOS, I decided to make three new themes, but only three ehhhh!!!! ;)
First theme called "La Noche" especially for Ecomorph , wallpaper scaled good for almost resolutions.




I take this occasion to thank:
To all who have made possible this new version of E17, especially Textar and Smurfslover , thank you very much!!!!!!!

Greetings:
Agust


looking forward to this theme. reminds me of the blackrain themes. you do great work Agust.

Offline Agust

  • Hero Member
  • *****
  • Posts: 976
Re: !! Artwork Enlightenment ¡¡
« Reply #493 on: November 05, 2010, 03:59:28 PM »
Well , for all members PCLinuxOS e17Club , New Theme "La Noche" is fantastic!!!! sure  ;D.
Wallpaper in format .edj for almost resolutions.




Theme Available from here:
http://www.divshare.com/direct/13086473-f00.edj

Please enjoy!!!!!
Agust

PCLinuxOS e17 Club Member

Pclos user since 2005!

Offline smurfslover

  • Hero Member
  • *****
  • Posts: 811
Re: !! Artwork Enlightenment ¡¡
« Reply #494 on: November 05, 2010, 05:45:49 PM »
One more for the list. Great theme, thank you. :)
Registered Linux User 440970

Every windows machine has an un-patchable critical vulnerability... Its called "Power ON" switch.