Jancarlos Martins Posted March 7, 2013 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
AlbertoVesx Posted March 7, 2013 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
Jancarlos Martins Posted March 7, 2013 Author Posted March 7, 2013 Only Unigui, but has some bugs Quote
Semper Posted March 8, 2013 Posted March 8, 2013 Cool! Which UniGUI version are you using? And how did you handle the FormMinimize event? Quote
Jancarlos Martins Posted March 8, 2013 Author 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
Administrators Farshad Mohajeri Posted March 8, 2013 Administrators Posted March 8, 2013 Cool! Is every running app completely a separate uniGUI app? Quote
Jancarlos Martins Posted March 8, 2013 Author Posted March 8, 2013 No, i add forms in my application, but could use UniHtmlView in form default. Quote
eric Posted March 8, 2013 Posted March 8, 2013 It is very nice. finally Unigui is a very reliable solution Quote
codeb Posted March 8, 2013 Posted March 8, 2013 Please, can you attach source for Simple Desktop? Quote
Jancarlos Martins Posted March 8, 2013 Author Posted March 8, 2013 Still has some bugs, when ready I will attach source for Farshad Quote
Arvin Feng Posted March 9, 2013 Posted March 9, 2013 Please, can you attach source for Simple Desktop? +1 2 Quote
mehmet07 Posted March 9, 2013 Posted March 9, 2013 Please, can you attach source for Simple Desktop? +1 Quote
mehmet07 Posted March 9, 2013 Posted March 9, 2013 icon'ların olduğu liste neyle yapılmış acaba? Quote
Jancarlos Martins Posted March 9, 2013 Author Posted March 9, 2013 Please, English or Portuguese, I used the google translator but do not understand 2 Quote
bruno-pere Posted March 11, 2013 Posted March 11, 2013 Nice interface. I think I will use big icons too. Bruno Quote
Jancarlos Martins Posted March 11, 2013 Author Posted March 11, 2013 I use Icons size 64x64 pixel, but could be 32x32. Quote
lucksjb Posted March 13, 2013 Posted March 13, 2013 would u like attach the source ? please tnx advanced Luciano Quote
Jancarlos Martins Posted March 13, 2013 Author 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
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.