Jump to content

Guest

Members
  • Posts

    2514
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Guest

  1. Message from: "Harry Rogers" Hi Farshad What's is the correct mechinism to access specific instances of forms within a session. Maybe a little diagram helps ?? Dynamic Dynamic Dynamic forms 1 forms 2 forms 3 2.1 1.1 /-------
  2. Message from: "Harry Rogers" Hi Farshad What mechansims, if any, exist to broadcast to all clients ? It would be nice if a session had an 'OnGlobalMessage'event which was triggered from something like serverModule.SendGlobalMessage. Any thoughts ? Harry -- .
  3. Message from: "Farshad Mohajeri" "Piotr Pawlak" . > Column sorting on header click asc/desc > Logged. Thx .
  4. Message from: "Harry Rogers" Farshad Mohajeri wrote: > > "Harry Rogers" > > > > Hi Farshad > > > > Is there any way as yet to prevent the suppression of leading > > spaces in strings displayed with a TUniLabel Component, until > > Talignment is available ? > > Yes, the best way is to wait for version 0.81.0 which will be > available soon. > > Actually leading spaces are not suppressed, but proportional font > scaling makes them very short. Two fine answers as always - Best regards -- .
  5. Message from: "Farshad Mohajeri" "ldb" wrote in message news:M2vH$h3eLHA.2080@anaxagvs227... > Is possible to disable alternate color rows inside the dbgrid? > > Moving with keys inside a dbgrid generate a OnClic event. > Is possible to disable this mode? > All logged. Thanks .
  6. Message from: "Farshad Mohajeri" "ldb" . >I think this improvements are very important and also the title onclick >event. > If not all we can have some of these improvments in v0.90.0 > Is there any hope to have the possibility to merge cells as in excel (may > be in stringgrid?? > Ext JS has Pivot Grids. Not sure if it can achieve the same result. I will investigate it. .
  7. Message from: "Farshad Mohajeri" "Harry Rogers" > > Hi Farshad > > Is there any way as yet to prevent the suppression of leading spaces in > strings displayed with a TUniLabel Component, until Talignment is > available ? Yes, the best way is to wait for version 0.81.0 which will be available soon. Actually leading spaces are not suppressed, but proportional font scaling makes them very short. .
  8. Message from: "Harry Rogers" Hi Farshad Is there any way as yet to prevent the suppression of leading spaces in strings displayed with a TUniLabel Component, until Talignment is available ? Thanks All the best Harry -- .
  9. Message from: "Piotr Pawlak" Column sorting on header click asc/desc Thanx, Piotrek Pawlak Uzytkownik "Cezar Wagenheimer" napisal w wiadomosci news:JHMz7oceLHA.2080@anaxagvs227... > ?Is there some plan to a DbGrid with advanced options? > > - OnCustomDrawCell event, to set cells colors and things like this > - AutoWidth property (Automatically resize cells to fit the grid width) > > Thanks! > Cezar Wagenheimer .
  10. Message from: "ldb" Is possible to disable alternate color rows inside the dbgrid? Moving with keys inside a dbgrid generate a OnClic event. Is possible to disable this mode? Il 03/11/2010 09:56, Farshad Mohajeri ha scritto: > "Cezar Wagenheimer" wrote in message > news:JHMz7oceLHA.2080@anaxagvs227... >> ?Is there some plan to a DbGrid with advanced options? >> >> - OnCustomDrawCell event, to set cells colors and things like this >> - AutoWidth property (Automatically resize cells to fit the grid width) >> > > DBGrid will have major improvements. I can't give the exact version but will > be somewhere around 0.90 > > It will support control types such as CheckBox, ComboBox and etc. inside the > grid. > OnCustomDrawCell will be implemented in a different way and will allow > custom coloring of cells. > > .
  11. Message from: "ldb" I think this improvements are very important and also the title onclick event. Is there any hope to have the possibility to merge cells as in excel (may be in stringgrid?? Il 03/11/2010 09:56, Farshad Mohajeri ha scritto: > "Cezar Wagenheimer" wrote in message > news:JHMz7oceLHA.2080@anaxagvs227... >> ?Is there some plan to a DbGrid with advanced options? >> >> - OnCustomDrawCell event, to set cells colors and things like this >> - AutoWidth property (Automatically resize cells to fit the grid width) >> > > DBGrid will have major improvements. I can't give the exact version but will > be somewhere around 0.90 > > It will support control types such as CheckBox, ComboBox and etc. inside the > grid. > OnCustomDrawCell will be implemented in a different way and will allow > custom coloring of cells. > > .
  12. Message from: "Farshad Mohajeri" "Cezar Wagenheimer" wrote in message news:JHMz7oceLHA.2080@anaxagvs227... > ?Is there some plan to a DbGrid with advanced options? > > - OnCustomDrawCell event, to set cells colors and things like this > - AutoWidth property (Automatically resize cells to fit the grid width) > DBGrid will have major improvements. I can't give the exact version but will be somewhere around 0.90 It will support control types such as CheckBox, ComboBox and etc. inside the grid. OnCustomDrawCell will be implemented in a different way and will allow custom coloring of cells. .
  13. Message from: "Cezar Wagenheimer" ?Is there some plan to a DbGrid with advanced options? - OnCustomDrawCell event, to set cells colors and things like this - AutoWidth property (Automatically resize cells to fit the grid width) Thanks! Cezar Wagenheimer .
  14. Message from: "Farshad Mohajeri" "unigui gral" > Hi > > Is there actually any way to do a command to "redirect to another web > page"? for example to another ISAPI dll > You can display another page inside web application using "TUrlFrame" component. If you want to make a complete redirect currently you can't. If you redirect to a new page this will be permanent and you can not return to web application using back button. .
  15. Message from: "Farshad Mohajeri" "Piotr Pawlak" wrote in message news:VG1UqVReLHA.2316@anaxagvs227... > Hi, > > Is possible to downolad file "on a fly" ? without generating file on > server side. > While demo shows downloading file from server, it would be nice to > generate file "on a fly", for example as stream ? > Well, you can always save a stream to a file before serving it, but if you want to keep it in memory you can't serve it using unigui. I added this as feature request. Thanks .
  16. Message from: "unigui gral" Hi Is there actually any way to do a command to "redirect to another web page"? for example to another ISAPI dll thanks .
  17. Message from: "Piotr Pawlak" Hi, Is possible to downolad file "on a fly" ? without generating file on server side. While demo shows downloading file from server, it would be nice to generate file "on a fly", for example as stream ? Piotrek Pawlak .
  18. Message from: "Farshad Mohajeri" wrote in message news:qgnjc65i1sbd68uuv5b6kutntejnl4638g@4ax.com... > > Loading a TUniTreeView from a file (or stream) isn't working for me. > I also can't get the AddChild (and similar procedures working) . Is > this a known issue? Is there a workaround for now? Thanks very much. > UniTreeView1.Items.AddChild() is working. See SQLDemo. It uses AddChild to create nodes .
  19. Message from: "bfirlie" Loading a TUniTreeView from a file (or stream) isn't working for me. I also can't get the AddChild (and similar procedures working) . Is this a known issue? Is there a workaround for now? Thanks very much. .
  20. Message from: "Farshad Mohajeri" "koney" wrote in message news:hb51fMqdLHA.2080@anaxagvs227... >I want identify which one TUniSpeedButton is clicked, > but TUniExtSpeedButton is complied error. > How to fix the error ? > > Koney > > procedure TFrmBS00A.sbClick(Sender: TObject); > begin > if Sender is TUniExtSpeedButton then > begin > if (Sender as TUniExtSpeedButton).Name = 'sbFirst' then > begin > sbFirst.Enabled := False; > sbPrior.Enabled := False; > end; > > if (Sender as TUniExtSpeedButton).Name = 'sbPrior' then > begin > .. > end; > end; > end; Rewrite your code as below: procedure TFrmBS00A.sbClick(Sender: TObject); begin if UniIs(Sender, TUniSpeedButton) then begin if TUniSpeedButton(Sender).Name = 'sbFirst' then begin sbFirst.Enabled := False; sbPrior.Enabled := False; end; if TUniSpeedButton(Sender).Name = 'sbPrior' then begin .. end; end; end; I'm currently busy making some major changes to library core so such type casting confusions will no longer happen. .
  21. Message from: "koney" I want identify which one TUniSpeedButton is clicked, but TUniExtSpeedButton is complied error. How to fix the error ? Koney procedure TFrmBS00A.sbClick(Sender: TObject); begin if Sender is TUniExtSpeedButton then begin if (Sender as TUniExtSpeedButton).Name = 'sbFirst' then begin sbFirst.Enabled := False; sbPrior.Enabled := False; end; if (Sender as TUniExtSpeedButton).Name = 'sbPrior' then begin .. end; end; end; __________ Information from ESET Smart Security, version of virus signature database 5570 (20101028) __________ The message was checked by ESET Smart Security. http://www.eset.com .
  22. Message from: "Farshad Mohajeri" "Kevin Powick" wrote in message news:2010102209372116807-nospam@spamlesscom... > Hi Farshad, > > On 2010-10-22 04:12:52 -0400, "Farshad Mohajeri" > said: > >> BTW, are there specific Ext JS components that you want to see in unigui? > > No, not specifically at this time. I was just wondering to what extent > uniGUI would incorporate ExtJS. Plan is to cover most of Ext JS components and related functionality. > Btw, uniGUI is very impressive. I think you've done a great job. > Many thanks . .
  23. Message from: "Farshad Mohajeri" wrote >I am working with a library (Raphael SVG) to create a map for use as a > user selection aid. I would love to use unigui as the main > application engine. I invision a panel with my SVG based interface > that can communicate with the rest of my unigui app (both on the > client and server side). This brings up some questions. > > 1) How can I include additional javascript files to be included with > the unigui generated html code? Currently you can't. However, you can play with ExtPascal.pas and add some custom HTML and JS by modifying "TExtThread.AfterHandleRequest" > 2) How do I reference unigui objects (TUniEdit, TUniLabel, etc) in > client side javascript? > 3) How do I make an ajax call in javascript (like a button push, or a > resize, or a similar)? > 4) Is there a way to have client side methods associated with a unigui > button push? > > Alternatively, an option is to create a unigui based control to wrap > the Raphael javascript library in. That would be pretty cool. All above questions are related to Client Side coding capabilities which currently do not exist in unigui. Actually client side scripting is not our main concern. It doesn't fit well in unigui paradigm. UniGUI plans to provide a seamless web abstraction layer for GUI, so instead of focusing on html, JS and CSS, developers can spend their valuable resources on develoing business logic. That said, a good abstraction layer should provide means to allow fine tuning and customization of generated code. I think with version 0.90.0 we will have a very basic form of client side scripting in unigui which will allow adding custom JavaScript to events, calling Ext JS methods, referring to JS Objects and etc. So version 0.90.0 will certainly contain some client side scripting capabilities which will improve till version 1.0.0. >Will there be a component creation guide or example at some point in the > future? Yes, certainly. Once I'm done with finalizing the library core I can publish a guide to create new controls. Target version is 0.85.0. .
  24. Message from: "Farshad Mohajeri" "koney"=20 I inherited the TUniEeit componemt to create MyUniAlignEdit. set ServerMode.StandAloneServer :=3D False, it wotks ok. but=20 set ServerMode.StandAloneServer :=3D True, it can not work, and have a error message "class MyuniAlignEdit not found". how to solve the problem ? thanks. Creating new Components requires certainn steps to be followed. I will = publish a guide to create custom controls once I'm done finishing some = undergoing changes in library core. Target version is 0.85.0 In your particular case component is not registered with Delphi. Try = calling RegisterClass(MyNewComponent). Again it won't warranty that your = component will work.
  25. Message from: "brad.firlie@gmail.com" I am working with a library (Raphael SVG) to create a map for use as a user selection aid. I would love to use unigui as the main application engine. I invision a panel with my SVG based interface that can communicate with the rest of my unigui app (both on the client and server side). This brings up some questions. 1) How can I include additional javascript files to be included with the unigui generated html code? 2) How do I reference unigui objects (TUniEdit, TUniLabel, etc) in client side javascript? 3) How do I make an ajax call in javascript (like a button push, or a resize, or a similar)? 4) Is there a way to have client side methods associated with a unigui button push? Alternatively, an option is to create a unigui based control to wrap the Raphael javascript library in. That would be pretty cool. Will there be a component creation guide or example at some point in the future? Thanks for your help! .
×
×
  • Create New...