Guest Posted February 10, 2011 Posted February 10, 2011 Message from: "Cristiano Testai" Hi Farshad!! I need your help to clarify some points and also to post improvements. 1) Color UniPanel property does not work, he uses color related to the css file. 2) Is there a way for me to set an image in Background on the main form? Currently only the color property is available. 3) There are expected to be available Post # 800 (ScrollBar on the main form)? This is very important because most sites require scrolling down because the information (Example: Twitter, Facebook, News, etc.) 4) Farshad, it would be great to have the possibility to have two new properties in components. One to indicate the name of the CSS file and other for class point to the file. We can have for example two TUniPanel, where the first could be set to a class with background color "xxxxx" and the other UniPanel to another background. Currently, two UniPanels always get the same value. 5) Demo Example shows how to change the Theme File, but have not found the source where you do this, just saw a property published in ServerModule, CurrentTheme, but after receiving the value, is not accomplished anything. Tks for support.. 6) In my project, I got the idea to always use the main page, to keep the web style, got the idea to not use forms. The best way to accomplish this is using multiple uniframe the main form? Or is there another way that I always use the webpage layout? 7) I'm waiting for the next realese have avaliable OnClick Event for UniLabel!! Thanks vey much! Cristiano Testai . Quote
Guest Posted February 11, 2011 Author Posted February 11, 2011 Message from: "Farshad Mohajeri" "Cristiano Testai" wrote in message news:mUx8ilSyLHA.2160@anaxagvs227... > Hi Farshad!! > > I need your help to clarify some points and also to post improvements. > > 1) Color UniPanel property does not work, he uses color related to the css > file. > Color property in UniPanel works since version 0.50.0. Are you sure? > 2) Is there a way for me to set an image in Background on the main form? > Currently only the color property is available. > Currently no. I logged it as feature request: #927 > 3) There are expected to be available Post # 800 (ScrollBar on the main > form)? This is very important because most sites require scrolling down > because the information (Example: Twitter, Facebook, News, etc.) > Haven't you downloaded 1st build of version 0.84? I announced it in another sub thread. Here it is: http://www.unigui.com/index.php?option=com_content&view=article&id=103&Itemid=113&lang=en > 4) Farshad, it would be great to have the possibility to have two new > properties in components. One to indicate the name of the CSS file and > other for class point to the file. We can have for example two TUniPanel, > where the first could be set to a class with background color "xxxxx" and > the other UniPanel to another background. Currently, two UniPanels always > get the same value. > Well, I think it is better to change DOM properties directly rather than playing with CSS. I will try to make all Color/Font properties available in form of Properties. TUniPanel should be able to change background color via Color porperty. > 5) Demo Example shows how to change the Theme File, but have not found the > source where you do this, just saw a property published in ServerModule, > CurrentTheme, but after receiving the value, is not accomplished anything. > Tks for support.. > CurrentTheme is used in MainModule. Please see MainModule.pas in Demo project to see how Theme is changed at session startup. > 6) In my project, I got the idea to always use the main page, to keep the > web style, got the idea to not use forms. The best way to accomplish this > is using multiple uniframe the main form? Or is there another way that I > always use the webpage layout? > Well, both Ext JS and Delphi are Form oriented. A Formless mode is not something we want to achieve in this framework. You can use Panels and hide/show them, but again I recommend using Forms. > 7) I'm waiting for the next realese have avaliable OnClick Event for > UniLabel!! That will available be in 0.85 or a later release. Thanks . Quote
Guest Posted February 11, 2011 Author Posted February 11, 2011 Message from: "ldb" I also misses this !!!!! thnks Il 10/02/2011 22:23, Farshad Mohajeri ha scritto: > Haven't you downloaded 1st build of version 0.84? I announced it in another > sub thread. > > Here it is: > > http://www.unigui.com/index.php?option=com_content&view=article&id=103&Itemid=113&lang=en . Quote
Guest Posted February 11, 2011 Author Posted February 11, 2011 Message from: "Cristiano Testai" Hi Farshad! > Color property in UniPanel works since version 0.50.0. Are you sure? sorry .. I thought about this problem because the default colors by name as clbase, clback not work. Colors must be informed as $ 00F5F5F5 for example. >> Is there a way for me to set an image in Background on the main form? >> Currently only the color property is available. >> > > Currently no. > > I logged it as feature request: #927 Tks. > Haven't you downloaded 1st build of version 0.84? I announced it in > another sub thread. > > Here it is: > > http://www.unigui.com/index.php?option=com_content&view=article&id=103&Itemid=113&lang=en Really I had not seen this post! Thanks! > Well, I think it is better to change DOM properties directly rather than > playing with CSS. I will try to make all Color/Font properties available > in form of Properties. > TUniPanel should be able to change background color via Color porperty. Well, having a way to inform the font and color directly on DOM properties in the components will be excellent. You will register this post? >>CurrentTheme is used in MainModule. Please see MainModule.pas in Demo >>project to see how Theme is changed at session startup. Will I see again the example. Tks.. > Well, both Ext JS and Delphi are Form oriented. A Formless mode is not > something we want to achieve in this framework. You can use Panels and > hide/show them, but again I recommend using Forms. Ok Farshad.. I understand.. I will use only the main form as web-style .. The others all forms! >> I'm waiting for the next realese have avaliable OnClick Event for >> UniLabel!! > That will available be in 0.85 or a later release. Tks again... Cristiano Testai "Farshad Mohajeri" wrote in message news:vgubUjWyLHA.2160@anaxagvs227... > > "Cristiano Testai" wrote in message > news:mUx8ilSyLHA.2160@anaxagvs227... >> Hi Farshad!! >> >> I need your help to clarify some points and also to post improvements. >> >> 1) Color UniPanel property does not work, he uses color related to the >> css file. >> > > Color property in UniPanel works since version 0.50.0. Are you sure? > >> 2) Is there a way for me to set an image in Background on the main form? >> Currently only the color property is available. >> > > Currently no. > > I logged it as feature request: #927 > >> 3) There are expected to be available Post # 800 (ScrollBar on the main >> form)? This is very important because most sites require scrolling down >> because the information (Example: Twitter, Facebook, News, etc.) >> > > Haven't you downloaded 1st build of version 0.84? I announced it in > another sub thread. > > Here it is: > > http://www.unigui.com/index.php?option=com_content&view=article&id=103&Itemid=113&lang=en > > >> 4) Farshad, it would be great to have the possibility to have two new >> properties in components. One to indicate the name of the CSS file and >> other for class point to the file. We can have for example two TUniPanel, >> where the first could be set to a class with background color "xxxxx" and >> the other UniPanel to another background. Currently, two UniPanels always >> get the same value. >> > > Well, I think it is better to change DOM properties directly rather than > playing with CSS. I will try to make all Color/Font properties available > in form of Properties. > TUniPanel should be able to change background color via Color porperty. > >> 5) Demo Example shows how to change the Theme File, but have not found >> the source where you do this, just saw a property published in >> ServerModule, CurrentTheme, but after receiving the value, is not >> accomplished anything. Tks for support.. >> > > CurrentTheme is used in MainModule. Please see MainModule.pas in Demo > project to see how Theme is changed at session startup. > >> 6) In my project, I got the idea to always use the main page, to keep the >> web style, got the idea to not use forms. The best way to accomplish this >> is using multiple uniframe the main form? Or is there another way that I >> always use the webpage layout? >> > > Well, both Ext JS and Delphi are Form oriented. A Formless mode is not > something we want to achieve in this framework. You can use Panels and > hide/show them, but again I recommend using Forms. > >> 7) I'm waiting for the next realese have avaliable OnClick Event for >> UniLabel!! > > That will available be in 0.85 or a later release. > > Thanks > > . Quote
Guest Posted February 12, 2011 Author Posted February 12, 2011 Message from: "Farshad Mohajeri" "Cristiano Testai" wrote in message news:zXL%237aeyLHA.2164@anaxagvs227... > Hi Farshad! > >> Color property in UniPanel works since version 0.50.0. Are you sure? > > sorry .. I thought about this problem because the default colors by name > as > clbase, clback not work. Colors must be informed as $ 00F5F5F5 for > example. > You are right, clBlack is ignored. This will be fixed in next build. >> Well, I think it is better to change DOM properties directly rather than >> playing with CSS. I will try to make all Color/Font properties available >> in form of Properties. >> TUniPanel should be able to change background color via Color porperty. > > Well, having a way to inform the font and color directly on DOM properties > in the components will be excellent. You will register this post? > In a post 0.85.0 release we will expose the wrapped Ext JS control so you can modify its property if needed. . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.