Re: [MBS] Problem with webviewmbs

2020-10-27 Thread Tim Jones
Hi Sergio, Have you updated your MBS Plugins? Tim On 10/27/20 2:36 PM, Sergio Tamborini wrote: Hi there. I work with an old code like this mystring=htmlviewer1.mainFrameMBS.dataSource.data But from xojo 2020 it's deprecated. On the website Christian suggests to use WebViewMBS class. But...

Re: [MBS] Shell to AutorizationMBS question

2020-03-22 Thread Tim Jones
On Mar 22, 2020, at 12:06 AM, Marnaud wrote: > >> Le 21 mars 2020 à 22:02, Christian Schmitz >> a écrit: >> >> In Terminal you have a lot of environment variables or user defaults, which >> may not be in use for authorize, which runs as root. > > For the sake of checking, I tried the

Re: [MBS] Need separate downloads for MBS Plugins?

2019-11-03 Thread Tim Jones
I almost exclusively download the complete package. The size difference between the complete and plugins-only packages doesn't make enough difference on my end to go after things separately. I believe that the only tim I downloaded plugins-only was when I was on a cruise ship and the

Re: [MBS] [ANN] 19.2pr6

2019-05-03 Thread Tim Jones
Please expand on ShellMBS - what does it bring with relationship to the RB/Xojo Shell? Thanks, Tim > On May 3, 2019, at 5:59 AM, Christian Schmitz > wrote: > > Hi, > > * Fixed ScreenshotMBS for Linux ARM. > * Fixed problem with GTK and Linux ARM > * Added ShellMBS class. > * Added

Re: [MBS] Current User's name and password

2019-03-14 Thread Tim Jones
Hi Jean-Luc, I'll send you a link to some code that I use to accomplish this on both macOS and Linux. I'll need until tonight as I'm in meetings all day. Tim > On Mar 13, 2019, at 4:55 AM, Jean-Luc Arnaud wrote: > > Hi all, > > I need to ask the User for his name and login password, as

Re: [MBS] Odd crash with DelayMBS

2018-04-11 Thread Tim Jones
On Apr 11, 2018, at 8:31 AM, Christian Schmitz wrote: > >> In working with the various mode values, what combination of modes would >> allow DelayMBS to provide a similar result to the App.DoEvents API? I need >> to be able to pause processing for known

Re: [MBS] Odd crash with DelayMBS

2018-04-11 Thread Tim Jones
On Apr 10, 2018, at 1:25 PM, Christian Schmitz wrote: > >>> >>> Why do you do this? >> >> Not something I'm doing. I have situations where I need to allow hardware >> to stabilize in a shell, so I send the command data block, and then use >> DelayMBS(period

Re: [MBS] Odd crash with DelayMBS

2018-04-10 Thread Tim Jones
On Apr 10, 2018, at 10:35 AM, Christian Schmitz <supp...@monkeybreadsoftware.de> wrote: > > >> Am 10.04.2018 um 19:33 schrieb Tim Jones <tolis...@me.com>: >> >> Hi Christian, >> >> I'm running into an odd crash with DelayMBS from the 17.5 plug

[MBS] Odd crash with DelayMBS

2018-04-10 Thread Tim Jones
Hi Christian, I'm running into an odd crash with DelayMBS from the 17.5 plugins in 2016r3. Here's the crash entry: Thread 2 Crashed: 0 libobjc.A.dylib 0xa0cd6e68 objc::DenseMapBase >,

Re: [MBS] PictureToPNGStringMBS not working on my Linux system

2018-04-04 Thread Tim Jones
> On Apr 4, 2018, at 7:13 AM, Marnaud wrote: > > Le 4 avr. 2018 à 15:54 du soir, Christian Schmitz > a écrit: >> Yes. So where is the file on the disk? > > Ok, the Nautilus search gave better results than the Terminal one. I finally > found

Re: [MBS] IconMBS for Windows and Linux

2017-12-30 Thread Tim Jones
On Dec 30, 2017, at 4:26 PM, Christian Schmitz wrote: > >>> I am not sure if those functions would help. >> >> Any other ideas for Linux? > > I tried a few things, but nothing works. > Seems to be a thing where you don’t find many snippets on the web. > > I’d

Re: [MBS] IconMBS for Windows and Linux

2017-12-30 Thread Tim Jones
On Dec 30, 2017, at 3:27 PM, Christian Schmitz wrote: > >> Hmmm, just tried and I get an UnsupportedOperationException when I try to >> get a generic icon for C: - >> >> i = New IconMBS(GetFolderItem("C:\", FolderItem.PathTypeNative)) > > iconMBS class is

Re: [MBS] IconMBS for Windows and Linux

2017-12-30 Thread Tim Jones
On Dec 30, 2017, at 2:41 PM, Christian Schmitz <supp...@monkeybreadsoftware.de> wrote: > >> Am 30.12.2017 um 22:38 schrieb Tim Jones <tolis...@me.com>: >> >> Hi Folks, >> >> I'm "improving" a cross platform app for Windows and Linux and ne

[MBS] IconMBS for Windows and Linux

2017-12-30 Thread Tim Jones
Hi Folks, I'm "improving" a cross platform app for Windows and Linux and need to access file/folder icons similar to the way I can in Mac OS. I've been using IconMBS and IconFamilyMBS for quite a while on the Mac, but now that I've looked at the docs, it is listed as not supporting Linux or

Re: [MBS] Filter

2017-08-22 Thread Tim Jones
On Aug 22, 2017, at 4:13 AM, Lee Badham wrote: > > Hi, > > Just a test to see if I've correctly reset my overzealous spam filter... > > Lee > Your filter let it through on my end :P Tim ___ Mbsplugins_monkeybreadsoftware.info

Re: [MBS] Getting Device Type (CD/DVD, Disk, Network, etc.) given a Windows path like C:

2017-08-22 Thread Tim Jones
Thanks - exactly what I was looking for. Tim > On Aug 21, 2017, at 11:55 PM, Christian Schmitz > <supp...@monkeybreadsoftware.de> wrote: > > >> Am 22.08.2017 um 07:58 schrieb Tim Jones <tolis...@me.com>: >> >> Hi Folks, >> >> If I

[MBS] Getting Device Type (CD/DVD, Disk, Network, etc.) given a Windows path like C:

2017-08-21 Thread Tim Jones
Hi Folks, If I have a volume name such as C: or D: or a Volume(x) ID on Windows, is there a way to get it's device type? Thanks, Tim ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info

[MBS] ThreadSafeMBS / ThreadMBS

2017-07-30 Thread Tim Jones
Hi Christian, Where should we look for the ThreadSafeMBS/ThreadMBS class documentation? Searching using your search field results in generic "Added ThredMBS class" entries, but nothing more useful. Thanks, Tim ___

Re: [MBS] WinDragDrop MBS plugin

2017-07-25 Thread Tim Jones
This is true for all apps, not just Xojo apps. It is not legal for a non-Administrator user to interact via drag and drop with an Administrator app - Try opening a Powershell or CMD window as Administrator and then drag and drop a folder from the user desktop. It's just a Windows fact of

Re: [MBS] The big cleanup for our Xojo plugins

2017-07-24 Thread Tim Jones
For the environments where I absolutely need to stick with RS 2012r2.1, I can also stick with the older, existing copy of the RS plugins since the code bases there are locked and only receive bug fixes for our larger volume clients. Any new code is starting at 2017r1.1, so now issue on my part

Re: [MBS] Real Studio still used?

2017-01-28 Thread Tim Jones
Still use RS2012r2.1 for old projects such as console apps, but those are all locked on MBS15.4, so I'll never need newer MBS there. Maybe someday I'll be able to generate a list of issues that occur with my console apps when I try to build them on newer Xojo releases... Tim > On Jan 27,

Re: [MBS] [ANN] 16.4pr7

2016-09-15 Thread Tim Jones
Thanks - that’s good news. Going to swap calls tomorrow and test! Tim > On Sep 14, 2016, at 10:36 PM, Christian Schmitz > <supp...@monkeybreadsoftware.de> wrote: > > >> Am 14.09.2016 um 22:19 schrieb Tim Jones <tolis...@me.com>: >> >> Hi Christian,

Re: [MBS] [ANN] 16.4pr7

2016-09-14 Thread Tim Jones
Hi Christian, Can we get some details on SplitMBS? Tim > On Sep 14, 2016, at 1:16 PM, Christian Schmitz > wrote: > > Hi, > > * Added SplitMBS function. ___ Mbsplugins_monkeybreadsoftware.info mailing list

Re: [MBS] GraphicsMagick image array labels not showing in Montage

2016-02-03 Thread Tim Jones
I'm seeing a lot of this type of disparity in some work I'm doing in the video realm. My next effort is to start including my needed ttf/otf fonts in my apps so I can stop trying to guess what the user will have installed - especially on Linux. Tim > On Feb 3, 2016, at 5:02 AM, Christian

Re: [MBS] Test for MBS?

2015-07-27 Thread Tim Jones
Are you asking this for releasing source code for others to use, or to see if the MBS set is installed on a user’s system? If the first, just make it a requirement for the use of your code. If the second, you’re compiling the project and the plugins are compiled into your app, so you would

[MBS] Possible to snapshot the OS X Dock

2015-05-01 Thread Tim Jones
Hi Folks, Is it possible to take a snapshot of the user’s Dock in OS X? I’ve just started digging around, but nothing jumps out at me. Thanks, Tim ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info

Re: [MBS] Possible to snapshot the OS X Dock

2015-05-01 Thread Tim Jones
On May 1, 2015, at 12:13 PM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: I’m still missing something. Using this code, I can’t determine how to get the Dock’s Window List. I’ve added a listbox to display the results of the CGSWindowMBS list, but I get no window titles

Re: [MBS] ChartDirector PPC support needed?

2015-04-23 Thread Tim Jones
I’m happy to say that with our next series of app updates, PPC/UB support will no longer be added or needed (finally). Tim On Apr 23, 2015, at 12:01 PM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: Hi, is there at least one client who still uses MBS Real Studio ChartDirector

Re: [MBS] Different icon sizes using NSWorkspaceMBS.iconForfileType

2015-04-17 Thread Tim Jones
On Apr 17, 2015, at 12:08 AM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: Is there a way to get the other sizes directly? Specifically, I need to retrieve the 16x16 and 128x128 sizes. you get an NSImageMBS. There you can call setSize method to set the size you need.

Re: [MBS] Different icon sizes using NSWorkspaceMBS.iconForfileType

2015-04-17 Thread Tim Jones
On Apr 17, 2015, at 12:08 AM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: Is there a way to get the other sizes directly? Specifically, I need to retrieve the 16x16 and 128x128 sizes. you get an NSImageMBS. There you can call setSize method to set the size you need.

Re: [MBS] Different icon sizes using NSWorkspaceMBS.iconForfileType

2015-04-17 Thread Tim Jones
On Apr 17, 2015, at 7:50 AM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: I’ll give this a shot, but my concern is that scaling the 32x32 to 128x128 will result in a blocky image. No worries. The NSImage you get here has several image representations for the different

[MBS] Different icon sizes using NSWorkspaceMBS.iconForfileType

2015-04-16 Thread Tim Jones
According to the docs for NSWorkspaceMBS.iconForfileType: The returned image has an initial size of 32 pixels by 32 pixels. Is there a way to get the other sizes directly? Specifically, I need to retrieve the 16x16 and 128x128 sizes. Thanks, Tim

Re: [MBS] a4c6452c-bf6a-4bc9-987b-364944996...@monkeybreadsoftware.de

2015-02-28 Thread Tim Jones
It was spam. On Feb 27, 2015, at 2:09 AM, Jean-Luc Arnaud jean-...@cdmultimedia.fr wrote: ?? What is this mail intended for? Jean-Luc Arnaud Le 26/02/2015 19:17, Strange Ross a écrit : ___ Mbsplugins_monkeybreadsoftware.info

Re: [MBS] Updater and automatic updating

2015-02-19 Thread Tim Jones
On Feb 19, 2015, at 1:24 PM, Steve Upton up...@chromix.com wrote: On Feb 19, 2015, at 12:14 AM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: Well, for the Windows side you could modify the code to set a flag and do the updating later when app quits. For Sparkle, maybe

Re: [MBS] Windows Rights management

2015-02-09 Thread Tim Jones
For one of my tools, I had to specify that the user MUST enable the Administrator account and login with that account since Microsoft won't allow you to provide interaction between a user-level desktop / Explorer and an elevated application (no drag and drop, for example). MS' lockdown of the

Re: [MBS] [ANN] 15.0pr9

2015-02-02 Thread Tim Jones
Ah - I love DB pro. It's a life saver when I'm traveling and working. What if you made me the owner of the two shared folders? I could set the others to read only and give you read / write. Tim On Feb 2, 2015, at 9:42 AM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: Hi

Re: [MBS] [ANN] 15.0pr9

2015-02-02 Thread Tim Jones
Hi Christian, I don't know if you know, but you can set the DropBox accounts for users to Read Only. You do it from the Web login interface. That should prevent all of the glitches that have occurred. I use that setting for the shared folders that we present to users. Tim On Feb 2, 2015,

Re: [MBS] NSImage : Name for Tags?

2015-01-18 Thread Tim Jones
Oliver - Where did you get the original list of named image info for system icons? I’ve searched and can’t find them on MBS or Apple Developer sites. Tim On Jan 18, 2015, at 7:14 AM, Oliver Osswald mailbox...@buddhism.edu wrote: On a OSX toolbar I create buttons and - where available - I

Re: [MBS] NSImage : Name for Tags?

2015-01-18 Thread Tim Jones
Ah - I didn’t scroll down far enough and a search for NSImageName doesn’t match anything in the search. Thanks, Tim On Jan 18, 2015, at 8:41 AM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: Am 18.01.2015 um 16:21 schrieb Tim Jones tolis...@me.com: Oliver - Where did you

[MBS] Using MBS gzip components to parse a gzip'd text file

2014-12-30 Thread Tim Jones
Hi All, I’m trying to shift away from shell calls to gzip due to overhead when dealing with 100’s of files. Since the MBS plugins offer gzip handling functions, is there an example of using the plugin calls to accomplish something like this: theShell.Execute gzcat “ +

Re: [MBS] Canon EOS Digital plugin how to load framework sdk's

2014-12-17 Thread Tim Jones
On Dec 17, 2014, at 11:45 AM, Obleo Beck ob...@me.com wrote: Hello. I have a quick question using the Canon EOS Digital plugin inculded with MBS complete. It seems the only way to add the two canon frameworks is by building the app everytime to test during development, open the package

Re: [MBS] Canon EOS Digital plugin how to load framework sdk's

2014-12-17 Thread Tim Jones
On Dec 17, 2014, at 12:21 PM, Marnaud anic...@mac.com wrote: Le 17 déc. 2014 à 19:56, Tim Jones tolis...@me.com a écrit: Use the Build Automation options for your platform and add a CopyFilesStep. I have a slew of helper and framework tools that must be added to many of my projects

Re: [MBS] Canon EOS Digital plugin how to load framework sdk's

2014-12-17 Thread Tim Jones
On Dec 17, 2014, at 12:35 PM, Obleo Beck ob...@me.com wrote: I actual see why the copyFile build settings not working. I select the two framework files; DPP.framwork and EDSDK.framework but Xojo sees the .framework as a folder and takes the files inside the frameworks and then adds those

Re: [MBS] OverlayMBS infinite mouseMoved events on Windows 7

2014-12-13 Thread Tim Jones
On Dec 13, 2014, at 1:43 PM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: For some things it may make sense, as e.g. Mac OS 9 used to send mouse events regularly just to inform your app and let it continue a cursor animation. It’s the same for Windows newer SDKs as Windows

Re: [MBS] MBS 14.4 and Xojo 2013r3.3 (Solved)

2014-11-18 Thread Tim Jones
+1 - I was bitten by this problem as well. Changed the folders to symlinks instead of aliases and all’s well. Tim On Nov 18, 2014, at 9:51 AM, William Koperwhats wkoperwh...@miloslick.com wrote: Jean-Luc, FYI, using a symbolic link rather than just a plain Alias will work just fine

[MBS] New AVFoundation Book Out

2014-10-29 Thread Tim Jones
For all of your AV Nerds (sorry, bad American reference to the guy at school who always knew how to operation the projectors), Bob McCune's new book - Learning AV Foundation has been released by the Pearson publishing group. Bob provides some really good real-world examples that can be used

Re: [MBS] NSViewMBS.RenderImage delivers empty picture

2014-10-22 Thread Tim Jones
On Oct 22, 2014, at 10:18 AM, Michael Diehr m...@xochi.com wrote: It's actually a HTML page that can include any number of videos that may be overlaid in a complex web page, so I really need the RenderImage(). The check if it returns in 5msec workaround seems OK for now. How are you dealing

Re: [MBS] MBS Barcode plugin question

2014-09-25 Thread Tim Jones
You can't save files like that in Web apps. You have to display them and let the user save them on the client side. Tim On Sep 25, 2014, at 9:10 AM, Heinz m...@scout-soft.com wrote: - With the plugin I can use .writePS to create a EPS file and .writeSVG to create a SVG file - but how do I

Re: [MBS] [ANN] 14.3pr8

2014-09-05 Thread Tim Jones
On Sep 5, 2014, at 1:25 PM, Garth Hjelte ga...@chickensys.com wrote: At 03:01 PM 9/2/2014, you wrote: * Renamed WindowsTimerMBS to TimerMBS as we got a Mac and Linux implementation for your cross-platform projects. So TimerMBS is a fast timer for xplat but it has to be used without the

[MBS] MBS Icon Routines redefined?

2014-06-30 Thread Tim Jones
Hi Christian, I just updated my 12r2.1 environment to use the 14r2 plugins and “WOW!” is all I can say about improvements to the handling of Icons in both Carbon and Cocoa modes! A project that used to take over 2 minutes to expand a specific test folder (5,000 files of different types) now

Re: [MBS] NSMenuMBS or NSMenuItemMBS refresh

2014-06-10 Thread Tim Jones
Jean-Luc, What if you don’t set the dialog to modal? I use this mechanism for two of our products and it works as expected. The only difference is that my dialogs are simple Document windows. Tim On Jun 10, 2014, at 8:54 AM, Jean-Luc Arnaud jean-...@cdmultimedia.fr wrote: Christian, I

Re: [MBS] ZipMBS and Zip64 support?

2014-06-04 Thread Tim Jones
Apple’s ZIP implementation assigns the same 000A version ID to both 32 and 64 bit archives. It’s sounds like you should modify your mini zip library to use Apple’s version ID since the rest of the world really doesn’t care :). Tim On Jun 4, 2014, at 9:57 AM, Christian Schmitz

Re: [MBS] Duplicate classes in MBS plugins

2014-04-29 Thread Tim Jones
I ran into something like this a few revs back. I fixed it by removing ALL of the MBS plugins and then recopying the 14.2pr2 plugins into the Xojo Plugins folder. Tim On Apr 29, 2014, at 7:17 AM, Jean-Luc Arnaud jean-...@cdmultimedia.fr wrote: I have an issue between MBS Xojo Cocoa

Re: [MBS] Encrypted or decrypted file?

2014-03-17 Thread Tim Jones
Hi Jean-Luc, Unfortunately, there’s no signature in an AES encrypted file - that’s part of the design, so there’s no way to check the file except to try and extract it. Tim On Mar 17, 2014, at 9:34 AM, Jean-Luc Arnaud jean-...@cdmultimedia.fr wrote: Hi all, I recently got the whole set

Re: [MBS] Encrypted or decrypted file?

2014-03-17 Thread Tim Jones
What function are you calling for the pass? Tim On Mar 17, 2014, at 9:45 AM, Jean-Luc Arnaud jean-...@cdmultimedia.fr wrote: Ok, Thanks Christian and Tim. So, I have another question. When decrypting a file that is already decrypted, it seems like the result is an encrypted file. Then,

Re: [MBS] Sending a picture from on OS to another

2014-01-24 Thread Tim Jones
On Jan 23, 2014, at 4:28 PM, Marnaud anic...@mac.com wrote: Le 23 janv. 2014 à 22:43, Christian Schmitz a écrit: Sorry, not sure. We do a lot of things here. But we can only fix latest plugin. Ok, I've downloaded the latest version. Same crash. In the example you provided, the crash

Re: [MBS] Sending a picture from on OS to another

2014-01-23 Thread Tim Jones
On Jan 23, 2014, at 12:15 PM, Tim Jones tolis...@me.com wrote: On Jan 23, 2014, at 12:04 PM, Marnaud anic...@mac.com wrote: Here's a sample code that exhibits the problem for me. Can you try it on Linux (mine is Ubuntu 10.04, if you have it)? dim f As FolderItem dim p As Picture f

Re: [MBS] Sending a picture from on OS to another

2014-01-23 Thread Tim Jones
On Jan 23, 2014, at 12:26 PM, Marnaud anic...@mac.com wrote: Le 23 janv. 2014 à 20:15, Tim Jones a écrit: Arnaud, Try separating that conversion into separate calls: pString = PictureToPNGStringMBS(p) //Convert the picture to a PNG string newp = PNGStringToPictureMBS(pString

Re: [MBS] CocoaControlMBS: Howto NOT getting it linked with Windows builds?

2013-12-09 Thread Tim Jones
That’s what the #if TargetXXX options are for. Wrap your platform-specific code in proper blocks: #if TargetMacOS //Do the Mac Stuff #elseif TargetLinux // Do the Linux stuff #else // Do the Windows stuff #endif

Re: [MBS] RenderSamplesMBS oddity

2013-08-26 Thread Tim Jones
How are you calling it exactly? Tim On Aug 26, 2013, at 10:01 AM, Louis lo...@louisveillette.net wrote: This morning, I gave a try to the RenderSamplesMBS. But it seems to not behave as expected. To confirm my suspicion, I tried it with a file with only silence. The bottom half of the

Re: [MBS] Determine if an existing Authorization is still valid

2013-06-17 Thread Tim Jones
On Jun 15, 2013, at 2:28 AM, Marnaud anic...@mac.com wrote: Le 15 juin 2013 à 6:09, Beatrix Willius a écrit: Can you post some code? This works without problems here. Maybe it works fine for you, but I still don't understand why there's no method to know if an authorisation is still

[MBS] Determine if an existing Authorization is still valid

2013-06-14 Thread Tim Jones
I use the SimpleNewAuthorization method to set up a authorization shell function. However, I’m expanding an app and need to perform multiple auth calls. If I call the SimpleNewAuthorization method each time, the user is prompted over and over. However, if I don’t call SimpleNewAuthorization

Re: [MBS] Determine if an existing Authorization is still valid

2013-06-14 Thread Tim Jones
On Jun 14, 2013, at 11:02 AM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: Am 14.06.2013 um 19:39 schrieb Tim Jones tolis...@me.com: I use the SimpleNewAuthorization method to set up a authorization shell function. However, I’m expanding an app and need to perform multiple auth

Re: [MBS] Matching File Size as Shown in Finder

2013-04-21 Thread Tim Jones
From what I see in my shell tests, it appears that Finder reports the ls -leO size divided by 1000 (for K) divided by 1000 again for M divided by 1000 again for G and then rounds up to 2 decimal places. for example, $ ls -leO /Volumes/VD\ 1/OSX-10.8.iso -rw-r--r-- 1 tjones staff -

[MBS] AuthorizationMBS - Ich verstehe jedoch nicht.

2013-02-14 Thread Tim Jones
Hi Christian, In working with the AuthorizationMBS class, I'm getting some odd results. I create a Class named myAuth As AuthorizationMBS I add myAuth = New AuthorizationMBS to App.Open I then set myAuth.Release = False myAuth.KeepRights = True I then call: If Not

Re: [MBS] AuthorizationMBS - Ich verstehe jedoch nicht.

2013-02-14 Thread Tim Jones
Bad cut and paste. That second code segment should have been: If Not myAuth.SimpleNewAuthorization Then MsgBox Authorization attempt failure Quit End If On Feb 14, 2013, at 11:59 AM, Tim Jones tolis...@me.com wrote: Hi Christian, In working

Re: [MBS] AuthorizationMBS - Ich verstehe jedoch nicht.

2013-02-14 Thread Tim Jones
That's just it, I have created a helper tools and I'm calling it from the authRunAsync method and it must be run as admin. Tim On Feb 14, 2013, at 12:24 PM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: Am 14.02.2013 um 19:59 schrieb Tim Jones tolis...@me.com: Hi Christian

Re: [MBS] Cocoa plugins?

2013-01-28 Thread Tim Jones
I got caught by this just 2 minutes ago :-). Tim On Jan 28, 2013, at 11:35 AM, William Koperwhats wkoperwh...@miloslick.com wrote: Christian, What happened to the Cocoa and CocoaBase plugins in the DropBox folder? They're MIA. Cheers. -bill k

Re: [MBS] quicktime URL movies load at wrong size.

2012-08-15 Thread Tim Jones
On Aug 15, 2012, at 2:20 PM, James Sentman wrote: Is there a way I can wake it up to the fact that the movie has changed size? Just changing the size doesn't do anything, it just puts the postage stamp in the corner of a large white field. I gave up on all of this voodoo in two of my

Re: [MBS] StatusItem with icon and transparency issue

2012-03-02 Thread Tim Jones
That's a Carbon limitation. Christian has added a hack for it in his videos on StatusItem, but it's still not perfect. To get around this in BRU Server's Agent, I just made the icon bigger with no transparent area. The only real solution is to build your app as Cocoa. This solves the problem

Re: [MBS] New installs with new MBS

2012-02-11 Thread Tim Jones
On Feb 11, 2012, at 5:41 PM, Garth Hjelte wrote: At 03:44 PM 2/11/2012, you wrote: I know this is more of a Packagemaker problem … Yes. The problem is normally that Real Studio decides to load the wrong (older framework), so I recommend you modify installer to clear frameworks folder

Re: [MBS] Querying for state of USB devices

2012-02-06 Thread Tim Jones
On Feb 6, 2012, at 5:32 AM, Arnaud Nicolet wrote: Le 6 févr. 2012 à 12:59 Soir, Christian Schmitz a écrit: Can't you simply ask them to call DoEvents in synchronously mode? Well, I could add that myself (they are not encrypted classes). On the other hand, I'm now trying to make my own

Re: [MBS] Window.HasToolbarButtonMBS broken

2012-01-25 Thread Tim Jones
On Jan 25, 2012, at 2:46 PM, Arnaud Nicolet wrote: Could it be that Apple removed that widget in Lion. I don't see it here in Real Studio, Mail and Finder... You're right. Perhaps it's because of the “full screen” icon (two buttons there could be confusing, they thought…). Ok, so back to

Re: [MBS] NSSavePanelMBS beginSheetForDirectory modal equivalent?

2012-01-22 Thread Tim Jones
On Jan 22, 2012, at 3:28 AM, Arnaud Nicolet wrote: Le 22 janv. 2012 à 11:08 Matin, Christian Schmitz a écrit: A ShowModalSheetForDirectory method would be the missing method here, simply because a NSSavePanel is meant to suspend the current method. Or is there a workaround? Maybe

Re: [MBS] copy file over internet

2011-08-05 Thread Tim Jones
On Aug 5, 2011, at 4:34 AM, MBS mailinglist wrote: Hello, I need a client / server solution that would allow me to send a file securely (encrypted) over the internet. Perfect would be resume of interrupted transfers. Heinz, Why not simply use scp from a shell? You can set up the shared

Re: [MBS] NSStatusItemMBS Finder hide notifications?

2011-07-26 Thread Tim Jones
Bump - no ideas? On Jul 23, 2011, at 4:18 PM, Tim Jones wrote: When dealing with the NSStatusItemMBS class elements, I've run into a situation where my statusitem can exceed the available space on the statusbar (either because my text is too long, or the user switched to an application where

Re: [MBS] NSStatusItemMBS Finder hide notifications?

2011-07-26 Thread Tim Jones
On Jul 26, 2011, at 8:09 AM, Christian Schmitz wrote: Am 24.07.2011 um 01:18 schrieb Tim Jones: When dealing with the NSStatusItemMBS class elements, I've run into a situation where my statusitem can exceed the available space on the statusbar (either because my text is too long

Re: [MBS] Problems with SetFolderFlagsMBS

2011-07-12 Thread Tim Jones
On Jul 12, 2011, at 2:32 PM, Christian Schmitz wrote: PS: GetFolderItem has a second parameter where you should pass PathTypeShell. Thanks, that was the problem. I was passing the path in POSIX format rather than as a simple shell path. Once I got rid of the extra quotes and added ,

Re: [MBS] need a little Xcode 4 build settings help getting a JUCE RB plugin project off the ground

2011-06-24 Thread Tim Jones
On Jun 24, 2011, at 8:17 AM, Christian Schmitz wrote: Am 24.06.2011 um 17:16 schrieb Christian Schmitz: Hello Dan, I was busy this week, so this was delayed a couple of days. Sorry, this whole thread should not be on the list. Please ignore and delete. I'll remove it for the

[MBS] FolderItem.IconMaskMBS and 2011r2

2011-06-21 Thread Tim Jones
Hi All, I've just run into a picture issue with 2011r2 and IconImageMBS / IconMaskMBS. When building for Carbon, this provide a picture item as expected. However, in Cocoa, the background of the image is black instead of transparent. I use the simple code from the example passing in the