Jump to content

ttamturk

uniGUI Subscriber
  • Posts

    234
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by ttamturk

  1. Hi, For example, I have a UniCombobox and it's with is set to 100px, but when i listing some data i want to show a wider area for items because most of the items are took 2 line. If we have a property to set that dropwdown windows width, it'll be way better. Thanks.
  2. hi, There is a CellClick and DblClick event but it's not same as RowSelection, Cellclick needs a Column to work and DblClick is not how a selection made. when a user select a Row we should be able to catch it. Thanks
  3. Teşekkürler arkadaşlar, raporun içerisinde bazı sahaların char_set leri DEFAULT olarak ayarlıymış, işi sisteme bırakmayıp TURKISH olarak set edince sorun kalmadı.
  4. Merhaba, Apache web server ile beraber fastreport kullanan birileri var mı acaba, IIS üzerinde normal çalışırken Apache'de türkçe karakterleri göstermiyor pdf üzerinde. Apache'nin httpd.conf una defaultcharset için 3 tip türkçe charset ide denedim. Hiçbiri işe yaramadı. Teşekkürler.
  5. Yes, it can be simulated with Timer but it's not the best way to do it. I think UniServerModule must know about users online states because it has a timeout property for a user session.
  6. Hi, I am trying to do a chat module for my application. I need to know which user is online or offline and idle time for users are online but not active. Any suggestions?
  7. Using images for each TabSheet will be nice
  8. UniPanel için bir Css sınıfı tanımlamak istiyorum ama şu ana kadar Onbeforerender, onbeforeinit eventlerinde yaptığım atamalardan bir sonuç alamadım. Ayrıca sender.html'e direk html vermeme rağmen yine de hiç bir işe yaramadı. style="background : ulr(xxx.png) repeat-x;" gibi bir stili uniPanel'e nasıl uyarlarız? Bu nesneler için CSS property'si olsa fena olmaz mı?
  9. Hi, I can't find hint or tooltip property on columns so it'll be good for small width columns to show hint while cursor is over Title. Best regards.
  10. I already upgraded from 2007 -> XE2 (last upgrade chance acc. to local seller).. So I will run with XE2 for a while...
  11. Hi, Why do you plan to purchase XE3 now? Is there a specific reason? I have XE2 license; unless FireMonkey additions, I can not see any difference? Tugrul
  12. Actually UniGui helps to Delphi about a long time desired Bussines Web Applications. (After very bad choices like Intraweb, even firemonkey!) UniGui simply does the job.. Developer instantly adapts codes to Web... No need to invent the wheel again.. Not underestimate this product. FMSoft must be supported very well for Delphi's good fortune also... Best Regards, Tugrul
  13. Windows2008 Server 64 bit MsSQL 2008 R2 Enterprise ISAPI 7.5
  14. I use unigui as 1. Internal task list & Calendar Management my stuff. (<10) 2. Customer Relation Management, bug tracer and analyse (<100) no problem here. It runs like a porsche Tugrul
  15. (+) look at Smart Mobile Studio. They delivered their product V1 a mounth ago.. I downloaded trial.. Actually important parts were missing and even incompleted product! Now they deliver V1.0.1 and lots of additions. They put 350 EUR price! http://smartmobilestudio.com/store/ This is a development of low-budget model. Best Regards Tugrul
  16. Hi Farshad, At this stage, I think you should start a PRE-RELEASE SALE system with (lets say) %50 discounted regular price. I think you dont need to wait for this (before exJs 4.x etc.). Because your product is good enough. Lots of people ready to use UniGui for commercial app. DO NOT HESITATE too much. Or wait for excelent documentation.. All this stuf will be ready when real Version 1.0.. But you need to see future now. 1. You will see actual number of interested Customer. 2. Customer will see that you are how much serious in this bussines. Customer loyalty will increase. 3. You will earn some money (Incentive) and speed up your development process. Thanks Tuğrul
  17. Hi Farshad, At this stage, I think you should start a PRE-RELEASE SALE system with (lets say) %50 discounted regular price. I think you dont need to wait for this (before exJs 4.x etc.). Because your product is good enough. Lots of people ready to use UniGui for commercial app. DO NOT HESITATE too much. Or wait for excelent documentation.. All this stuf will be ready when real Version 1.0.. But you need to see future now. 1. You will see actual number of interested Customer. 2. Customer will see that you are how much serious in this bussines. Customer loyalty will be increase. 3. You will earn some money (Incentive) and speed up your development process. Thanks Tuğrul
  18. Version .89 available download... http://www.unigui.com/component/docman/cat_view/48-unigui-private
  19. Hi Again, I found out that UniDbGrid titles is not drawing (refreshing) correctly When Column.Title.Caption is changed, except OnTitleClick. It seems that UniDBGrid needs more attention to develop and give us some deeper advice that we can handle some... For example: 1. How to force redraw titles when we want? 2. How can we set grid row height? 3. Can we handle grid column "Word Wrap" issue. (Not title, data cell). 4. Auto Row Height? Thanks for good Work!
  20. Hi Farshad, I try to make a "pop-up box when column title click" feature. Is it possible to get left scroll position of the grid? (NOT "leftmost visible columm" Sorry Title was wrong.) or What is the best way to determine left coordinate of clicked title? or Any other possible ways? And... Showing image on Title? OnDrawTitle? Thanks.
  21. Hi Farshad, How can I determine cell is selected or not? procedure TMainForm.UniDBGrid1DrawColumnCell(Sender: TObject; ACol, ARow: Integer; Column: TUniDBGridColumn; Attribs: TUniCellAttribs); begin if IstekDurumIdField <> Nil then begin case IstekDurumIdField.AsInteger of 2,3 : Attribs.Color := $00BFFFFF; 4 : Attribs.Color := $00DFDFDF; //<< If Cell is "Selected" then I will use DARKER COLOR.. end; end; end; Thanks
  22. Ok Farshad. I solved my problem with TVirtualTable + TuniDBGrid way by now. I am getting familiar with UniGui, and I may want to start the professional project soon. I am waiting for you to publish commercial version. (..And I will purchase Sencha libraries also) Thanks for good work.
  23. Hi Farshad, I need UniCheckListBox. Is it possible in near future? Regards
  24. Hi Farshad, I need jpg image upload with uniDBImage... Delphi XE2, MsSQL2008, Devart Unidac UniFileUpload + tUniDBimage I can upload BMP image but not JPG image! it shows error "Bitmap is not valid".
×
×
  • Create New...