Jump to content

akr

Members
  • Posts

    52
  • Joined

  • Last visited

  • Days Won

    1

akr last won the day on November 23 2019

akr had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

akr's Achievements

Member

Member (2/4)

6

Reputation

  1. JSInterface.JSCode(#1'.el.select("input[type=checkbox]").elements['+i.ToString+'].disabled='+FReadOnly.ToString.ToLower+';'); produces Unable to get property 'select' of undefined or null reference localhost:8077 (177,8) With 1531 Trial. Any ideas? Thx.
  2. This is solved. Was problem of custom component. Not unigui.
  3. Hi, I am using 1531 Trial. Those 2 lines dont seem to work. Any ideas? int i = UniCheckListBox1->Items->Add("Hallo"); UniCheckListBox1->Selected = true; Gives an Ajax error: The form object MainForm: TMainForm Left = 0 Top = 0 ClientHeight = 411 ClientWidth = 852 Caption = 'MainForm' OldCreateOrder = False MonitoredKeys.Keys = <> OnAjaxEvent = UniFormAjaxEvent PixelsPerInch = 96 TextHeight = 13 object UniMemo1: TUniMemo Left = 192 Top = 24 Width = 449 Height = 169 Hint = '' Lines.Strings = ( 'UniMemo1') TabOrder = 0 end object UniCheckListBox1: TUniCheckListBox Left = 360 Top = 256 Width = 121 Height = 97 Hint = '' TabOrder = 1 ReadOnly = False TrackOver = True end end
  4. akr

    ListView

    Hi there, 1526 is released. Good news. Still waiting for ListView. Any planned release date? Cheers
  5. akr

    Listview

    I need drag and drop. It doesnt seem to have it for a line or row. Maybe I go with dbgrid in the meantime. Because its not released yet.
  6. Hi, you need to comment out the #pragma link statements in the headers. This is annoying and shouldnt be the case. Those headers are auto generated by dcc and located in C:\Users\Public\Documents\Embarcadero\Studio\20.0\hpp\Win32 Alternatively you can try to elimenate those in the .pas files.
  7. akr

    Listview

    Hi, has anyone seen the Listview component? Is it available now? Thank you.
  8. akr

    Roadmap

    Thank you for your offering. We have our own visual components built in C++ in our application. The mentioned one is inheritated from TListView. As it is not available yet we made a workaround inheritated from TDBGridView. Probably its better to wait for TUniListView.
  9. akr

    Roadmap

    ListView. Because we have our data in memory and dont have any databases.
  10. akr

    Roadmap

    I wonder if it is better to buy now of to wait for our desired feature
  11. akr

    Roadmap

    Excellent. Thanks a lot! We are looking forward for ListView. Because we do a lot in memory. We dont have that much databases. Looks like unigui's strength is database related.
  12. akr

    Roadmap

    I dont get hardly any answers here. I am not a customer but a prospect. This might be the reason. Strange.
  13. akr

    Roadmap

    Hello, we want to buy unigui. But before we want to see the new roadmap. Any date planned? Thx.
  14. Sherzod, Farshad, just wanna know if there are any news with C++. Same behaviour in 10.3.3. Still crashing when building components with C++. Everything is described here. Either a unigui or cbuilder bug. Hard to say. cbuilder comsumes headers generated by delphi on install time. Compiles well. But when component is installed in ide it crashes immediately. When I remove a property (e.g. RTL, commented out in uniguiclasses.hpp), some components start working. Strange. (1509 Demo)
  15. akr

    Listview

    Yes. Our applicaton makes heavy use of Listviews. We are waiting for this component. Any progress?
×
×
  • Create New...