Jump to content

Search the Community

Showing results for tags 'bug'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 6 results

  1. What is the correct way to append the table in unidbgrid automatically, all the solutions I saw on the forum fail somehow
  2. Hello! I'm using UniGUI 1.90 and facing a strange bug when using TUniPageControl. When I change to another tab in a pagecontrol that have a third party library (like UniSFChart - HighChart) inside it, sometimes my screen got "blank" and the entire system stop working. To get it working again I have to refresh the entire page. This error happens randomically. I've noticed that when this error occurs, this log appears in the browser console: Uncaught TypeError: Cannot read property 'tagName' of null (link to image: https://nuvem.grvmax.com.br/owncloud/index.php/s/ues9XeRCfLIHSce ) Anyone already faced this bug? Thx.
  3. Hi I'm having a problem with the Editor component on the grid columns. I use the editor in a very similar way then the code sample Grid-Filter2, But there is a behavior that has changed and i could not solve it. In the current version of Unigui when the mouse is over the column Header the Editor immediately gains focus. But in older versions this doesn't happen and I need the old behavior. There is a solution to that? I've messed around with the editor component without success. I dont quite know if the problem is clear, but just run the grid-filter2 on the curent version and pass the mouse over the editors of the columns. Then do it on a older version of the unigui and compare de behavior. It seems that there is a setFocus on a mouseOver event somewhere. thanks
  4. Hi i'm having problems with ports. I've set unigui to run on 8077, but only way i can access application is on 80. But when I open browser, localhost on 8077 is blank. Where I find the aplication is on port 80 -> https://localhost/ Whant seems to be the problem? EDIT: the problem occurs on 1506 build. on 1504 works great. Its also imposible to go to HTTP page. Only SSH works.
  5. Create A fresh uniGUI project by the uniGUI wizard. Place 3 Components: FDMemTable1, DataSource1 and UniDBGrid1 and this code: procedure TMainForm.UniFormCreate(Sender: TObject); begin FDMemTable1.LoadFromFile('dataset.fds', sfBinary); // Create youself, 100 records with 30 columns of random data DataSource1.DataSet := FDMemTable1; UniDBGrid1.DataSource := DataSource1; end; Run the project. Press the DBGrid page forward, page backward, enter a page no. click a cell, repeat this serveral times. Click click click. Within 1 minute the page will freeze with 'Loading data' or just go transperent grey. I have tried from Google Crome and Internet Explorer and Edge. Same problem. I am getting alot of these log entries: Project1.exe: 000030E0: 16:54:21 [127.0.0.1]:Processed: Id: 182, Evt: load, [xJtAGCgA6kFF65EE90] Project1.exe: 000030E0: 16:54:21 [127.0.0.1]:Failed Sequence Recovery: SeqId: 182, Event: load Project1.exe: 00001370: 16:54:21 [127.0.0.1]:Failed Sequence Recovery : TDiff:2016, Event: load, Expected: 179, Received: 184, [xJtAGCgA6kFF65EE90] Project1.exe: 00001370: 16:54:21 [127.0.0.1]:Missing Sequence: Exp:179, TDiff:23437/45000, FCnt:32 Project1.exe: 00001370: 16:54:21 [127.0.0.1]:Processed: Id: 184, Evt: load, [xJtAGCgA6kFF65EE90] Project1.exe: 000030E0: 16:54:21 [127.0.0.1]:Processing: Id: 182, Evt: load Project1.exe: 00001370: 16:54:21 [127.0.0.1]:Failed Sequence Recovery: SeqId: 184, Event: load Project1.exe: 000030E0: 16:54:21 [127.0.0.1]:Processed: Id: 182, Evt: load, [xJtAGCgA6kFF65EE90] Project1.exe: 00003110: 16:54:21 [127.0.0.1]:Processing: Id: 180, Evt: load Project1.exe: 00003110: 16:54:21 [127.0.0.1]:Processed: Id: 180, Evt: load, [xJtAGCgA6kFF65EE90] Project1.exe: 00001370: 16:54:21 [127.0.0.1]:Processing: Id: 184, Evt: load Project1.exe: 00001370: 16:54:21 [127.0.0.1]:Processed: Id: 184, Evt: load, [xJtAGCgA6kFF65EE90] Project1.exe: 00003104: 16:54:22 [127.0.0.1]:Failed Sequence Recovery : TDiff:2031, Event: load, Expected: 185, Received: 186, [xJtAGCgA6kFF65EE90] Project1.exe: 00003104: 16:54:22 [127.0.0.1]:Failed Sequence Reset to: 185 Project1.exe: 00003104: 16:54:22 [127.0.0.1]:Processed: Id: 186, Evt: load, [xJtAGCgA6kFF65EE90] Project1.exe: 00003104: 16:54:22 [127.0.0.1]:Failed Sequence Recovery: SeqId: 186, Event: load Project1.exe: 00003104: 16:54:24 [127.0.0.1]:Aborted I am using newest version. uniGUI Complete Trial Edition 1.00RC1385 Extra info: I have exactly this problem in another project, with a FDConnection and a FDQuery and the uniDBGrid. After ALOT of debugging, I narrowed it down to the above test case. Can anyone confirm that this is a bug, or am I missing something ? I believe that I had this problem with earlier uniGUI versions too.
  6. I have an issue with the ColCount property of the stringgrid. It appears that I set it to "8" in the object inspector<design time> and then when I run the program, I get an index out of range type of error. When I set it during RUN-TIME, then I have no problem. Is this the way it's supposed to work? Davie
×
×
  • Create New...