omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. eric

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    eric

    @eric

    0
    Reputation
    659
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    eric Unfollow Follow

    Latest posts made by eric

    • RE: CoreBluetooth: How to get advertisement data and scan response?

      Thx for your reply JonB.

      I might just go for a std ObjC app I would have to dig through the objc_util thing ^^

      The thing I don't understand is why the cb module doesn't expose the advData and RSSI params from the CoreBluetooth API.

      posted in Pythonista
      eric
      eric
    • RE: CoreBluetooth: How to get advertisement data and scan response?

      From the documentation, I couldn't find any info about the scan response...

      So I was wondering if there is another way to access the advertised data. Or if there is just no way?

      My BLE device uses BLE advertising to give some info to the Central. And I was willing to use pythonista as a debug tool to troubleshot my device, but it seems it won't be possible...

      Cheers,
      Eric T.

      posted in Pythonista
      eric
      eric
    • CoreBluetooth: How to get advertisement data and scan response?

      Hi,

      Is there a way to get the BLE scan response when scanning for devices?

      Is there a way to get advertisement data from surrounding BLE device?

      Cheers,

      Eric T

      posted in Pythonista
      eric
      eric
    • RE: Using a custom pu/pyui view in another one using ui editor

      Hi,
      I don't get the way to load the pyui file in the __ init__() method.
      there is no load_view() method in View class

      So I really don't get it... do you have sample code that load view content in __ init__() ?

      posted in Pythonista
      eric
      eric
    • RE: Debugger?

      nice, I wasn't aware of the pdb module!

      posted in Pythonista
      eric
      eric
    • RE: (bug) When running a script that makes use of another script...

      thx that's a good workaround while working on a sub module

      posted in Pythonista
      eric
      eric
    • RE: (bug) When running a script that makes use of another script...

      Ok, so this is kind of a known issue that you have to quit Pythonista for sub modules to be properly reloaded by scripts using it, once edited?

      posted in Pythonista
      eric
      eric
    • (bug) When running a script that makes use of another script...

      When running a script a.py that import b.py, and I modify b.py once a.py as already been launched, I have to quit Pythonista for the a.py to reload and take into account modifications made in b.py ...
      Is that a bug or some sort of optimisation that avoid recompiling the byte code that I can disable in the settings?

      Regards,
      Eric T.

      posted in Pythonista
      eric
      eric
    • RE: Using a custom pu/pyui view in another one using ui editor

      Hi thx for the reply.
      I already did the import for the class

      but I can't figure out to call the load_view in the init..

      Do you mean in the init(self) of the A class?

      as load_view will return an instance of A...

      posted in Pythonista
      eric
      eric
    • Using a custom pu/pyui view in another one using ui editor

      Hi
      I've defined a custom view object with its pyui file
      so I have:
      a.py
      a.pyui
      A(ui.View)

      Is it possible to use it from the editor in another ui?
      It looks like there is no way to specify the .pyui file for the custom views...

      Cheers,
      Eric T.

      posted in Pythonista
      eric
      eric