Jump to content

mhmda

uniGUI Subscriber
  • Posts

    1141
  • Joined

  • Last visited

  • Days Won

    157

Everything posted by mhmda

  1. You cannot design the default tooltip (i.e. styling the alt attribute) but you can use Javascript, CSS and a <div> or <span> tag to create something similar From: http://stackoverflow.com/questions/5041589/how-to-style-the-alt-tooltip-in-html
  2. In server module-->CustomCSS: .cmprtl { text-align:right; direction:rtl; } And in component-->clientevents-->Extevents-->onadded: sender.addCls('cmprtl'); This is the way I use it, and this also very useful when you need :hover.
  3. How Can I send a message to user before terminating his session?
  4. Hello, We have used unigui in a several projects and so far it is been stable and easy :-) This week we launched a new commercial/news website for our client http://adan.co.il and all management side made with unigui, our client is very happy with the management system, It was complicated system BUT easy to use. Thank you Farshad for great framework ;-)
  5. HI ALL, Ramadan Kareem :-) Here is a full source code with all files and .exe file... I hope it will help other :-) Download from here (27 MB): http://3msoft.net/mhmd/Msoft_Slider.rar
  6. Hi farshad, I'm working on 'Ms Slider' beta version now, it's a complex web app, for designing and creating js based banners instead of flash banners, I had a lot of challenges when I start developing the alpha version, the code was based on server side and client side and I had to track objects in both sides in order to get a right result, and it was not easy. So I decided to build it from scratch and all code will be in client side except: saving, loading projects and uploading images. for now it working great and I had to learn more basic things about extjs :-) so I thought it would be very nice to write a delphi code for 'client side' and unigui will translate it to .js code :-)))) It just a thought that I think will be a great for unigui... Thank you for great framework farshad ;-)
  7. For many years we use TSILANG http://www.tsilang.com/ It's a great tool it saves every property (caption, text, left, top, width....) for every component it also support dictionary.
  8. Hi, I can say that we have used unigui for several projects along with mysql, unigui works great thanx to Farshad ;-).... Sorry can't share the link because it is private projects.. but if you search how to use mysql with unigui: - We use Unidac components http://www.devart.com/unidac/ - Or you may use Mydac http://www.devart.com/mydac/ For read/write you may use sql queries or use the database component's methods.
  9. mhmda

    MyCaptcha

    Works great...Thanx
  10. Hi all, Lately we needed to create a promotional banners for a local website and we had two options: 1. Flash banners (.swf) 2. HTML banners (.js based) The problem with first choise was with smartphones and tablets which didn't support flash especially iOS, so we stick to 2nd choise and we found an amazing frameworks: - CuteSlider (http://www.cuteslider.com) - SmartSlider (http://www.masterslider.com) - GreenSock GSAP (http://www.greensock.com/gsap-js) The only issue with those frameworks is GUI, there is no GUI tool that let you build banners fast and easy, So we decided to do it and build a GUI tool for those frameworks. At this moment we build (alpha version) of 'MSlider' and it's support 'cuteslider' only, we build it using unigui and projects are saved as .xml files, alot of things happens in ClientSide and some in server side. Alpha version: - Create a projects - Open and edit existing projects - Add background images - Set effect for slides (3D,2D) - Set delay for slides - Add text - Set effect for text (slide, fade) - Set delay for text - Preview... - Publish... Here you can test it...http://mslider.net/ Some screenshots: mHmD :-)
  11. Hi, If you want UniHTMLFrame transparent then put this code in clientevents->extjevents->added function added(sender, container, pos, eOpts) { var html=sender.id; html=html+'-body'; Ext.Function.defer(function(){ document.getElementById(html).setAttribute('style', 'background-color:transparent !important'); }, 100, this, []); } Have fun :- )
  12. We need someone IN bogota, can you? The job isn't programming, it's supporting our product and giving full training on how to use it, and on the way we need sometimes to setup a network printer and do a sharing between pc's and rdp, so we need someone who familiar with networking and sharing and familiar with windows os, and we will give him a full training on our product. The job also requires travelling to our customer place (company). The salary is private issue, if someone interest (or know someone who is interest) please send me skype id, or email address and we will continue from there.
×
×
  • Create New...