Jancarlos Martins Posted March 7, 2013 Share Posted March 7, 2013 Hi, I finished a simple example, I hope you all enjoy. I need help to enhance SimpleDesktop Thanks. Jancarlos P. Martins Defence Informática Cianorte-PR-Brasil SimpleDesktop.zip 6 Quote Link to comment Share on other sites More sharing options...
albertovesx Posted March 7, 2013 Share Posted March 7, 2013 are you programing it only with UNIGUI? or are you combining UNIGUI with other tools? By the way, your app looks great. Quote Link to comment Share on other sites More sharing options...
Jancarlos Martins Posted March 7, 2013 Author Share Posted March 7, 2013 Only Unigui, but has some bugs Quote Link to comment Share on other sites More sharing options...
adan200 Posted March 7, 2013 Share Posted March 7, 2013 guauu!! Quote Link to comment Share on other sites More sharing options...
stone feng Posted March 8, 2013 Share Posted March 8, 2013 cool ! Quote Link to comment Share on other sites More sharing options...
Semper Posted March 8, 2013 Share Posted March 8, 2013 Cool! Which UniGUI version are you using? And how did you handle the FormMinimize event? Quote Link to comment Share on other sites More sharing options...
estrify Posted March 8, 2013 Share Posted March 8, 2013 Very pretty!!! Quote Link to comment Share on other sites More sharing options...
Jancarlos Martins Posted March 8, 2013 Author Share Posted March 8, 2013 I use version 0.91.0.981 Quote Link to comment Share on other sites More sharing options...
Jancarlos Martins Posted March 8, 2013 Author Share Posted March 8, 2013 Hi, To Minimize form procedure TUniServerModule.addMinimize(form:TUniForm);var name:string;begin if not(biMinimize in form.BorderIcons) then form.BorderIcons := form.BorderIcons + [biMinimize]; name := StringReplace(form.WebForm.ExtWindow.Id,'_id','',[rfReplaceAll] +[rfIgnoreCase]); form.Script.Add(name +'.on('+#39+'minimize'+#39+',function(w){w.toggleCollapse();w.setVisible(!w.isVisible());});');end; OnCreate new Form add event addMinimize UniServerModule.addMinimize(self); to Maximize form.show Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted March 8, 2013 Administrators Share Posted March 8, 2013 Cool! Is every running app completely a separate uniGUI app? Quote Link to comment Share on other sites More sharing options...
Jancarlos Martins Posted March 8, 2013 Author Share Posted March 8, 2013 No, i add forms in my application, but could use UniHtmlView in form default. Quote Link to comment Share on other sites More sharing options...
eric Posted March 8, 2013 Share Posted March 8, 2013 It is very nice. finally Unigui is a very reliable solution Quote Link to comment Share on other sites More sharing options...
codeb Posted March 8, 2013 Share Posted March 8, 2013 Please, can you attach source for Simple Desktop? Quote Link to comment Share on other sites More sharing options...
Jancarlos Martins Posted March 8, 2013 Author Share Posted March 8, 2013 Still has some bugs, when ready I will attach source for Farshad Quote Link to comment Share on other sites More sharing options...
stone feng Posted March 9, 2013 Share Posted March 9, 2013 Please, can you attach source for Simple Desktop? +1 2 Quote Link to comment Share on other sites More sharing options...
mehmet07 Posted March 9, 2013 Share Posted March 9, 2013 Please, can you attach source for Simple Desktop? +1 Quote Link to comment Share on other sites More sharing options...
mehmet07 Posted March 9, 2013 Share Posted March 9, 2013 icon'ların olduğu liste neyle yapılmış acaba? Quote Link to comment Share on other sites More sharing options...
Jancarlos Martins Posted March 9, 2013 Author Share Posted March 9, 2013 Please, English or Portuguese, I used the google translator but do not understand 2 Quote Link to comment Share on other sites More sharing options...
bruno-pere Posted March 11, 2013 Share Posted March 11, 2013 Nice interface. I think I will use big icons too. Bruno Quote Link to comment Share on other sites More sharing options...
Jancarlos Martins Posted March 11, 2013 Author Share Posted March 11, 2013 I use Icons size 64x64 pixel, but could be 32x32. Quote Link to comment Share on other sites More sharing options...
mhmda Posted March 12, 2013 Share Posted March 12, 2013 gooood :-) Quote Link to comment Share on other sites More sharing options...
taha_gh Posted March 13, 2013 Share Posted March 13, 2013 nice thanks unigui frimwork Quote Link to comment Share on other sites More sharing options...
lucksjb Posted March 13, 2013 Share Posted March 13, 2013 would u like attach the source ? please tnx advanced Luciano Quote Link to comment Share on other sites More sharing options...
Jancarlos Martins Posted March 13, 2013 Author Share Posted March 13, 2013 Hi folks, New version 0.1 put effects, icons desktop 32x32px and transparency in forms, but still has some bugs. Next step fix the bugs, publishing sources see later 1 Quote Link to comment Share on other sites More sharing options...
albertovesx Posted March 13, 2013 Share Posted March 13, 2013 I liked the effects a lot. 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.