Jump to content

gordon

Members
  • Posts

    33
  • Joined

  • Last visited

  • Days Won

    2

gordon last won the day on December 25 2012

gordon had the most liked content!

gordon's Achievements

Newbie

Newbie (1/4)

2

Reputation

  1. gordon

    Mobile questions

    Im not sure.. Because it seems like the tablet needs a different form than the phone app... Im not sure how to implement the profile idea ..
  2. gordon

    Mobile questions

    Yes, this is my question too.. How to integrate a profile..
  3. I guess I will have to test and see what sort of bandwidth is used to fire a timer every 2 seconds etc.. maybe its not that bad
  4. gordon

    Force One column

    I tried that.. But it still allows you to move through those cells.. What Id really like it be able to lock the first x columns.
  5. Hi, I have a sort of shopping cart Im making.. I have a grid with item number, description, price and quantity on it. I want the user to be able to enter a quanity, and skip to the next row. Kinda like on a normal grid, you can force the first x columns to be locked. Without this feature, its confusing to the user. It gives the impression that they can edit any cell. Any ideas?
  6. Im loving Unigui like everyone else. Just wondering if anyone has an update on when ver 90 might be released?
  7. I can see that installer now.. Im confused though, how does the web server know where those scripts are? Since they are in my program directory.. Its running fine now..
  8. Hi, Ive got an app running on IIS, on my xp box.. works perfect.. Moved it over to a real IIS 7.5 box. I made sure that it would execute a 32 bit dll... set the permissions so UNIGUI can create cache files.. all appears to be well.. but when I try to execute it now.. It says loading on the browser and nothing else.. I must be missing something simple..
  9. Right now, there isnt much.. but In 2 days, I finished my app.. took me just a few hours to get up and running with the demos. Biggest thing to watch out for is 1. Dont use Global vars. 2. Watch out how messageDLG is used.. Its a different concept, see the sample code on how they are used.. Other than that, its pretty easy
  10. gordon

    User Permission

    Since UNIGUI maintains the states.. Its easy to do .. Handle it the exact same way you would in a Win32 app. Get the credentials, look them up, and set some flag. Remember to avoid global vars.. Instead, make a public var as part of the mainunit object..
  11. ahh, I see it now.. makes sense now.. thank you.. Gordon
  12. ive got an app running fine.. no trouble.. but Im a little confused about something. I took my mainform, and renamed it to loginform.. Loginform is the first form that loads.. my question is, why is that? where is the code that tells that form to load first? I changed the creation order in the project, that didnt affect anything.. All unigui forms seem to have been derived from the same class etc. so what makes that first form different, and where in code does it tell it to load that one first at startup? Gordon
  13. gordon

    Themes

    Im starting to think that the best idea is to either 1. have my web server on one machine, and the UNIGUI on the second.. that way they can both be setup on port 80, to avoid fire wall issues with users. or 2. just make an ISAPI extension.. That the prob the direction I will go. Using UNIGUI to make a full blown web server doesnt seem to make sense..
×
×
  • Create New...