Raymond Stone

Results 29 comments of Raymond Stone

None of these limits however seem to pertain IN my case I have a formula in a cell say =@formulaname("F047","O|Dew Point|Dew Point Temperature|Celcius","Composition|Extended|EOS Method|Peng-Robinson"," |Pressure|barg",Sheet1!B1,"Paraffins|Methane|PerCent",Sheet1!C4,"Paraffins|Ethane|PerCent",Sheet1!C5,"Paraffins|Propane|PerCent",Sheet1!C6,"Paraffins|n-Butane|PerCent",Sheet1!C7,"Paraffins|iso-Butane|PerCent",Sheet1!C8,"Paraffins|n-Pentane|PerCent",Sheet1!C9,"Paraffins|iso-Pentane|PerCent",Sheet1!C10,"Paraffins|neo-Pentane|PerCent",Sheet1!C11,"Paraffins|n-Hexane|PerCent",Sheet1!C12,"Paraffins|2-Methylpentane|PerCent",0,"Paraffins|3-Methylpentane|PerCent",0,"Paraffins|22-Dimethylbutane|PerCent",0,"Paraffins|23-Dimethylbutane|PerCent",0,"Paraffins|24-Dimethylpentane|PerCent",0,"Paraffins|223-Trimethylbutane|PerCent",0,"Paraffins|33-Dimethylpentane|PerCent",0,"Paraffins|23-Dimethylpentane|PerCent",0,"Paraffins|3-Methylhexane|PerCent",0,"Paraffins|3-Ethylpentane|PerCent",0,"Paraffins|2-Methylhexane|PerCent",0,"Paraffins|22-Dimethylpentane|PerCent",0,"Paraffins|n-Heptane|PerCent",0,"Paraffins|n-Octane|PerCent",0,"Paraffins|n-Nonane|PerCent",0,"Paraffins|n-Decane|PerCent",0,"Paraffins|n-Undecane|PerCent",0,"Paraffins|n-Dodecane|PerCent",0,"Paraffins|n-Tridecane|PerCent",0,"Paraffins|n-Tetradecane|PerCent",0,"Paraffins|n-Pentadecane|PerCent",0,"Paraffins|n-Hexadecane|PerCent",0,"Paraffins|n-Heptadecane|PerCent",0,"Paraffins|n-Octadecane|PerCent",0,"Paraffins|n-Nonadecane|PerCent",0,"Paraffins|n-Icosane|PerCent",0,"Aromatics|Benzene|PerCent",Sheet1!C14,"Aromatics|Toluene|PerCent",0,"Aromatics|Ethylbenzene|PerCent",0,"Aromatics|o-Xylene|PerCent",0,"Aromatics|m-Xylene|PerCent",0,"Aromatics|p-Xylene|PerCent",0,"Aromatics|124-Trimethylbenzene|PerCent",0,"Aromatics|135-Trimethylbenzene|PerCent",0,"Naphthenes|Cyclohexane|PerCent",0,"Naphthenes|Methylcyclopentane|PerCent",0,"Naphthenes|11-Dimethylcyclopentane|PerCent",0,"Naphthenes|Ethylcyclopentane|PerCent",0,"Naphthenes|Methylcyclohexane|PerCent",0,"Naphthenes|Ethylcyclohexane|PerCent",0,"Non-Organics|Hydrogen|PerCent",0,"Non-Organics|Nitrogen|PerCent",Sheet1!C13,"Non-Organics|Water|PerCent",0,"Non-Organics|Hydrogen Sulfide|PerCent",0,"Non-Organics|Carbon Monoxide|PerCent",0,"Non-Organics|Carbon Dioxide|PerCent",Sheet1!C15,"Non-Organics|Oxygen|PerCent",0,"Non-Organics|Helium|PerCent",0,"Non-Organics|Neon|PerCent",0,"Non-Organics|Argon|PerCent",0,"Non-Organics|Carbonyl Sulfide|PerCent",0,"Non-Organics|Carbon Disulfide|PerCent",0,"Sulfur...

` int maxArguments; if (ExcelDnaUtil.ExcelVersion >= 12.0) { maxArguments = 125; // Constrained by 255 char registration string, take off 3 type chars, use up to 2 chars per param...

Maybe not of help with the issue solved but is this not what 'active setup' is for? I use that to register the addin for new users as they log...

How are you planning on deploying the add-in? I have examples using Wix as a deployment tool and that works fine but needs quite a few moving parts to be...

Might be worth explaining why you need to know where in the image you are, since you are using aspect fill and presuming you are using a variety of platforms...

At a rough guess - Check what args in the eventargs construct for the gesture you have trapped - if not including location on screen then you may need to...

I have seen a similar issue but on XF 3.4, rows when the size is not set manually are defaulting to a smaller size than needed (pretty much the same...

I think I was picking up something on iOS still built with 3.6 removed packages and selected 3.4 versions and all was well again

2020-01-15 06:55:42 | ERROR | Uncaught exception: Traceback (most recent call last): File "D:\Media\headphones-master\headphones\logger.py", line 214, in new_run old_run(*args, **kwargs) File "C:\Python27amd64\lib\threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "D:\Media\headphones-master\headphones\searcher.py",...