Jump to content

ghamm

Members
  • Posts

    32
  • Joined

  • Last visited

Recent Profile Visitors

565 profile views

ghamm's Achievements

Newbie

Newbie (1/4)

2

Reputation

  1. I figured it out.. When Installing, I ONLY chose Tokyo.. this has some bug and wont installl some missing files.. When I ran the default and left all of the of the other versions checked, it worked fine that time
  2. when I try to compile the package uniGUI25Chart.. gives me an error saying UniChart.pas is missing.. I cant see the file anywhere and have searched the forums for ideas.. Can you help?
  3. Any more thoughts on this? I can seem to make this work.
  4. Ok, Id appreciate any help on this..
  5. No, No Alert is not displayed.. Im testing this on my Iphone 6, not sure if that makes a difference. I try to swipe any direction. Is there something else I need to turn on?
  6. I tried this in my UniGui Code.. I cant get my web app to detect my swipe.. Im not even trying the ajax event yet.. any thoughts? MainmForm -> ClientEvents -> UniEvents [Ext.Container[window]] add window.afterCreate fn: function window.afterCreate(sender) { sender.element.on("swipe", function(e){ alert("onSwipe") } ) }
  7. Let me explain the need... maybe im going about this wrong.. Right now, the selectors in a warehouse have a sheet of paper listing all of the stores that need product. Next to the store (On the list on the paper) shows how many items the store ordered.. This is for a single product. Right now, the user holds the paper in his or her hand, and walks around selecting the correct quantity for each store on the list. This is hard because the user must hold the paper with the list of stores and grab product at the same time.. We want to free up their hands, and will also make it easier on the eyes, they wont get confused as to which store they are on.. Right now, they check it off the list when they are done. I am trying to show proof of concept to replace a phone app that I wrote.. My idea is to have a mobile device on the users wrist, and they start with the first store/quanity.. fill the order for that store.. swipe, get the next store/ Quanity and so on. There are about 100 stores/swipes. This way, as they step sequentially though the list, they are ONLY seeing one store at a time on their wrist..They can swipe backwards too if they want to confirm their work etc.. I could use an arrow on each side of the form, but I'm thinking a swipe would be easier. Hope this helps. Gordon
  8. I did see that, thank you .. but was hoping that it might be easier to implement than having to do an Ajax call. What are your thoughts on using up to 100 pages in a carousel?
  9. Is there any way to do a swipe without using a carousel? Something easier than using an Ajax event?
  10. Hi, For an app I'm testing concept of, the warehouse worker uses their device in landscape.. There are up to 100 pages that they scroll through, each shows a store name and a quantity.. Every page is the same except for these 2 variables. 1. I have this working using a carousel concept, but this would mean that here could be 100 carousel items.. Would that be too many? 2 Really, what I want is to have one page, and the user scrolls left or right, and the labels just change.. use a variable to maintain position in my array of 100 stores.. Can you tell me how to do gestures swipe left and right without using Carousel? Or is carousel the way to go? Gordon
  11. Ive been using the UniGui demo so far, and like what im seeing.. I have my UniGui server talking to my middleware (KBMMW) and KBM talks to my firebird server. Most of my DB Queries/logic is in Stored procedures or KBM, Not in UniGui. So far, works nice. Gordon
  12. Hi, Is there a way to lock the mobile screen (By Code) to horizontal position? (Orientation Landscape)
  13. ghamm

    Mobile questions

    Thank You! That would be wonderful!
  14. ghamm

    Mobile questions

    Thank you.. That makes great sense.. I did read the sencha stuff, but Im not really sure how that is used with UNIGUI.. Do I have to write some JS into my UNIGUI to use profiles? I love the profiles idea. Gordon
  15. ghamm

    Mobile questions

    Ok,thats great! Thank you.. 1. Would the same be for tablets? Im thinking they might need forms of their own? 2. With what you said, Im assuming that the web forms and mobile forms will still need much of their own logic? Separate code?
×
×
  • Create New...