Screen Resolution

  • Thread starter Thread starter karim69
  • Start date Start date
Thank you much for that link. I d/loaded the file and reviewed the pdf instructions. Looks to be heading me along the path I wish to pursue.

The code be behind the scenes must be a killer, but the exe integration should make life easier.
 
SAK

I've posted a demo here for you. Just click on the dancing girls (yes I know they're a bit skinny!!). The code was origionally posted by someone called Arnu i think and everyone bombarded him to email it to them. I wonder what happened to him? Anyway have a play.:D
 
SAK said:

The code be behind the scenes must be a killer, but the exe integration should make life easier.

It actually on takes about 15 minutes to get it done. Warning. The only thing that I have found but others have not is that I go in to do some form maintenance (add a field, change layout) that when I save it the layout would get screwed up. If I have to do form maintenance now I go into the modules first and disable the resizer events (by prefixing with an aposthrophe), make my changes to the form, save the form then reenable the resizer events. But like I said others who have it say they don't have that problem so maybe backup your db, try to change without the disable and see what results you get.
 
Thank you again for your input.

This discussion has let lots to consider for form scaling. From using the lowest resolution to develop forms to using code for manual or auto scaling.

So much to consider when taking on a task.

Much appreciated.
 

Users who are viewing this thread

Back
Top Bottom