Jump to content

dionel1969

uniGUI Subscriber
  • Posts

    459
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by dionel1969

  1. MainModule or ServerModule???? I don't know, but if the problem of http service is from ServerModule, I think it must be there. Is my point of view.
  2. Farshad, I know you have a very good great job, but if would be possible to include a thread on the forums where could appear some solutions like this one and others to a variety of problems would be great, as they would be searchable and easily accessible to us, which have less experiences. Of course it would always be with the consent of the authors. It is like a FAQ, but named FAS (S- Solutions).
  3. Hello !!!! I was out some days caused by a problem with my home router. I read the thread entire and I think is a very good theme to know and/or discuss. I had the same questions like Mike and I expected the same answers from Farshad. So thank you both you for that and for all people that contribute to know about these issues (memory usages, sent and recieved informations between Client and Server, and so on). We are so interested in this framework, also we would like to use it in mobile applications, i.e. to use with router with sim cards. For example, we test some simple apps made with UniGUI and they work better with 3G than with 2G. modems/routers. So any knowledge of the general form of work of UniGUI framework will help in the development of future applications. So thanks to Montri and Zilav too.
  4. I have not used it yet, but whatever thanks for the contribution. I'll use it and I will comment about that later.
  5. One question: Sender is DateTimePicker or Form??? Because if it is DateTimePicker I have not any event associated with it. The event is associated with button named btnRefresh. So the request must looks like: ajaxRequest(btnRefresh, 'btnRefreshClick'); Or I'm wrong????
  6. BTW, could be posible to implement in this case the Event "OnKeyDown" ???
  7. Hello !!! I have a UniDateTimePicker on a form, and because it does not have the event OnKeyDown I trying to do via JS events. I did the following to simulate "click on the button called btnRefresh": function OnKeydown(sender, e) { if (e.keyCode == 13) { btnRefresh.click(); } } What I'm doing wrong???
  8. dionel1969

    Meta Tags

    Hello !!! It is possible to add meta tags to result pages???
  9. Ok. It is possible to change then the CSS??? You know the element's name in the CSS entry???
  10. Hello !!! I'm just start to use MainMenu and the Main Menu has light blue color, but dropdown menus is drawn with gray color. They (dropdown menus) must be in light blue color or not???
  11. Where is TUniDialogCallBack defined???
  12. I set that property to true and in the FormScreenResize and now I have the screen width through aScreenWidth parameter.
  13. Ok, If I would use Maximized Form, then the forms that are supposed to be child of the Main Form are displayed on the top (Z-Order) of MainForm and you have to move they for choosing options from Main Form. Using Delphi's MainForm Style the child forms will drawn under the MainForm (Y coordinate) and the Main Form is still visible with its options.
  14. BTW too, I have 880 build, it means that 882 is available for download???
  15. In some applications, I use forms such as Delphi's main window with the main menu and a toolbar with basic choices. Then, I put the main window to align to the top, but in the case of the window on the web it does not work, which is why I was looking to know the width of the screen then put the same width with the value top to zero. Except to assign property "align" = alTop which other property I have to modify to do that???
  16. Hello !!! I want to know when the value of property ScreenWidth of UniApplication is available??? The problem is that when the MainForm is created that value is still 0, but after show MainForm the value is 1024 as it must be.
  17. Ok. I understood. I just ask about, but I can do things in another way. You have a very big and at the same time a very good job. Will be a StandAlone Thread for Roadmap to 1.0??? Best regard to you too.
  18. dionel1969

    Popup Menu

    Hello !!! I saw in the component's palettes "UniMainMenu" but I did not see "UniPopupMenu". It is true??? Or, I miss something???
  19. Ok, I mean it. How to remove it???
  20. Hello: I need to remove DBGrid indicator in run-time. I do the following: dbgTest.Options := dbgTest.Options - [dgIndicator]; but it does not work. I took dgIndicator from "DBGrids" because I don't know where in UniXXXX units it is. I think it the same option, but in other case you can suggest me with unit I have to use. PS: In title where I wrote DBGrind it must be DBGrid.
  21. The second thing I repair deleting this line from DFM: Items.FontData = {0100000000} and recreating all item: 4 items, no more than. I don't know why this appear there.
  22. Hello !!! Today is not a good day for me. I just trying to do some things with Framework and is not working good: 1- I have the following: 1.1- TADOTable pointing to a table in SQL Server called "Messages" in the MainModule. 1.2- UniDBNavigator and UniDBGrid pointing to DataSource called "dsrcMessages" (of course it have tblMessages as DataSet). When I fill the value using OnNewRecord event of this table the values don't appear in the grid. The incredible thing is that I have the same schema with another table and it works very good. 2- Well, I close the Delphi and reopen it. I compile, (not build) the same application without any change and when I call it through web browser I got these messages: An Exception has occured in application: Error reading tvwMain.Items.FontData: List index out of bounds (0) Restart application I did not change anything there, just reopen the application.
  23. Ok. It is just a feedback for you.
×
×
  • Create New...