Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Today
  3. Hello, Can you please specify first which edition of uniGUI are you using?
  4. Yesterday
  5. ok. I found a way. load image and "Pinch and zoom or move" image in the Div. download the Demo project. it all base on : https://coderundebug.com/blog/pinch-zoom-move-rotate-image/ to test the Pinch and Resize see : http://185.185.135.209:7070 download the zip attach. it contain the Mainm.pas +all js needed compile the program and run, use MOBILE to play with the image MzunimTest.zip
  6. Dear Friends! Stumbling upon a nearly decade-old post, I'd like to note that the code can be simplified even more... Thank you! 1. initialization ... UniAddCSSLibrary('build/packages/ux/classic/classic/resources/ux-all.css', False, [upoFolderJS, upoPlatformDesktop]); UniAddJSLibrary('build/packages/ux/classic/ux.js', False, [upoFolderJS, upoPlatformDesktop]); 2. function pagingBar.beforeInit(sender, config) { config.displayInfo = true; config.plugins = { 'ux-progressbarpager': { width: '300px' } }; }
  7. UniSession.URL gives only protocoll and host. No params.
  8. Hi, thank you, I will check.
  9. I'll explain better. I know how the client/browser side works and the interaction with Unigui. My question is ... Starting from a page (like the example, in this case Bootstrap), I can encapsulate via iFrame (or another way) an uniContainer object created at runtime (I don't want interaction between the object and bootstrap), all I need is that uniContainer is aligned within the iFrame. I need to create a sort of template where to place a multitude of uniContainer objects created at runtime. Sorry if I wasn't specific before. Thanks Antonio
  10. It seems the Ajax error was caused by some JS code I copied from the forum to reduce the size of the legend font sizes. After removing the code, I was able to hide the legend.
  11. Can you please advise why "hide" FAILS to FIRE
  12. I wish to hide the legend of the TUniBarSeries by setting the TUniChart's legend's Visible property to False. However, this causes the program to crash with the attached Ajax error. How do I hide the title arrowed? -- Frederick (UniGUI Complete - Professional Edition 1.95.0.1577)
  13. Hello, If I understand you correctly, you can use Clientside Alignment, with the layout you need...
  14. UniCalendarPanel1.JSInterface.JSCall('onTodayTap', []); UniCalendarPanel1.JSInterface.JSCall('onPrevTap', []); UniCalendarPanel1.JSInterface.JSCall('onNextTap', []); //There are several examples on the forum! UniCalendarPanel1.JSInterface.JSCall('setView', ['month']); //day, week
  15. I would like to create a Form with different html pages where there are "iFrames" inside. Is it possible to integrate/align a TUniContainer created at run time inside an iFrame? at least simulate an alignment to the HTML page. Thanks Antonio
  16. Yes this is needed. Why don't component makers just make this a standard? You need to have multiple columns for all comboboxes with search, sort, and filter options.
  1. Load more activity
×
×
  • Create New...