Re: [Cegcc-devel] COMCTL32_VERSION for PocketPC
On Sat, 1 Jan 2011, Vincent Torri wrote: > > > On Fri, 31 Dec 2010, Paul Sokolovsky wrote: > >> Hello, >> >> On Fri, 31 Dec 2010 12:06:06 +0100 (CET) >> Vincent Torri wrote: >> >> [] >>> >>> FYI: >>> >>> i'm contributing to a set of graphic libs that go beyond that: >>> >>> http://watchwolf.fr/index.php?option=com_content&view=article&id=3%3Ausing-edje-and-the-external-type&catid=1%3Aedje&Itemid=17&lang=fr >>> >>> The first 2 images of that blog are a GTK window with 2 different >>> themes. Same layout, just the colors and icons change. The 4 >>> following images are the same window with 4 different themes (using >>> our libs). I have ported these libs to Windows CE. After the images >>> you have the C source code, and the 4 themes. And a link to the >>> tarball with the files at the bottom. >> >> Do you say that you ported Edje and EFL in general to wince? > > yes. > >> Is it >> related to http://trac.enlightenment.org/e/wiki/EFLWindowsCE ? > > yes, i wrote that tutorial. > >> Can you >> please add more info at >> https://sourceforge.net/apps/trac/cegcc/wiki/Ported%20Software ? > > i'll do it > >> (Note >> that I already added link to zlib/etc. ports which are at project d/l >> area). > > I created these ports (as they are necessary for the EFL :p) and happy new year ! > > Vincent Torri > > -- > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > ___ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl ___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel
Re: [Cegcc-devel] COMCTL32_VERSION for PocketPC
On Fri, 31 Dec 2010, Paul Sokolovsky wrote: > Hello, > > On Fri, 31 Dec 2010 12:06:06 +0100 (CET) > Vincent Torri wrote: > > [] >> >> FYI: >> >> i'm contributing to a set of graphic libs that go beyond that: >> >> http://watchwolf.fr/index.php?option=com_content&view=article&id=3%3Ausing-edje-and-the-external-type&catid=1%3Aedje&Itemid=17&lang=fr >> >> The first 2 images of that blog are a GTK window with 2 different >> themes. Same layout, just the colors and icons change. The 4 >> following images are the same window with 4 different themes (using >> our libs). I have ported these libs to Windows CE. After the images >> you have the C source code, and the 4 themes. And a link to the >> tarball with the files at the bottom. > > Do you say that you ported Edje and EFL in general to wince? yes. > Is it > related to http://trac.enlightenment.org/e/wiki/EFLWindowsCE ? yes, i wrote that tutorial. > Can you > please add more info at > https://sourceforge.net/apps/trac/cegcc/wiki/Ported%20Software ? i'll do it > (Note > that I already added link to zlib/etc. ports which are at project d/l > area). I created these ports (as they are necessary for the EFL :p) Vincent Torri -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl ___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel
Re: [Cegcc-devel] COMCTL32_VERSION for PocketPC
Hello, On Fri, 31 Dec 2010 12:06:06 +0100 (CET) Vincent Torri wrote: [] > > FYI: > > i'm contributing to a set of graphic libs that go beyond that: > > http://watchwolf.fr/index.php?option=com_content&view=article&id=3%3Ausing-edje-and-the-external-type&catid=1%3Aedje&Itemid=17&lang=fr > > The first 2 images of that blog are a GTK window with 2 different > themes. Same layout, just the colors and icons change. The 4 > following images are the same window with 4 different themes (using > our libs). I have ported these libs to Windows CE. After the images > you have the C source code, and the 4 themes. And a link to the > tarball with the files at the bottom. Do you say that you ported Edje and EFL in general to wince? Is it related to http://trac.enlightenment.org/e/wiki/EFLWindowsCE ? Can you please add more info at https://sourceforge.net/apps/trac/cegcc/wiki/Ported%20Software ? (Note that I already added link to zlib/etc. ports which are at project d/l area). > > Vincent Torri > [] -- Best regards, Paul mailto:pmis...@gmail.com -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl ___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel
Re: [Cegcc-devel] COMCTL32_VERSION for PocketPC
Hello, On Fri, 31 Dec 2010 11:28:54 +0100 Sébastien Lorquet wrote: > Can't read japanese, but that seems interesting: > http://translate.google.fr/translate?hl=fr&sl=ja&tl=en&u=http%3A%2F%2Fyta.blogzine.jp%2Fweblog%2F2010%2F12%2Fpropertysheet.html > > I NEVER managed to get a windows mobile style on property sheet > dialogs... In fact I had the exact same problem as described here. I > just managed to send the tabs in the bottom of the page using styles. > > Could that PSCB_GETVERSION message be the key to do all at once? nice! > Thanks, japanese blogger! Yes, this is known/documented technique, for example http://support.microsoft.com/kb/308593 . The problem was getting values for PSCB_GETVERSION and COMCTL32_VERSION for wince/pocketpc (clean-room, per previous discussion). First one easily is googlable and figurable even from highlight excerpts, but COMCTL32_VERSION took more time. WinCE's value for that constant is unlike normal Win32, where those values are small integers, apparently representing interface version. For WinCE it's apparently commctrl DLL version, major/minor. So, that blog entry gave good insight what value to use. I also saw couple of other hits with close values (like 0x20x). Btw, there's another way to figure it - query DLL directly on device. But then again the problem is to figure out threshold value which gives native look on as early devices as first PocketPCs. Anyway, I've added those values to my git tree. > > Sebastien. > > On Fri, Dec 31, 2010 at 11:00 AM, Paul Sokolovsky > wrote: > > > Hello, > > > > On Fri, 31 Dec 2010 08:21:12 +0100 (CET) > > Vincent Torri wrote: > > > > > > > > Hey, > > > > > > > Can you read Japanese? Because this guy describes what value > > > > COMCTL32_VERSION should have for wince (he mentions cegcc!). > > > > And as for why's and how's... can you read Japanese? > > > > > > which guy ? > > > > Oops. I pasted it, I bet. > > http://yta.blogzine.jp/weblog/2010/12/propertysheet.html > > [] -- Best regards, Paul mailto:pmis...@gmail.com -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl ___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel
Re: [Cegcc-devel] COMCTL32_VERSION for PocketPC
Hello, that's not what I'm currently looking for, but that's a cool project! Regards Sebastien On Fri, Dec 31, 2010 at 12:06 PM, Vincent Torri wrote: > > > On Fri, 31 Dec 2010, Sébastien Lorquet wrote: > > Can't read japanese, but that seems interesting: >> >> http://translate.google.fr/translate?hl=fr&sl=ja&tl=en&u=http%3A%2F%2Fyta.blogzine.jp%2Fweblog%2F2010%2F12%2Fpropertysheet.html >> >> I NEVER managed to get a windows mobile style on property sheet dialogs... >> In fact I had the exact same problem as described here. I just managed to >> send the tabs in the bottom of the page using styles. >> >> Could that PSCB_GETVERSION message be the key to do all at once? nice! >> Thanks, japanese blogger! >> > > FYI: > > i'm contributing to a set of graphic libs that go beyond that: > > > http://watchwolf.fr/index.php?option=com_content&view=article&id=3%3Ausing-edje-and-the-external-type&catid=1%3Aedje&Itemid=17&lang=fr > > The first 2 images of that blog are a GTK window with 2 different themes. > Same layout, just the colors and icons change. The 4 following images are > the same window with 4 different themes (using our libs). I have ported > these libs to Windows CE. After the images you have the C source code, and > the 4 themes. And a link to the tarball with the files at the bottom. > > Vincent Torri > > > >> Sebastien. >> >> On Fri, Dec 31, 2010 at 11:00 AM, Paul Sokolovsky >> wrote: >> >> Hello, >>> >>> On Fri, 31 Dec 2010 08:21:12 +0100 (CET) >>> Vincent Torri wrote: >>> >>> Hey, Can you read Japanese? Because this guy describes what value > COMCTL32_VERSION should have for wince (he mentions cegcc!). And as > for why's and how's... can you read Japanese? > which guy ? >>> >>> Oops. I pasted it, I bet. >>> http://yta.blogzine.jp/weblog/2010/12/propertysheet.html >>> >>> Vincent Torri >>> >>> >>> >>> -- >>> Best regards, >>> Paul mailto:pmis...@gmail.com >>> >>> >>> >>> -- >>> Learn how Oracle Real Application Clusters (RAC) One Node allows >>> customers >>> to consolidate database storage, standardize their database environment, >>> and, >>> should the need arise, upgrade to a full multi-node Oracle RAC database >>> without downtime or disruption >>> http://p.sf.net/sfu/oracle-sfdevnl >>> ___ >>> Cegcc-devel mailing list >>> Cegcc-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/cegcc-devel >>> >>> -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel
Re: [Cegcc-devel] COMCTL32_VERSION for PocketPC
On Fri, 31 Dec 2010, Sébastien Lorquet wrote: Can't read japanese, but that seems interesting: http://translate.google.fr/translate?hl=fr&sl=ja&tl=en&u=http%3A%2F%2Fyta.blogzine.jp%2Fweblog%2F2010%2F12%2Fpropertysheet.html I NEVER managed to get a windows mobile style on property sheet dialogs... In fact I had the exact same problem as described here. I just managed to send the tabs in the bottom of the page using styles. Could that PSCB_GETVERSION message be the key to do all at once? nice! Thanks, japanese blogger! FYI: i'm contributing to a set of graphic libs that go beyond that: http://watchwolf.fr/index.php?option=com_content&view=article&id=3%3Ausing-edje-and-the-external-type&catid=1%3Aedje&Itemid=17&lang=fr The first 2 images of that blog are a GTK window with 2 different themes. Same layout, just the colors and icons change. The 4 following images are the same window with 4 different themes (using our libs). I have ported these libs to Windows CE. After the images you have the C source code, and the 4 themes. And a link to the tarball with the files at the bottom. Vincent Torri Sebastien. On Fri, Dec 31, 2010 at 11:00 AM, Paul Sokolovsky wrote: Hello, On Fri, 31 Dec 2010 08:21:12 +0100 (CET) Vincent Torri wrote: Hey, Can you read Japanese? Because this guy describes what value COMCTL32_VERSION should have for wince (he mentions cegcc!). And as for why's and how's... can you read Japanese? which guy ? Oops. I pasted it, I bet. http://yta.blogzine.jp/weblog/2010/12/propertysheet.html Vincent Torri -- Best regards, Paul mailto:pmis...@gmail.com -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl ___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel
Re: [Cegcc-devel] COMCTL32_VERSION for PocketPC
Can't read japanese, but that seems interesting: http://translate.google.fr/translate?hl=fr&sl=ja&tl=en&u=http%3A%2F%2Fyta.blogzine.jp%2Fweblog%2F2010%2F12%2Fpropertysheet.html I NEVER managed to get a windows mobile style on property sheet dialogs... In fact I had the exact same problem as described here. I just managed to send the tabs in the bottom of the page using styles. Could that PSCB_GETVERSION message be the key to do all at once? nice! Thanks, japanese blogger! Sebastien. On Fri, Dec 31, 2010 at 11:00 AM, Paul Sokolovsky wrote: > Hello, > > On Fri, 31 Dec 2010 08:21:12 +0100 (CET) > Vincent Torri wrote: > > > > > Hey, > > > > > Can you read Japanese? Because this guy describes what value > > > COMCTL32_VERSION should have for wince (he mentions cegcc!). And as > > > for why's and how's... can you read Japanese? > > > > which guy ? > > Oops. I pasted it, I bet. > http://yta.blogzine.jp/weblog/2010/12/propertysheet.html > > > > > Vincent Torri > > > > -- > Best regards, > Paul mailto:pmis...@gmail.com > > > -- > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > ___ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel
Re: [Cegcc-devel] COMCTL32_VERSION for PocketPC
Hello, On Fri, 31 Dec 2010 08:21:12 +0100 (CET) Vincent Torri wrote: > > Hey, > > > Can you read Japanese? Because this guy describes what value > > COMCTL32_VERSION should have for wince (he mentions cegcc!). And as > > for why's and how's... can you read Japanese? > > which guy ? Oops. I pasted it, I bet. http://yta.blogzine.jp/weblog/2010/12/propertysheet.html > > Vincent Torri -- Best regards, Paul mailto:pmis...@gmail.com -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl ___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel
Re: [Cegcc-devel] COMCTL32_VERSION for PocketPC
Hey, > Can you read Japanese? Because this guy describes what value > COMCTL32_VERSION should have for wince (he mentions cegcc!). And as for > why's and how's... can you read Japanese? which guy ? Vincent Torri -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl ___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel