Jump to content

mhmda

uniGUI Subscriber
  • Posts

    1141
  • Joined

  • Last visited

  • Days Won

    157

Posts posted by mhmda

  1. 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 ;-)

     

  2. 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 ;-) 

    • Upvote 1
  3. 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.

    • Upvote 1
  4. 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:
     
     
    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:
     
    mslider1.png

     

    mslider2.png

     

    mslider3.png

     

    mslider4.png

     

     

    mHmD :-)

    • Upvote 6
  5. 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 :- )

    • Upvote 1
  6. 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...