Jump to content

mhmda

uniGUI Subscriber
  • Posts

    1141
  • Joined

  • Last visited

  • Days Won

    157

Posts posted by mhmda

  1. Today we have released a new app (in arabic) in play store "أنا وسلتي" and here an english version with full source code.

     

    Database mySQL: http://3msoft.net/mhmd/mycartmysql.sql

     

    Project port: 4742 with exe: http://3msoft.net/mhmd/memyselfandcart.rar

     

    Online test: http://5.189.151.122:4742/m

     

    Play store: https://play.google.com/store/apps/details?id=com.msoft.anawasallati&hl=en (arabic)

     

    There is a registration step where the user enter his info and there is 3 welcome screens, the app saves the login data in cookies and the second time user login the app starts auto.

     

    The user can share his data with others easily.

     

    I hope this will help you in anyway...

     

    1.png

     

    2.png

     

    3.png

     

    4.png

     

     

     

     

     

    7.png

     

    8.png

     

    9.png

     

    10.png

     

    11.png

    • Like 3
    • Upvote 9
  2. We already build something similar and only for mobile using unigui, here screenshots:

     

    Registration:

     

    * For avoiding spam (false orders) the admin create the desired user and send him sms with code, that means that anyone could download the app from app store or google play but can't make any order without the code !

     

    * A real time app.

     

     

    ----- Client Screens ------

     

    1. login (also for admin)

     

    ulogin.png

     

    2. Main screen - order

     

    u1.png

     

     

     

    3. Orders history

     

    u2.png

     

     

    4. In case of closed the user can't make any order

     

    u3.png

     

     

    5. About screen

     

    u4.png

     

     

    ----- Admin Screens ------

     

     

    1. Items (create, modify, delete...)

     

     

     

    a1.png

     

     

    2. Clients (also cel number for sms)

     

    a2.png

     

     

    3. Statistics: Sales, App login, sms

     

    a3.png

     

     

     

    4. App login

     

    a4.png

     

     

     

    5. sms (destination number, msg body, admin name)

     

    a5.png

    • Upvote 1
  3. Merhaba,

     

    You can use css 'background-color' with rgba(x,x,x,alpha), alpha is transparent percent (0-1) 0.5=semi transparent, but first you must set color of the form to 'clNone' it will convert to black, it is ok and then assign a css class to the panel.

    .clsTransparent {
     background-color: rgba(200,0,0,0.4) !important;
    }
    

    You must know how unigui builds the view it doesn't only displays a window it builds the basic window view from 3 layers:

     

    • Container (view)
    • window
    • form

    wnd.png

    • Upvote 1
  4. I mean menu as items of a panel, not popup menu, abd by the way there is no unievents for menu so I can customize it, I know that it should be popup (from unigui point of view) but we need it sometimes for more than popup, it would be nice that menu have unievents or any other solution to the menu as a child of a container like a panel as it appears in extjs desktop menu (start menu).

×
×
  • Create New...