Jump to content

ttamturk

uniGUI Subscriber
  • Posts

    234
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by ttamturk

  1. Hi, I searched forum but can't find anything, if there is sorry for a repeat. When uploading takes too much time users thought it's locked-crashed etc. and refresh page and try again most of the time. It will be very good to show a progress while uploading. Best
  2. Not exactly, they have different behaviors and it's not listed in processes (system processes included) when i try to attach. I keep looking if there is a way to attach as i told i am really new to XE series
  3. And it can't attach to a service (
  4. i think I can't use this method because Apache is not a process, it's a service but i hope i can.
  5. Hi Everyone, Today, i upgrade from Delphi2007 to XE7 (i know it's long jump ) and convert my projects. There is no problem when using XE7 32-bit. Then i decided to try to build my project to 64 bit. I installed a new Apache Httpd server 64 bit to my local machine make a new dll to test how it's working. When i set my applications target to 64-bit and run project as an EXE there is no problem at all. Then i try to use a 64 bit dll on apache server. Login form opens but when i try to enter my user name (and locate a user background), it get's access violation. So, here is my problem. I can't debug what is wrong here because it gives this error only when using DLL+APACHE. Is there any one has any idea how to locate these kind of errors with XE7 (i am pratically new to this IDE) ? Best, PS: Please don't say put ShowMessages everywhere. that's not what i am looking for
  6. +1 We will be able to use every Cls method from extjs like Normal CssClass, Body CssClass, Item CssClass, Row CssClass etc.
  7. True, but how will you gonna select your for example Company from a list of 500 companies? This is why it's needed to filter that list source by typing.
  8. Hi, I added these properties to my custom control; property CheckChangeDelay; property ClearButton; property RemoteQuery; property RemoteQueryDelay; property Style; property OnChange; property OnRemoteQuery; Everything is fine except style, i want to use lookupcombobox's text area like normal combobox with text editing support to do RemoteQuery, but how should i do that or how should i know how to do that? Is there any documentation about uniGUI controls properties or events etc. ? This is like blind diving Best
  9. Yes, and obviously we need to add; property OnChange; property OnRemoteQuery; to use this properties
  10. Thanks, I solve that issue there are some of my client-side codes around. Can I add RemoteQuery property simple as like that?
  11. Thanks, but ClearButton doesn't come up with this.
  12. Hi, I try to create a new component by looking CustomControl samples but when i start my test project it says "id.on is not a function". I don't have any idea what it is talking about Best ToolbarTest.rar
  13. Hi, There is no RemoteQuery Property for TuniDBCombobox and TuniDBLookupComboBox. It will be needed. Best
  14. Hi, I solve this problem with using this code at ExtEvents->afterrender; function afterrender(sender, eOpts) { Ext.get(sender.id).setStyle("top", ""); Ext.get(sender.id).addCls("shortcuts"); }
  15. Hi, I try to make a menu at the bottom of the page and i can do it with a css but i have an issue here. I set my css class (Shortcuts) to a unipanel afterrender but there is it's element style which takes objects position from delphi form. Css code; element.style { height: 41px; left: 46px; top: 440px; width: 116px; } .Shortcuts { bottom: 0 !important; left: 30px !important; padding: 3px 3px 0; position: fixed !important; z-index: 9999; } this is the result after i set my custom css. as you see there is a top property at element.style and it makes my css styles bottom property useless. How can i clear that property? Best regards
  16. Of course, every framework, component packages etc. has much more detail after front-end but some functions/methods or properties are used by developers all the time like this issue ""Column Width". These common interfaces are valuable for a component library such as uniGUI. I am not try to offend or discredit here, i am try to make this framework better. best
  17. Thanks but I don't look for a solution, this topic is for featured and this is just a request. Why i have to do extra coding just to make a column width auto? If this is a web-framework it has to support web interface. This is better for uniGUI. Best
  18. Hi, Most of the time when using css+html, width's are set by percentage like %80, %100. We need that on uniDBGrid's Column's with too because when browser's size changed columns are set still and we can't use all the space we have. Thanks.
  19. Hi, There is no ClearButton Property for TuniDBCombobox and TuniDBLookupComboBox. It will be useful for setting field value to null. Best
  20. Hi, There is a uniDBListbox and we can select only one field to list but as usually our datasets have more then one column and we have to list this rows and columns with an alignment as uniDBGrid. Best
  21. Hi, If there is a border property for every control it will be very handful. Best
  22. Thanks, but this is not a Question. It's a feature request. I know there is a client-side event and i can easily simulate this behavior with ajax callback events but if there is an event on control, we don't need to do extra coding. Like, we use to write a jscript code to use ClearButton, but now it's a property. Best
  23. Sure you can use this action for some purpose but you will not know if it's a human based selection or a db locate function etc. I just try to make controls much more useful.
×
×
  • Create New...