Jump to content

eric

uniGUI Subscriber
  • Posts

    140
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by eric

  1. eric

    UniTreeView MoveTo

    do you have an answer ?
  2. eric

    UniTreeView MoveTo

    I am using the 1.90.0.1513. Thx for your help eric Project_test_tree.rar
  3. Hello, 1/ I am trying to move a node before or after using the code below. but instead to move the node (nainsert) , it add the previous or next node as a child (naAdd, naAddChild) any idea or do you have a workaround ? with UniTreeView1.Selected do begin NextSibling := GetNextSibling; if NextSibling <> nil then NextSibling.MoveTo(UniTreeView1.Selected, naInsert); end; with UniTreeView1.Selected do begin PrevSibling := GetPrevSibling; if PrevSibling <> nil then MoveTo(PrevSibling, naInsert); end; eric
  4. I did not do. Till now we was working with XE8 in 32 bits. but now they want I compile in 64 bits, and they upgrade Delphi in 10.2. That s why thx eric fg
  5. Hello. I am facing to this issue when trying to compile a C++ Unigui project in 64Bits. In the linkage I get the following issue: [ilink64 Error] Fatal: Unable to open file 'UNIGUI25.A' . (this file does not exist in my machine). thx eric fg
  6. Hello, How to change the Font of items in the TunitreeMenu ,at run time ? Thx eric
  7. Hello I d like to change dynamically the Columns.editor to affect a different component according to the grid row number. is it possible to do it and how ? Thx eric
  8. Hello, When I Implement the OnCellClick , I get the Column: TUniDBGridColumn propetry. How from here to get the current row concerned ? Thx eric
  9. I updated my email address. Thx ericfg
  10. Sorry, I don t know what do ypu mean by adjust your address mail . My address mail is set up at ericg8251@gmail.com. and I have 2 licences Unigui Pro . Thx for your help. eric fg
  11. Unigui pro. Desktop project Windows 10 Delphi Tokyo 10.2
  12. Hello, I just upgrade in version 1.50.0.1480 , and I get this message at the loading (pop up message Ajax error $(...).niceScroll is not a function ), Then the project is opened correctly. Any idea ?? eric _rsov_(O3B,0); O64=new Ext.window.Window({id:"O64_id",retfalse:{},title:"MainForm",width:1030,height:756,x:293,y:-55});O64.nm="O64";_cdo_("MainForm");MainForm.ajxS=AjaxSuccess;MainForm.ajxF=AjaxFailure;O64.rootObj=true;MainForm.appRoot="/";_cdo_(null,O64,"window",MainForm); O6C=new Ext.form.Panel({id:"O6C_id",border:false,uActive:false,tabItems:new Ext.util.MixedCollection(),width:"100%",height:"100%",layout:"absolute",bodyStyle:"background-color:#00FFFF"});O6C.nm="O6C";_cdo_(null,O6C,"form",MainForm); O74= (function(P0){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=O6C&Evt=afterrender&this="+P0.nm+""+_gv_(O6C),success:AjaxSuccess,failure:AjaxFailure,obj:O6C,e:"afterrender"});});O74.nm="O74";O6C.on("afterrender",O74);uniVars._mFrm_=O6C;O64.on("deactivate",function(f){_sdf_(f)}); O75=new Ext.panel.Panel({id:"O75_id",bodyBorder:false,html:"",header:false,border:false,bodyBorder:false,layout:"absolute",style:"border:none;",width:1030,height:756,x:0,y:0});O75.nm="O75";_cdo_("pnlBackground",O75,null,MainForm); O7D=new Ext.Component({id:"O7D_id",html:"\x3Cimg src='/cache/webwin10_exe/res/__677FEE0838C4FC1BA08AA87E.jpg' width='100%' height='100%'\x3E",style:"background: none;clip",width:1030,height:730,x:0,y:0});O7D.nm="O7D";_cdo_("UniImage1",O7D,null,MainForm); O81=new Ext.Component({id:"O81_id",html:"\x3Cimg src='/cache/webwin10_exe/res/__30FB1B5B84421EE0B53D1924.ico'\x3E",style:"background: none;clip",width:32,height:32,x:30,y:18});O81.nm="O81";_cdo_("imgForm1",O81,null,MainForm);_coe_(MainForm,"imgForm1",null,"mouseover",function(sender) { MainForm.lblSettings.getEl().setStyle("font-weight","bold"); MainForm.lblSettings.getEl().setStyle("font-size","13"); });_coe_(MainForm,"imgForm1",null,"mouseout",function(sender) { MainForm.lblSettings.getEl().setStyle("font-weight","normal"); MainForm.lblSettings.getEl().setStyle("font-size","11"); }); O85=new Ext.form.Label({id:"O85_id",text:"Calculator",style:"text-align:center;color:#000000",width:85,height:17,x:3,y:56});O85.nm="O85";_cdo_("lblForm1",O85,null,MainForm);_coe_(MainForm,"lblForm1",null,"mouseover",function(sender) { MainForm.lblSettings.getEl().setStyle("font-weight","bold"); MainForm.lblSettings.getEl().setStyle("font-size","13"); });_coe_(MainForm,"lblForm1",null,"mouseout",function(sender) { MainForm.lblSettings.getEl().setStyle("font-weight","normal"); MainForm.lblSettings.getEl().setStyle("font-size","11"); }); O89=new Ext.panel.Panel({id:"O89_id",dock:"bottom",bodyBorder:false,html:"",header:false,border:false,bodyBorder:false,layout:"hbox",bodyStyle:"background-color:#99B4D1",style:"border:none;",height:26,x:0,y:730});O89.nm="O89";_cdo_("TaskPanel",O89,null,MainForm);_coe_(MainForm,"TaskPanel",null,"afterrender",function(sender, eOpts) { sender.setBodyStyle('background','#19140c'); }); O91=new Ext.panel.Panel({id:"O91_id",bodyBorder:false,html:"",header:false,beforeinit:function(sender, config) { config.style = {'border':'none !important'} },border:false,bodyBorder:false,width:"92%",layout:"absolute",bodyStyle:"background-color:#99B4D1",style:"border:none;",height:24});O91.nm="O91";_cdo_("UniPanel5",O91,null,MainForm); O99=new Ext.toolbar.Toolbar({id:"O99_id",border:false,dock:"top",style:"padding:0px 0px 0px 0px;",height:24,x:0,y:0});O99.nm="O99";_cdo_("ToolbarTasks",O99,null,MainForm); OA1=new Ext.button.Button({id:"OA1_id",beforeinit:function(sender, config) { config.style = {'background-color':'#19140c !important', 'border':'none !important'} },tabIndex:139,iconCls:"fab fa-windows",width:41,height:25,x:0,y:-1});OA1.nm="OA1";_cdo_("btnStart",OA1,null,MainForm); OA5=new Ext.panel.Panel({id:"OA5_id",bodyBorder:false,html:"\x3Ctable border=\"0\" width=\"100%\" height=\"100%\"\x3E\x3Ctr\x3E\x3Ctd id=\"OA5_id_td\" style=\"color:#FFFFFF;text-align:center\"\x3E12:00:00\x3C/td\x3E\x3C/tr\x3E\x3C/table\x3E",header:false,border:false,bodyBorder:false,width:"7%",layout:"absolute",bodyStyle:"background-color:#19140C",style:"border:none;color:#FFFFFF",height:24});OA5.nm="OA5";_cdo_("TimePanel",OA5,null,MainForm); OAD=new Ext.button.Button({id:"OAD_id",tabIndex:140,width:"1%",height:24});OAD.nm="OAD";_cdo_("btnMinimizeAll",OAD,null,MainForm); OB1=new Ext.Component({id:"OB1_id",html:"\x3Cimg src='/cache/webwin10_exe/res/__DA5189B713DF8837EE2E1D14.ico'\x3E",style:"background: none;clip",width:32,height:32,x:30,y:208});OB1.nm="OB1";_cdo_("imgForm3",OB1,null,MainForm);_coe_(MainForm,"imgForm3",null,"mouseover",function(sender) { MainForm.lblDataView.getEl().setStyle("font-weight","bold"); MainForm.lblDataView.getEl().setStyle("font-size","13"); });_coe_(MainForm,"imgForm3",null,"mouseout",function(sender) { MainForm.lblDataView.getEl().setStyle("font-weight","normal"); MainForm.lblDataView.getEl().setStyle("font-size","11"); }); OB5=new Ext.form.Label({id:"OB5_id",text:"PDF",style:"text-align:center;color:#000000",width:85,height:19,x:3,y:246});OB5.nm="OB5";_cdo_("lblForm3",OB5,null,MainForm);_coe_(MainForm,"lblForm3",null,"mouseover",function(sender) { MainForm.lblDataView.getEl().setStyle("font-weight","bold"); MainForm.lblDataView.getEl().setStyle("font-size","13"); });_coe_(MainForm,"lblForm3",null,"mouseout",function(sender) { MainForm.lblDataView.getEl().setStyle("font-weight","normal"); MainForm.lblDataView.getEl().setStyle("font-size","11"); }); OB9=new Ext.Component({id:"OB9_id",html:"\x3Cimg src='/cache/webwin10_exe/res/__2C5F6A75DE18D7EA0A78AF79.ico'\x3E",style:"background: none;clip",width:32,height:32,x:30,y:108});OB9.nm="OB9";_cdo_("imgForm2",OB9,null,MainForm);_coe_(MainForm,"imgForm2",null,"mouseover",function(sender) { MainForm.lblDataView.getEl().setStyle("font-weight","bold"); MainForm.lblDataView.getEl().setStyle("font-size","13"); });_coe_(MainForm,"imgForm2",null,"mouseout",function(sender) { MainForm.lblDataView.getEl().setStyle("font-weight","normal"); MainForm.lblDataView.getEl().setStyle("font-size","11"); }); OBD=new Ext.form.Label({id:"OBD_id",text:"Notepad",style:"text-align:center;color:#000000",width:85,height:37,x:11,y:146});OBD.nm="OBD";_cdo_("lblForm2",OBD,null,MainForm);_coe_(MainForm,"lblForm2",null,"mouseover",function(sender) { MainForm.lblDataView.getEl().setStyle("font-weight","bold"); MainForm.lblDataView.getEl().setStyle("font-size","13"); });_coe_(MainForm,"lblForm2",null,"mouseout",function(sender) { MainForm.lblDataView.getEl().setStyle("font-weight","normal"); MainForm.lblDataView.getEl().setStyle("font-size","11"); });O0.retfalse.beforeclose=0;O0.close();O75.addDocked(O89);O91.addDocked(O99);O75.add([O7D,O81,O85,OB1,OB5,OB9,OBD]);O89.add([O91,OA5,OAD]);O99.add(OA1);O6C.add([O75]);uniVars._loginFrm=null; OC1=new Ext.container.Viewport({id:"OC1_id",layout:"border",style:"background:none"});OC1.nm="OC1";_cdo_(null,OC1,"viewport",MainForm);uniVars._vport=OC1;Ext.util.Format.decimalSeparator=".";Ext.util.Format.thousandSeparator=","; OC9= (function(P0,P1,P2){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=OC1&Evt=resize&this="+P0.nm+"&w="+P1+"&h="+P2+""+_gv_(O6C),success:AjaxSuccess,failure:AjaxFailure,obj:OC1,e:"resize"});});OC9.nm="OC9";OC1.on("resize",OC9);O6C.render(Ext.getBody());_saf_(O6C);O64.uniMask={ldMask:false,maskWaitData:false,maskUseMsg:true};O64.uniMask.targetObj=null; OCA=new Ext.window.Window({id:"OCA_id",retfalse:{},onEsc:Ext.emptyFn,layout:"fit",title:"StartMenu",closeToolText:"",closable:false,header:false,border:false,resizable:false,beforeinit:function(sender, config) { config.style = {'border' :'1px solid #312d28 !important', 'opacity':'0.9 !important'} },uniFMask:{beforeclose:true},width:621,height:511,x:1,y:-539});OCA.nm="OCA";_cdo_("frmStartMenu");frmStartMenu.ajxS=AjaxSuccess;frmStartMenu.ajxF=AjaxFailure;OCA.rootObj=true;frmStartMenu.appRoot="/";_cdo_(null,OCA,"window",frmStartMenu); OD2=new Ext.form.Panel({id:"OD2_id",border:false,uActive:false,tabItems:new Ext.util.MixedCollection(),layout:"absolute",bodyStyle:"background-color:#312D28"});OD2.nm="OD2";_cdo_(null,OD2,"form",frmStartMenu);OCA.add(OD2); ODA= (function(P0){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=OCA&Evt=beforeclose&this="+P0.nm+""+_gv_(OD2),success:AjaxSuccess,failure:AjaxFailure,obj:OCA,e:"beforeclose"});});ODA.nm="ODA";OCA.on("beforeclose",ODA); ODB= (function(P0){_saf_(P0);return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=OCA&Evt=activate&this="+P0.nm+""+_gv_(OD2),success:AjaxSuccess,failure:AjaxFailure,obj:OCA,e:"activate"});});ODB.nm="ODB";OCA.on("activate",ODB); ODC= (function(P0){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=OCA&Evt=deactivate&this="+P0.nm+""+_gv_(OD2),success:AjaxSuccess,failure:AjaxFailure,obj:OCA,e:"deactivate"});});ODC.nm="ODC";OCA.on("deactivate",ODC);OCA.on("deactivate",function(f){_sdf_(f)}); ODD=new Ext.panel.Panel({id:"ODD_id",bodyBorder:false,header:false,border:false,bodyBorder:false,layout:"absolute",bodyStyle:"background-color:#312D28",style:"border:none;",width:611,height:500,x:0,y:0});ODD.nm="ODD";_cdo_("pnlStartMenu",ODD,null,frmStartMenu);_coe_(frmStartMenu,"pnlStartMenu",null,"afterrender",function(sender, eOpts) { sender.setBodyStyle('border','1px solid #312d28'); }); OE9=new Ext.data.Store({proxy:{type:"ajax",url:"/HandleEvent?IsEvent=1&Obj=OE9&Evt=data&"+_S_ID,reader:{type:"json"},timeout:30000},storeId:"OE9_id",fields:["id","val"],data:[["0","\x3Cdiv\x3E\x3Cimg src=\"images/chart.png\" align=\"left\"/\x3E \x3Cp style=\"font-size:11px\"\x3E &nbsp This is Your Program 1 \x3C/div\x3E"],["1","\x3Cdiv\x3E\x3Cimg src=\"images/download.png\" align=\"left\"/\x3E \x3Cp style=\"font-size:11px\"\x3E &nbsp This is Your Program 2\x3C/div\x3E"],["2","-----------------------------------"],["3","\x3Cdiv\x3E\x3Cimg src=\"images/explorer.png\" align=\"left\"/\x3E \x3Cp style=\"font-size:11px\"\x3E &nbsp This is Your Program 3\x3C/div\x3E"],["4","\x3Cdiv\x3E\x3Cimg src=\"images/dispetch.png\" align=\"left\"/\x3E \x3Cp style=\"font-size:11px\"\x3E &nbsp This is Your Program 4\x3C/div\x3E"],["5","\x3Cdiv\x3E\x3Cimg src=\"images/terminal.png\" align=\"left\"/\x3E \x3Cp style=\"font-size:11px\"\x3E &nbsp This is Your Program 5\x3C/div\x3E"],["6","\x3Cdiv\x3E\x3Cimg src=\"images/notepad.png\" align=\"left\"/\x3E \x3Cp style=\"font-size:11px\"\x3E &nbsp This is Your Program 6\x3C/div\x3E"],["7","\x3Cdiv\x3E\x3Cimg src=\"images/Archive.png\" align=\"left\"/\x3E \x3Cp style=\"font-size:11px\"\x3E &nbsp This is Your Program 7\x3C/div\x3E"]]}); OE5=new Ext.ux.form.MultiSelect({id:"OE5_id",delimiter:";",valueField:"id",displayField:"val",validateOnChange:false,store:OE9,name:"OE5",enableKeyEvents:true,tabIndex:267,hidden:true,minSelections:1,fieldStyle:"background-color:#312D28;background-image:none;",listConfig:{multiSelect:false},width:182,height:446,x:310,y:34});OE5.nm="OE5";_cdo_("StartList",OE5,null,frmStartMenu);OE9.nm="OE9";_cdo_("StartList",OE9,"store",frmStartMenu); OEA= (function(){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=OE9&Evt=data&"+_gv_(OD2),success:AjaxSuccess,failure:AjaxFailure,obj:OE9,e:"data"});});OEA.nm="OEA";OE9.on("data",OEA); OEB=new Ext.panel.Panel({id:"OEB_id",bodyBorder:false,header:false,border:false,bodyBorder:false,layout:"absolute",style:"border:none;",width:240,height:499,x:25,y:3});OEB.nm="OEB";_cdo_("pn5",OEB,null,frmStartMenu); OFF=new Ext.data.TreeStore({fields:["text",{name:"disabled",type:"bool",defaultValue:false},"id","ft","fc"],autoLoad:true,proxy:{type:"ajax",url:"/HandleEvent?IsEvent=1&Obj=OFF&Evt=data&"+_S_ID,timeout:30000}}); OFB=new Ext.list.Tree({id:"OFB_id",region:"center",expanderFirst:false,width:240,ui:"nav",store:OFF}); OF3=new Ext.container.Container({id:"OF3_id",layout:"border",border:false,tree:OFB,oldWidth:240,name:"OF3",enableKeyEvents:true,beforeinit:function(sender, config) { config.cls = '_treemenu' },tabIndex:268,cls:"do-nicescrol",cls:"do-nicescrol",width:240,height:499,x:0,y:0});OF3.nm="OF3";_cdo_("trmn1",OF3,null,frmStartMenu);OFB.nm="OFB";_cdo_("trmn1",OFB,"treeMenu",frmStartMenu,function(sender) { sender.el.setStyle('overflow-y', 'auto'); sender.el.setStyle('overflow-x', 'auto'); });OFF.nm="OFF";_cdo_("trmn1",OFF,"store",frmStartMenu);OF3.add(OFB); O100= (function(P0,P1){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=OFB&Evt=selectionchange&id="+(P1?P1.data.id:-1)+""+_gv_(OD2),success:AjaxSuccess,failure:AjaxFailure,obj:OFB,e:"selectionchange"});});O100.nm="O100";OFB.on("selectionchange",O100); O101=new Ext.panel.Panel({id:"O101_id",bodyBorder:false,html:"\x3Ctable border=\"0\" width=\"100%\" height=\"100%\"\x3E\x3Ctr\x3E\x3Ctd id=\"O101_id_td\" style=\"color:#000000;text-align:center\"\x3Epn6\x3C/td\x3E\x3C/tr\x3E\x3C/table\x3E",header:false,beforeinit:function(sender, config) { config.style = {'border':'1px solid #19140c !important'} },border:false,bodyBorder:false,layout:"absolute",bodyStyle:"background-color:#FFFFFF",style:"border:none;",width:1,height:500,x:22,y:0});O101.nm="O101";_cdo_("pn6",O101,null,frmStartMenu); O109=new Ext.button.Button({id:"O109_id",beforeinit:function(sender, config) { config.cls = 'btnPowerOff'; } ,tabIndex:269,iconCls:"fas fa-power-off",width:20,height:25,x:1,y:474});O109.nm="O109";_cdo_("btnClose",O109,null,frmStartMenu); O10D=new Ext.panel.Panel({id:"O10D_id",bodyBorder:false,header:false,border:false,bodyBorder:false,layout:"vbox",bodyStyle:"background-color:#312D28",style:"border:none;",width:340,height:484,x:271,y:16});O10D.nm="O10D";_cdo_("pn1",O10D,null,frmStartMenu); O115=new Ext.form.Label({id:"O115_id",text:"Application",style:"font-size:13px;font-family:Cairo SemiBold;color:#FFFFFF",width:337,height:23});O115.nm="O115";_cdo_("lbl1",O115,null,frmStartMenu); O119=new Ext.panel.Panel({id:"O119_id",bodyBorder:false,header:false,border:false,bodyBorder:false,layout:"hbox",bodyStyle:"background-color:#312D28",style:"border:none;",width:341,height:95});O119.nm="O119";_cdo_("pn7",O119,null,frmStartMenu); O121=new Ext.button.Button({id:"O121_id",text:"Calculator",beforeinit:function(sender, config) { config.cls = 'btnStart'; },tabIndex:271,scale:"large",iconAlign:"top",iconCls:"x-uni-btn-icon fas fa-calculator fa-2x",width:110,height:85});O121.nm="O121";_cdo_("btn3",O121,null,frmStartMenu); O125=new Ext.button.Button({id:"O125_id",text:"PDF",beforeinit:function(sender, config) { config.cls = 'btnStart'; },tabIndex:270,margin:"0px 5px 0px 5px",scale:"large",iconAlign:"top",iconCls:"x-uni-btn-icon fas fa-file-pdf fa-2x",width:229,height:85});O125.nm="O125";_cdo_("btn2",O125,null,frmStartMenu); O129=new Ext.form.Label({id:"O129_id",text:"Play",style:"font-size:13px;font-family:Cairo SemiBold;color:#FFFFFF",width:337,height:23});O129.nm="O129";_cdo_("lbl2",O129,null,frmStartMenu); O12D=new Ext.panel.Panel({id:"O12D_id",bodyBorder:false,header:false,border:false,bodyBorder:false,layout:"hbox",bodyStyle:"background-color:#312D28",style:"border:none;",width:341,height:94});O12D.nm="O12D";_cdo_("pn3",O12D,null,frmStartMenu); O135=new Ext.button.Button({id:"O135_id",text:" Camera ",beforeinit:function(sender, config) { config.cls = 'btnStart'; config.style = {'background-color':'#C239B3 !important'} },tabIndex:276,scale:"large",iconAlign:"top",iconCls:"x-uni-btn-icon fas fa-camera fa-2x",width:110,height:85});O135.nm="O135";_cdo_("btn5",O135,null,frmStartMenu); O139=new Ext.button.Button({id:"O139_id",text:"Clock",beforeinit:function(sender, config) { config.cls = 'btnStart'; config.style = {'background-color':'#B635D9 !important'} },tabIndex:274,margin:"0px 5px 0px 5px",scale:"large",iconAlign:"top",iconCls:"x-uni-btn-icon far fa-clock fa-2x",width:110,height:85});O139.nm="O139";_cdo_("btn1",O139,null,frmStartMenu); O13D=new Ext.button.Button({id:"O13D_id",text:"Calender",beforeinit:function(sender, config) { config.cls = 'btnStart'; config.style = {'background-color':'#CF3732 !important'} },tabIndex:275,scale:"large",iconAlign:"top",iconCls:"x-uni-btn-icon far fa-calendar-alt fa-2x",width:110,height:85});O13D.nm="O13D";_cdo_("btn4",O13D,null,frmStartMenu); O141=new Ext.form.Label({id:"O141_id",text:"Microsoft",style:"font-size:13px;font-family:Cairo SemiBold;color:#FFFFFF",width:337,height:23});O141.nm="O141";_cdo_("lbl3",O141,null,frmStartMenu); O145=new Ext.panel.Panel({id:"O145_id",bodyBorder:false,header:false,border:false,bodyBorder:false,layout:"hbox",bodyStyle:"background-color:#312D28",style:"border:none;",width:341,height:95});O145.nm="O145";_cdo_("pn2",O145,null,frmStartMenu); O14D=new Ext.button.Button({id:"O14D_id",text:"Office",beforeinit:function(sender, config) { config.cls = 'btnStart'; config.style = {'background-color':'#dc3c00 !important'} },tabIndex:273,scale:"large",iconAlign:"top",iconCls:"x-uni-btn-icon fab fa-microsoft fa-2x",width:110,height:85});O14D.nm="O14D";_cdo_("btn6",O14D,null,frmStartMenu); O151=new Ext.button.Button({id:"O151_id",text:"New File",beforeinit:function(sender, config) { config.style = {'background-color':'#FF7A0B !important'} },tabIndex:272,margin:"0px 5px 0px 5px",scale:"large",iconAlign:"top",iconCls:"x-uni-btn-icon fas fa-file fa-2x",width:229,height:85});O151.nm="O151";_cdo_("btn7",O151,null,frmStartMenu); O155=new Ext.form.Label({id:"O155_id",text:"Explore",style:"font-size:13px;font-family:Cairo SemiBold;color:#FFFFFF",width:337,height:23});O155.nm="O155";_cdo_("lbl4",O155,null,frmStartMenu); O159=new Ext.panel.Panel({id:"O159_id",bodyBorder:false,header:false,border:false,bodyBorder:false,layout:"hbox",bodyStyle:"background-color:#312D28",style:"border:none;",width:341,height:94});O159.nm="O159";_cdo_("pn4",O159,null,frmStartMenu); O161=new Ext.button.Button({id:"O161_id",text:"Chrome",beforeinit:function(sender, config) { config.cls = 'btnStart'; config.style = {'background-color':'#10893e !important'} },tabIndex:279,scale:"large",iconAlign:"top",iconCls:"x-uni-btn-icon fab fa-chrome fa-2x",width:110,height:85});O161.nm="O161";_cdo_("btn8",O161,null,frmStartMenu); O165=new Ext.button.Button({id:"O165_id",text:"FireFox",beforeinit:function(sender, config) { config.cls = 'btnStart'; config.style = {'background-color':'#0BA019 !important'} },tabIndex:277,margin:"0px 5px 0px 5px",scale:"large",iconAlign:"top",iconCls:"x-uni-btn-icon fab fa-firefox fa-2x",width:110,height:85});O165.nm="O165";_cdo_("btn9",O165,null,frmStartMenu); O169=new Ext.button.Button({id:"O169_id",text:"Edge",beforeinit:function(sender, config) { config.cls = 'btnStart'; },tabIndex:278,scale:"large",iconAlign:"top",iconCls:"x-uni-btn-icon fab fa-edge fa-2x",width:110,height:85});O169.nm="O169";_cdo_("btn10",O169,null,frmStartMenu); O16D= (function(P0){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=O7D&Evt=click&this="+P0.nm+""+_gv_(O6C),success:AjaxSuccess,failure:AjaxFailure,obj:O7D,e:"click"});});O16D.nm="O16D";O7D.on("click",O16D); O16E= (function(P0){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=O81&Evt=click&this="+P0.nm+""+_gv_(O6C),success:AjaxSuccess,failure:AjaxFailure,obj:O81,e:"click"});});O16E.nm="O16E";O81.on("click",O16E);OA1.addToTab(1390); O16F= (function(P0){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=OA1&Evt=click&this="+P0.nm+""+_gv_(O6C),success:AjaxSuccess,failure:AjaxFailure,obj:OA1,e:"click"});});O16F.nm="O16F";OA1.on("click",O16F);OAD.addToTab(1400); O170= (function(P0){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=OAD&Evt=click&this="+P0.nm+""+_gv_(O6C),success:AjaxSuccess,failure:AjaxFailure,obj:OAD,e:"click"});});O170.nm="O170";OAD.on("click",O170); O171= (function(P0){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=OB1&Evt=click&this="+P0.nm+""+_gv_(O6C),success:AjaxSuccess,failure:AjaxFailure,obj:OB1,e:"click"});});O171.nm="O171";OB1.on("click",O171); O172= (function(P0){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=OB9&Evt=click&this="+P0.nm+""+_gv_(O6C),success:AjaxSuccess,failure:AjaxFailure,obj:OB9,e:"click"});});O172.nm="O172";OB9.on("click",O172); O173=new Ext.util.TaskRunner({interval:50});O173.nm="O173";_cdo_("UniTimer1",O173,null,MainForm);O173.uniStop=function(){this.stopAll()};uniVars._timers["O173"]=O173;try{O173.stopAll()}catch(e){}; O174=new Object({run:function(){O173.cEvent(O173);return ajaxRequest(O173, "timer");},interval:1000});O174.nm="O174";O173.cEvent=function(sender) { } ;O173.start(O174);O174.taskRunTime=O174.taskStartTime;O81.setElProp("cursor","pointer",3,null,false,"");O85.setElProp("cursor","pointer",3,null,false,"");O99.setElProp("background-color","#19140C",1,".x-box-inner");OA1.setElProp({"font-weight":"bold","font-size":"16px","color":"#FFFFFF"},null,1,".x-btn-inner");OA1.updateLayout();OAD.setElProp("title","Minimize All Windows",2);OB1.setElProp("cursor","pointer",3,null,false,"");OB5.setElProp("cursor","pointer",3,null,false,"");OB9.setElProp("cursor","pointer",3,null,false,"");OBD.setElProp("cursor","pointer",3,null,false,"");ODD.add([OE5,OEB,O101,O109,O10D]);OEB.add([OF3]);O10D.add([O115,O119,O129,O12D,O141,O145,O155,O159]);O119.add([O121,O125]);O12D.add([O135,O139,O13D]);O145.add([O14D,O151]);O159.add([O161,O165,O169]);OD2.add([ODD]);uniVars._loginFrm=null; $(".do-nicescrol").niceScroll(); ;OCA.show("");OCA.retfalse.beforeclose=1;_axy_(OCA);OCA.uniMask={ldMask:false,maskWaitData:false,maskUseMsg:true};OCA.uniMask.targetObj=null;OE5.addToTab(2670); O175= (function(P0){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=OE5&Evt=click&this="+P0.nm+""+_gv_(OD2),success:AjaxSuccess,failure:AjaxFailure,obj:OE5,e:"click"});});O175.nm="O175";OE5.on("click",O175);_sfv_(OE5,0,"");OFF.treePanel=OFB;OFF.on("load",function(){return ajaxRequest(OFF.treePanel,"load")});OFB.fts="";OFB.fc="#000000";OF3.addToTab(2680); O176= (function(P0,P1){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=OFB&Evt=itemclick&id="+P1.node.data.id+""+_gv_(OD2),success:AjaxSuccess,failure:AjaxFailure,obj:OFB,e:"itemclick"});});O176.nm="O176";OFB.on("itemclick",O176);O109.addToTab(2690); O177= (function(P0){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=O109&Evt=click&this="+P0.nm+""+_gv_(OD2),success:AjaxSuccess,failure:AjaxFailure,obj:O109,e:"click"});});O177.nm="O177";O109.on("click",O177);O121.addToTab(2710); O178= (function(P0){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=O121&Evt=click&this="+P0.nm+""+_gv_(OD2),success:AjaxSuccess,failure:AjaxFailure,obj:O121,e:"click"});});O178.nm="O178";O121.on("click",O178);O125.addToTab(2700); O179= (function(P0){return Ext.Ajax.request({url:"/HandleEvent",params:"Ajax=1&IsEvent=1&Obj=O125&Evt=click&this="+P0.nm+""+_gv_(OD2),success:AjaxSuccess,failure:AjaxFailure,obj:O125,e:"click"});});O179.nm="O179";O125.on("click",O179);O135.addToTab(2760);O139.addToTab(2740);O13D.addToTab(2750);O14D.addToTab(2730);O151.addToTab(2720);O161.addToTab(2790);O165.addToTab(2770);O169.addToTab(2780);OF3.setElProp("background-color","#312D28",1,".x-treelist-nav");
  13. Hello Ruslan,

    I see one of your reply in this forum where  you  use a desktop application  in your application. Could you let me know the different features of this dashboard ? and if you could publish it ? or sell it if interristing ?

    On the other side I am looking for some samples of Unigui forms,  interpreted on the fly  with a scripts , such as Tms script or others. Do you have this  kind of stuff in yours knowledge ?

     

    Thx

     

    eric fg

  14. Unigui version: 1.50.0.1480
  15. he download link is broken. Could you release it or explain how to change the color of the awesome icon. thx eric
  16. Hello, Is it possible now with a similar function or process ,or maybe in the future to merge Html and Unigui components. I mean to refer with an ID in a html file linked to a uniurlframe1 , or unihtmlframe or others unigui components ? define a component in the page with a keyword such as %mylabel% , but it will be align based on the definition inside the html. Thx eric
  17. I am using the version 1.10.0.1472. ( I upgraded in 1.50.0.1480 and exactly the same issue) I go in the tree grid , on one of the items and right click. Then I get an error in debug mode in the browser. Thx eric fg
  18. Here a sample project. I also noticed that the event beforeinit. dose not exist at all. thx eric Project1.zip
  19. Hey DD, I used to use thgis piece of code with previous version. But not the event is not fired in 6.5. I got the following error . any idea ? eric Uncaught TypeError: Cannot read property '0' of undefined at _showPopup (eval at AjaxSuccess (ext-unicommon-min.js:9), <anonymous>:1:6708)
  20. Hy fenix, Could you send me a private message how to Upgrade for last version unigui 6.5 Thx Ericfg
  21. very very interesting, thx Georges
  22. eric

    TMS Scripter

    Hi Herculanojs, did u invest more in this scripting added to unigui ? i am interested by the solution. what kind of script works better? eric
  23. eric

    Samples in C++

    Hey, do you have Unigui samples made in C++, Thx ericfg
×
×
  • Create New...