Jump to content

ming ng

uniGUI Subscriber
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

620 profile views

ming ng's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hi, Anyone can help here. I tried the project and Paypal button, it works. However, when I change the currency to HKD, the paypal screen did not pop up. Any clue here? Thanks in advance.
  2. Hi I am creating an MDI App. I have several MDI Children forms and one of them is to be ShowModal. After ShowModal of that form, the main menu was still active, is there a simple way to disable the menu by simple code like: UniMainMenu1.Disable? Currently I have to work around it by creating two procedures to enable / disable each menu item separately. Before I show modal, I call the "Disable All Menu Items" procedure, then at the Callback of ShowModal(CallBack), I call the "Enable All Menu Items". I hope there is a simpler way to do this. Anybody knows about it can you please advise? Many thanks. Best Regards Ming Ng
  3. Hi I want to switch main menu for my MDI app (admin menu and user menu). I added two UniMainMenus and some options for each. Then I set the Menu of my MainForm to UniMainMenu1 in the designer. Added a buttion and hope to switch the main menu to UniMainMenu2 by code: MainForm.Menu:=UniMainMenu2 It doesn't work as expected, anyone can please advise how to? Best Regards Ming
  4. I find out why and ok now. Interestingly the Library path has an UniTools Delphi2017 entry so it gets the wrong version of the DCU when compiling. I dont know why could that be.
  5. My 64-bit windows + latest RadStudio Berlin can install the UniGui, but not the 32-bit windows. Can u please advise. Thanks
  6. Hi I installed Delphi Berlin freshly, then install uniGUI but the error popup. It only happens on Berlin, I can install uniGUI on XE7 without problem. Best Regards
  7. Hi I am a registered user. After update my Delphi to latest Berlin I tried to re-install UniGui but got below error: [dcc32 Fatal Error] uniTools24.dpk (43): F2063 Could not compile used unit 'uniStrUtils.pas' Thanks to advise.
×
×
  • Create New...