The Omni Group

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

Reply
Text Editor inspector Thread Tools Search this Thread Display Modes
Hi there,
Love the framework, excellent work.

I'm currently running through the text editor example code.
I have an inspector button up on the toolbar, but I'm scratching my head on how to actually get an inspector to show up on screen to modify the selected text.

Any help or sample code would be very much appreciated.
  Reply With Quote
In OUIEditableFrame.m, you'll find this line of code:

Code:
    self->flags.showInspector = 0;  // Temporarily disabling the text style inspector since it isn't quite ready for prime time
None of our apps (yet) use the text style inspector, so while we are still working towards fixing its bugs, we leave it disabled.

At one point we had the text inspector come up from the inspector toolbar item. I'm not sure if it does that at the moment, but it definitely is included on the text selection context menu.
__________________
VP of Software Development
  Reply With Quote
Thanks for that Tim.

I managed to get it working the hard way by implementing the OUIInspector delegate in the AppController and firing it off from the showInspectorFromBarButtonItem method on the toolbar.

Setting the self->flags.showInspector makes it run from the context menu not the inspector button.

Looks good though!
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Should I start with the Text Editor example? gopi Omni Frameworks 4 2010-09-14 10:28 PM
Rich text editor for forums Stashie OmniWeb Feature Requests 1 2006-10-24 12:44 PM
External editor for text fields jem OmniWeb General 1 2006-10-13 09:17 PM
Zoomed Text Editor Top jwa OmniWeb Bug Reports 1 2006-08-08 09:38 PM
Source Editor & Page Inspector andreas_g OmniWeb Feature Requests 1 2006-05-09 08:24 AM


All times are GMT -8. The time now is 06:36 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.