The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > Search Forums
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Showing results 1 to 25 of 439
Search took 0.02 seconds.
Search: Posts Made By: Tim Wood
Forum: Omni Frameworks 2014-01-06, 09:49 AM
Replies: 1
Views: 21,425
Posted By Tim Wood
Thanks for the fixes! I've applied the print...

Thanks for the fixes! I've applied the print title, selection clearing, a modified version of the toolbar item fix, switched the Help toolbar color to the default, and logged bugs for a few other...
Forum: Omni Frameworks 2013-10-25, 09:55 AM
Replies: 3
Views: 13,815
Posted By Tim Wood
A few more notes... OmniDocumentStore...

A few more notes...



OmniDocumentStore provides a consistent interface that lets higher level code deal the same way with local files (stored on this iPad only) and synchronized files. This...
Forum: Omni Frameworks 2013-10-03, 07:33 AM
Replies: 3
Views: 11,869
Posted By Tim Wood
After the zooming operation is finished, the...

After the zooming operation is finished, the final scale factor applied by UIScrollView (via blurry/ugly pixel scaling) is accumulated into the inner OUIScalingView.scale property. The UIScrollView's...
Forum: Omni Frameworks 2012-11-23, 11:02 AM
Replies: 2
Views: 15,026
Posted By Tim Wood
We don't use the Archive feature in Xcode to...

We don't use the Archive feature in Xcode to build our .ipa packages, but rather do a normal Release build and package that ourselves (this just ends up integrating better with our internal automated...
Forum: Omni Frameworks 2012-11-23, 10:58 AM
Replies: 1
Views: 12,254
Posted By Tim Wood
Can you build and sign other applications for the...

Can you build and sign other applications for the selected target? If so, look for differences between the application project that works and the one that doesn't. If not, you still have some...
Forum: Omni Frameworks 2012-11-20, 07:11 AM
Replies: 2
Views: 13,074
Posted By Tim Wood
Thanks! We'll update the system requirements...

Thanks! We'll update the system requirements listed here, or (more likely) point the user at the github page for them.
Forum: Omni Frameworks 2012-08-26, 08:31 AM
Replies: 1
Views: 12,194
Posted By Tim Wood
The FixStringsFile tool should be built as a...

The FixStringsFile tool should be built as a dependency of TextEditor. If you look in the Log Navigator and select “All Messages” it should be the first thing built.

This tool isn't strictly...
Forum: Omni Frameworks 2012-06-09, 08:34 AM
Replies: 1
Views: 13,827
Posted By Tim Wood
This question doesn't seem to have anything to do...

This question doesn't seem to have anything to do with the Omni frameworks. I'd recommend taking a look at some of the WWDC videos on this subject.
Forum: Omni Frameworks 2012-05-01, 08:23 AM
Replies: 2
Views: 32,197
Posted By Tim Wood
Based on the error you are seeing, my guess would...

Based on the error you are seeing, my guess would be that your command line build is using Xcode 4.2 or older tools while you are running Xcode 4.3 for the builds that work.

Xcode 4.3 bundles up...
Forum: Omni Frameworks 2012-05-01, 08:17 AM
Replies: 3
Views: 16,492
Posted By Tim Wood
I've just pushed a fix for this -- not sure how I...

I've just pushed a fix for this -- not sure how I missed it in my testing, but OmniUnzip needs to be built before OmniFileStore now. Thanks for letting us know!
Forum: Omni Frameworks 2012-05-01, 08:12 AM
Replies: 1
Views: 12,288
Posted By Tim Wood
Yes, you can integrate these frameworks into your...

Yes, you can integrate these frameworks into your products. No, there should be no private API in the frameworks -- if any creeps in, it is a bug and we'll remove it since our apps ship in the App...
Forum: Omni Frameworks 2012-02-06, 08:35 AM
Replies: 3
Views: 7,736
Posted By Tim Wood
Oh, I forgot to also mention you might also want...

Oh, I forgot to also mention you might also want to look at OFSDocumentStoreFilter for filtering what shows up in the document picker. The delegate methods on OFSDocumentStore are intended to filter...
Forum: Omni Frameworks 2012-02-06, 08:31 AM
Replies: 3
Views: 7,736
Posted By Tim Wood
For filtering, you can implement the OFSDataStore...

For filtering, you can implement the OFSDataStore delegate method -documentStore:fileItemClassForURL: to return Nil and the somewhat redundant -documentStore:canViewFileTypeWithIdentifier:. These are...
Forum: Omni Frameworks 2012-02-03, 10:48 AM
Replies: 0
Views: 8,121
Posted By Tim Wood
New source release pushed to github

Enjoy!

[r161025] Document picker polish and performance and various other fixes.

Configurations:
- A few minor tweaks for Xcode 4.3.
- Add -DDEBUG and -DDEBUG_$(USER) to...
Forum: Omni Frameworks 2012-02-03, 10:45 AM
Replies: 5
Views: 8,529
Posted By Tim Wood
Thanks! We've pulled a few patches for the text...

Thanks! We've pulled a few patches for the text editor, but I stopped aggressively pulling changes since it seems better to wait for people to send pull requests.

Also, these huge dumps from svn...
Forum: Omni Frameworks 2012-02-02, 12:01 AM
Replies: 5
Views: 8,529
Posted By Tim Wood
Our next round of apps will have the grid-based...

Our next round of apps will have the grid-based document picker, faster/better preview generation, better use of NSFileCoordinator, better handling of software and external keyboard sizing, some...
Forum: Omni Frameworks 2012-02-01, 11:52 PM
Replies: 4
Views: 8,610
Posted By Tim Wood
Hrm; if I messed up the last github patch, my...

Hrm; if I messed up the last github patch, my apologies!
Forum: Omni Frameworks 2012-01-31, 11:26 PM
Replies: 2
Views: 7,614
Posted By Tim Wood
I haven't hit this case -- I suppose NSData could...

I haven't hit this case -- I suppose NSData could be doing a coordinated read in this case, which might cause file presenters (maybe including the document) to be asked to yield to readers (writing...
Forum: Omni Frameworks 2012-01-31, 11:16 PM
Replies: 5
Views: 8,529
Posted By Tim Wood
This looks fine at a glance. One note though --...

This looks fine at a glance. One note though -- this API will be changing slightly in the next source release (which I started working on preparing today...). The change is pretty minor, but...
Forum: Omni Frameworks 2012-01-30, 08:05 PM
Replies: 4
Views: 8,610
Posted By Tim Wood
These images should all be added to the bundle at...

These images should all be added to the bundle at build time, so if they aren't, something has gone wrong in the build. If you don't have any local edits to the framework source (git stat), then...
Forum: Omni Frameworks 2012-01-30, 08:00 PM
Replies: 6
Views: 15,816
Posted By Tim Wood
We don't currently deal with hyperlinks in...

We don't currently deal with hyperlinks in OUIRTFReader/OUIRTFWriter since we don't yet need them, but you can see what the markup looks like if you'd like to: make a RTF file with a link in Text...
Forum: Omni Frameworks 2012-01-18, 07:13 PM
Replies: 1
Views: 7,847
Posted By Tim Wood
FixStringsFile is a Mac OS X command line tool...

FixStringsFile is a Mac OS X command line tool that we use to sort, validate and perform some other transformations on localizable strings files. This gets run from some of the shell script build...
Forum: Omni Frameworks 2012-01-18, 07:09 PM
Replies: 6
Views: 15,816
Posted By Tim Wood
Starting from the TextEditor sample would work,...

Starting from the TextEditor sample would work, though depending on the format of the text from a web service, using UIWebView might be easier.

If you are able to find links in the text w/o using...
Forum: Omni Frameworks 2012-01-17, 09:03 AM
Replies: 6
Views: 15,816
Posted By Tim Wood
We use our own link detection in OmniOutliner,...

We use our own link detection in OmniOutliner, but it should be possible to hook in Apple's (and we may switch to it later).

See NSRegularExpression.h, specifically -[NSDataDetector...
Forum: Omni Frameworks 2011-10-20, 08:24 AM
Replies: 6
Views: 17,944
Posted By Tim Wood
There is a sample text editor app that answers...

There is a sample text editor app that answers this question...
Showing results 1 to 25 of 439

 
Forum Jump

All times are GMT -8. The time now is 09:39 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.