Jump to content

ChrisChuah

Members
  • Content Count

    111
  • Joined

  • Last visited

Everything posted by ChrisChuah

  1. hi when the new patch is released, the PAServer pkg is also shown on my Windows VM. So i dragged the PAServer pkg into my Mac OS to install it. After installation, i ran my app but it showed disconnected session. On the PAServer in my MacOS, it showed >list Process Control Server started pid 1647 exe built Feb 27 2020 Error: file permissions do not allow debugging. Just today, i saw another patch is released but my PA Server still does not allow iOS debugging. I am running Mojave instead of Catalina because Catalina does not allow the PAServer to run because it is in 32 bit. anyone can advise? regards chris
  2. ChrisChuah

    TSwitch to allow change?

    Hi Is there a function when there is switch event, to disallow the component from switching from off to on? In my function, when the user activate the OnSwitch event, i will prompt the user to turn off? if the user said no, then the switch should remain at On. However, now the switch will auto turn off even though i set the IsCheck to true any ideas? regards chris
  3. ChrisChuah

    TSwitch to allow change?

    Thank you very much. i will try this out. regards chris
  4. btw, do you know why is there a file permission error on the PA server? i checked on all the user:group in the PAServer and its root:wheel. any ideas?
  5. Is it easier to debug on the hardware? sometimes the debugger is quite slow when returning to the breakpoint. thats what i feel.
  6. Its a update patch that provided the new PAServer. The PAServer before this patch was working fine. I was using it to do debugging of my software. Somehow i cant understand why the Embarcardero is asking me to debug on the physical device. Its easier to debug on the simulator isnt it?
  7. ChrisChuah

    TBluetoothLE in Windows 10

    I tested out the BLE on windows 10 and it seems that the device needs to be paired up in the Windows Bluetooth screen first by adding it to it. If not, while you tried to get services from the device, it will prompt that the device is not paired up.
  8. ChrisChuah

    TBluetoothLE in Windows 10

    Thanks for the reference to the delphi sample. Seems that for MacOS, iOS and Android, there is an event OnEndDiscoverDevices called when there is a timeout set in the DiscoverDevices function. However, in Windows 10, this event is not called. Instead the event DiscoveredDevice is called. Hence, have to modify the codes to detect that if windows, have to add a timer for timeout to stop the discovery of devices. Would this be a good option? what would you do? please advice regards chris
  9. ChrisChuah

    TBluetoothLE in Windows 10

    What other BLE component can be used for windows deployment if the default TBluetoothLE is not working for windows 10
  10. ChrisChuah

    TBluetoothLE in Windows 10

    I tried that with the discover device and it does not send a end discover callback. It was stuck there.
×