-
Posts
263 -
Joined
-
Last visited
-
Days Won
12
patmap last won the day on February 9 2019
patmap had the most liked content!
Profile Information
-
Gender
Male
-
Location
Tehran, Iran
-
Interests
Programming, Sport, Music,Movie and My Family
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
patmap's Achievements

Advanced Member (4/4)
38
Reputation
-
Hi Mr. Farshad Thank you very much. I will test it. Thanks again Regards
-
Hi, Mr. Farshad Thank you so much. I'm waiting for your converting. This is a very good training for me. Thanks again Best Regards
-
Hi Mr. Farshad Thank you so much for your working, But my main problem is multiple classes in one component. if you see UniXExtClasses.pas and UniXGridView.pas units (BufferedGrid component) I've made lots of different classes like TExtObjectList, TXExtGridRowSelectionModel, TXExtGridCellSelectionModel., .... I want to create these classes and save it in variables, and use them, Please, If is possible convert this two unit (BufferedGrid components) and then i can be lean and convert other components, Thanks for your help Best Regards
-
Hi Mr. farshad This is good news, but how we can create a some objects like GridPanel. For this, we must be create multi jsclass like: Ext.data.Store, Ext.grid.Panel in one custom control. Can you add a sample for GridPanel with some event like row select ? http://docs.sencha.com/extjs/4.2.1/#!/api/Ext.grid.Panel Thanks
-
I think this very hard! ExtPascal removed in UNIGUI new version and I think we cant have XComponent in UniGUI, but I will try,
-
I'm really sorry that many of users do not want to buy this framework and like this program for free use !!!. People should be revised. Best Regards
-
Hi, I Agree too Regards
-
Hi, Put this code on UniDBGrid->ClieantEvents->onAfterRender function OnAfterrender(sender) { var a = Ext.query("button[data-qtip=Refresh]"); for(var x=0;x < a.length;x++) { a[x].style.display="none"; } } Regards
-
Post #1 updated v5.9.2
-
Hi, Put Vcl.Imaging.jpeg in uses list. Regards
-
Hi perjanbr, When you add MidasLib to uses list no need add midas.dll to project folder. in this case midas library embedded to your exe. Regards
-
Hi, Probably one of path not correct.(check ExtJS path). Check this url path is correct and viewable: http ://localhost:8077/ext-4.1.1a/ext-all.js http ://localhost:8077/ext-4.1.1a/uni/ext-unigui-min.js Regards
-
Hi, Set : ServerModule->ExtJSVersion = '4.1.1a' ; ServerModule->ExtRoot = 'Your Full ExtJS Path Or [ext]\' ; Regards
-
-
Hi, Browsers act different in this case and you cant hope to do in all browser you can add this code Instead of the previous code: window.onunload = function() { ajaxRequest(sender, 'SessionClosed', [] ); }; window.onbeforeunload = function() { return "Click Leave this page to Session Closed."; }; But this code run on FF and dont run on Google chrome. There are not %100 safe solution for confirming ! Regards