Jump to content

Guest

Members
  • Posts

    2514
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Guest

  1. Guest

    Transparent color

    Message from: "Farshad Mohajeri" Logged for research #953 "zilav" wrote in message news:bAywSBj7LHA.3976@anaxagvs227... > Hi Farshad! > > I have html frame with template (background image, etc.), if I put simple > controls on top of it, they look fine. But I want to switch frames on top > of background image in htmlframe, and so need to make uniframe > transparent. The only workaround now is to put htmlframe on every > uniframe. > Is it possible to add some "transparent" property, or make special > transparent color for Color property of uniframes and unipanels? .
  2. Message from: "Farshad Mohajeri" "ldb" wrote in message news:6nVXH9g7LHA.3976@anaxagvs227... > There's a way to set left and top position of main form inside the web > page? > You mean from Delphi or JavaScript? > Tray various setting of Form.Postion and set Left / Top property without > success. > > tnks .
  3. Message from: "zilav" Hi Farshad! I have html frame with template (background image, etc.), if I put simple controls on top of it, they look fine. But I want to switch frames on top of background image in htmlframe, and so need to make uniframe transparent. The only workaround now is to put htmlframe on every uniframe. Is it possible to add some "transparent" property, or make special transparent color for Color property of uniframes and unipanels? .
  4. Message from: "ldb" There's a way to set left and top position of main form inside the web page? Tray various setting of Form.Postion and set Left / Top property without success. tnks .
  5. Message from: "Farshad Mohajeri" "Montri Patchaiyo" wrote in message news:XWX5Lxc7LHA.3976@anaxagvs227... > Farshad Mohajeri wrote: > >> Currently you can't. In uniGUI adding client fields to Ext JS is not >> enough. Everything must have a VCL equivalent too. >> >> A customizable Grid is scheduled for future versions. >> >> "asd" wrote in message >> news:5T7xljXOLHA.1604@anaxavps227.anaxa.local... >> > How to use custom fields in the grid with UniGui? >> > >> > Spinner >> > ComboBox >> > NumberField >> > DateField >> > >> > >> > http://dev.sencha.com/deploy/dev/examples/grid/edit-grid.html >> > > > So, how can to work around for this issue? > This issue is logged as #434. Currently there is no workaround for this. .
  6. Guest

    Web forums?

    Message from: "LDiaz" This is why we want unigui in crossplatform. Windows is nobody on the Internet. .
  7. Message from: "Montri Patchaiyo" Farshad Mohajeri wrote: > Currently you can't. In uniGUI adding client fields to Ext JS is not > enough. Everything must have a VCL equivalent too. > > A customizable Grid is scheduled for future versions. > > "asd" wrote in message > news:5T7xljXOLHA.1604@anaxavps227.anaxa.local... > > How to use custom fields in the grid with UniGui? > > > > Spinner > > ComboBox > > NumberField > > DateField > > > > > > http://dev.sencha.com/deploy/dev/examples/grid/edit-grid.html > > So, how can to work around for this issue? Montri. .
  8. Guest

    Web forums?

    Message from: "Farshad Mohajeri" Unfortunately, it is almost impossible to find an up to date Windows = based news server software. There are solutions which offer both forums = and newsgroups which can be synchronize both sides (like one Embarcadero = is using), but all of these are enterprise level software with big = prices I guess. We will continue another month with current newsgroups until when I can = decide for right direction. As for forum software,I ruled out phpBB as I didn't like it for some = reasons. Remaining choices are IPB, vBulletin and YAF (Yet another = Forum). IPB seems to be faster and less bloated than vBulletin. YAF is = ..net based and free. It really looks good, but not in same level as = other two.
  9. Guest

    TuniScreenMask

    Message from: "Farshad Mohajeri" "Andy Zubov" wrote in message news:UA8MGDX7LHA.3152@anaxagvs227... > may be > TUniTreeView - OnChange > TComboBox - OnSelect > TUniCheckBox - OnClick These should be already available. ScreenMask is fired for "all events" of the attached control. > can be attached too? > >> ScreenMask and menu attachment issue is already logged as #889 >> > > .
  10. Guest

    TuniScreenMask

    Message from: "Andy Zubov" may be TUniTreeView - OnChange TComboBox - OnSelect TUniCheckBox - OnClick can be attached too? > ScreenMask and menu attachment issue is already logged as #889 > .
  11. Message from: "Farshad Mohajeri" "scarre" wrote in message news:%23xK7aSL7LHA.1980@anaxagvs227... > Hello, > How can assign objects to UniStringGrid cells (or rows). TStringGrid has > Objects[Col,Row] property. > Is this implemented in TUniStringGrid ? > As a workaround I am storing object pointers typecast to integers in a 0 > width (hidden) column (see code below). However, 0 width columns are still > partly visible in a browser (I'm testing with Firefox). > UniStringGrid.Cells[x,y] := IntToStr(Integer(MyObject)); > MyObject := TMyObject(StrToInt(UniStringGrid.Cells[x,y])); Objects[Col,Row] property is not implemented on Web side. Logged #949 .
  12. Guest

    TuniScreenMask

    Message from: "Farshad Mohajeri" "zhw" wrote in message news:92tUOSJ7LHA.1980@anaxagvs227... > Hi > > I want to control TuniScreenMask to show and close,not use AttachedControl > ,because AttachedControl can't set Tunimenu. > > How to do this? From a logical point of view a screenMask can't be activated programatically. It should be activated in a client side script immediately when an event is fired. ScreenMask and menu attachment issue is already logged as #889 .
  13. Message from: "Farshad Mohajeri" "Amri" wrote in message news:cSRjMZH7LHA.1980@anaxagvs227... > Can achieve the hint to wordwrap in web mode(VCL mode is ok) > control.Hint:='Line1'+#10#13+'Line2' > logged #948 > when code update the hint content, it is not real update(refresh), it > remain origin hint. > already logged as #911 .
  14. Guest

    Web forums?

    Message from: "LDiaz" In web forum it´s easy search similar cuestions. .
  15. Guest

    Web forums?

    Message from: "Javi" In my work, we only can use the port 80. Therefore, I access to the news: "http://www.nntp.hk/web/news.fmsoft.net.html" I also prefer the News, but vote: Web Forums. Besides, I create that your will have main repercussion, if you work with Web. A greeting. .
  16. Message from: "scarre" Hello, How can assign objects to UniStringGrid cells (or rows). TStringGrid has Objects[Col,Row] property. Is this implemented in TUniStringGrid ? As a workaround I am storing object pointers typecast to integers in a 0 width (hidden) column (see code below). However, 0 width columns are still partly visible in a browser (I'm testing with Firefox). UniStringGrid.Cells[x,y] := IntToStr(Integer(MyObject)); MyObject := TMyObject(StrToInt(UniStringGrid.Cells[x,y])); Regards, Stephane .
  17. Guest

    TuniScreenMask

    Message from: "zhw" Hi I want to control TuniScreenMask to show and close,not use AttachedControl ,because AttachedControl can't set Tunimenu. How to do this? .
  18. Message from: "Amri" Can achieve the hint to wordwrap in web mode(VCL mode is ok) control.Hint:='Line1'+#10#13+'Line2' when code update the hint content, it is not real update(refresh), it remain origin hint. .
  19. Message from: "Farshad Mohajeri" Logged #947 "Amri" wrote in message news:YxgWy176LHA.3152@anaxagvs227... > When datasource's autoedit set false, when the dataset is in dsbrowse > state, > in web mode, the db component(like dbedit/dbcombox/...) is can be edit, > if can achieve not to be edit, like VCL mode. .
  20. Message from: "Farshad Mohajeri" OK it will be investigated. Logged #945 "Amri" wrote in message news:lms0wD06LHA.3976@anaxagvs227... > Because the details data get or others impossible logic to do... > If can be avoid trigger multi. times? > > "Farshad Mohajeri" дÈëÏûÏ¢ > news:AP2sucy6LHA.3976@anaxagvs227... >> >> "Amri" wrote in message >> news:%23CAeVCv6LHA.3976@anaxagvs227... >>> when debug the FishFacts, the DataSource1's OnDataChange trigger 3 times >>> in Web Mode, but 1 time in VCS APP >>> How can I avoid the Datasource OnDataChange Trigger Multi times ?? >> >> Well, probably as a result of different implementation details in web >> UniDBGrid. Why do you want to avoid this? >> .
  21. Guest

    Web forums?

    Message from: "Anders Andersen" Den 25-03-2011 22:55, Farshad Mohajeri skrev: > Personally, I'm a fan of text based NNTP newsgroups. They're easy to > manage, easy to read and post with tiny overhead compared with Web forums. > Our new server OS is Windows 2008 which doesn't natively provide > newsgroup service as it was supported Windows 2003. Also, it has become > difficult to find a Windows based NNTP server software which is actively > developed and updated. > On the other hand, web based forums has some advantages like various > fonts, colors, syntax highligthing, avatars, advanced moderation, > private messaging and etc. > In conclusion, it seems that we will stop text based newsgroups and we > will swiitch to web forums. I will try to port all of existing messages > to the web forums. > Again, I may stay with text newsgroups if I find a reliable news server. > Feedback appreciated. > Regards > Farshad Mohajeri I like newsgroups too. I think forums are probably a bit easier to use and they are available from everywhere. Another option might be mailing lists. Anders .
  22. Message from: "Amri" When datasource's autoedit set false, when the dataset is in dsbrowse state, in web mode, the db component(like dbedit/dbcombox/...) is can be edit, if can achieve not to be edit, like VCL mode. .
  23. Guest

    Web forums?

    Message from: "WildFrag" +1 web forum try IP Board or VBulletin
  24. Message from: "bettersoft" TMS of the InterWeb, TreeView to achieve HotColor, SelectedColor, SelectedFontColor this property. I think uni should be able to achieve it? Otherwise, the interface is too monotonous. We believe that the uni's development capabilities. Thank you .
  25. Message from: "Amri" Because the details data get or others impossible logic to do... If can be avoid trigger multi. times? "Farshad Mohajeri" дÈëÏûÏ¢ news:AP2sucy6LHA.3976@anaxagvs227... > > "Amri" wrote in message > news:%23CAeVCv6LHA.3976@anaxagvs227... >> when debug the FishFacts, the DataSource1's OnDataChange trigger 3 times >> in Web Mode, but 1 time in VCS APP >> How can I avoid the Datasource OnDataChange Trigger Multi times ?? > > Well, probably as a result of different implementation details in web > UniDBGrid. Why do you want to avoid this? > .
×
×
  • Create New...