rgreat Posted February 3 Share Posted February 3 Same project. Same browser. But UniPanels have different heights when generated by linux or windows standalone hosts, and some bottom controls even disappear from view. Seems that that's depends on TitleVisible = True property. Server on Windows: Server on linux: Numbers in title are generated by code hook in uniPanel.pas: function TUniCustomPanel.GetEffectiveHeight: Integer; var BH : Integer; begin Result := inherited GetEffectiveHeight; Result := Result - (GetBorderWidth * 2); if FTitleVisible or FCollapsible then case FTitlePostion of tpTop, tpBottom: begin BH := UniSession.CurrentTheme.PanelBandHeight; Result := Result - BH; if Pos(Name,Title)=0 then Title:=Name; Title:=Title+' '+Result.ToString; // <------- end end; end; Why I have extra GetEffectiveHeight calls and numbers are different and incorrect on Linux? Also: right margins are different too. By a few pixels, but still not good. Quote Link to comment Share on other sites More sharing options...
Tokay Posted February 4 Share Posted February 4 Moreover. I have same issue on different theme. Classic: Carbon (BTW pay attention to the button, it has no picture): Delphi 10.4.2, Ubuntu 18, FireFox, 1562 UniGui Quote Link to comment Share on other sites More sharing options...
Tokay Posted February 4 Share Posted February 4 After changing bottom window margin panel disappear at all: Quote Link to comment Share on other sites More sharing options...
Tokay Posted February 4 Share Posted February 4 Test app test2.7z Quote Link to comment Share on other sites More sharing options...
rgreat Posted February 6 Author Share Posted February 6 Up Quote Link to comment Share on other sites More sharing options...
rgreat Posted February 13 Author Share Posted February 13 Up Quote Link to comment Share on other sites More sharing options...
Tokay Posted February 13 Share Posted February 13 Related issues Added high text to the UniHTMLMemos. And tools became half-hidden, right scrollbars does not view. On Windows all works well: 1 Quote Link to comment Share on other sites More sharing options...
rgreat Posted February 21 Author Share Posted February 21 up 1 Quote Link to comment Share on other sites More sharing options...
Tokay Posted February 21 Share Posted February 21 Plese fix issues! Very annoying. Quote Link to comment Share on other sites More sharing options...
rgreat Posted February 23 Author Share Posted February 23 Please fix. Base functionality is broken. Quote Link to comment Share on other sites More sharing options...
rgreat Posted March 5 Author Share Posted March 5 up Quote Link to comment Share on other sites More sharing options...
Fred Montier Posted March 5 Share Posted March 5 I think this is a very hard issue to solve due to the possibilities, demands and more urgent issues , and above all, Ext.JS dependency. uniGUI Team: Remove uniGU dependency (or make optional) of Ext.JS and make more compatible with pwa approach. Same things happens across all frameworks with UI focus. Even Embarcadero not bothered to make a full UI FMX compatible set of components to linux/unbutu. Just try it and see. Make a poll and ask how many users really make uniGUI apps to linux/Unbutu. Guess what, in stateful (unigUI, intraweb, Elevate, Komo, etc) categories, there is no much options available either. My two cents. Quote Link to comment Share on other sites More sharing options...
rgreat Posted March 6 Author Share Posted March 6 I don't think issue is ExtJS based. More like some core UniGUI code for server side alingment/sizing works diffrerent in linux. Where would not be any difference in number of GetEffectiveHeight events fired otherwise. Quote Link to comment Share on other sites More sharing options...
rgreat Posted March 8 Author Share Posted March 8 I wish we had full source code. I could already fix these bugs myself. Quote Link to comment Share on other sites More sharing options...
Fred Montier Posted March 9 Share Posted March 9 As far as I know, FULL sources is now available. Or am I wrong ? Quote Link to comment Share on other sites More sharing options...
Tokay Posted March 9 Share Posted March 9 Not full. uniTools are still closed Quote Link to comment Share on other sites More sharing options...
rgreat Posted March 17 Author Share Posted March 17 up 1 Quote Link to comment Share on other sites More sharing options...
rgreat Posted May 2 Author Share Posted May 2 up Quote Link to comment Share on other sites More sharing options...
rgreat Posted May 11 Author Share Posted May 11 up Quote Link to comment Share on other sites More sharing options...
rgreat Posted May 15 Author Share Posted May 15 Up. Farshad, do you really support Linux as server environment? 3 months passed and no response given. Quote Link to comment Share on other sites More sharing options...
Skyp Posted May 16 Share Posted May 16 Similarly, there are problems with render on the server... This creates additional work with ExtJS - frames have to be converted to the original ExtJS...and for the rest, use the Unigui communication model while losing some of the framework feature that were convenient and winning. 1 Quote Link to comment Share on other sites More sharing options...
Tokay Posted September 11 Share Posted September 11 On 2/13/2023 at 9:04 PM, Tokay said: Related issues Added high text to the UniHTMLMemos. And tools became half-hidden, right scrollbars does not view. On Windows all works well: Hi, Uni team! Is this issue fixed in latest versions? Quote Link to comment Share on other sites More sharing options...
Hayri ASLAN Posted September 11 Share Posted September 11 Can you send us latest demo to reproduce the issue? Quote Link to comment Share on other sites More sharing options...
Tokay Posted September 11 Share Posted September 11 2 hours ago, Hayri ASLAN said: Can you send us latest demo to reproduce the issue? Demo is in this topic, please try on the latest version, I could not download it now, license expired Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted September 13 Administrators Share Posted September 13 On 9/11/2023 at 7:32 PM, Tokay said: Demo is in this topic, please try on the latest version, I could not download it now, license expired Checking... 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.