CS4:MultilineTextEditBoxWidget &Scrollbar

Hi Folks,
I want to access to a scrollbar control of "MultilineTextEditBoxWidget" to update/invalidate its value. I can't see anything property related to scrollbar control of this Widget in .fr file. I have this widget in a palette which is used to represent some operation results in runtime. Currently by inserting text to the MultilineTextEditBoxWidget, in a place that I need to scroll down to show the latest text in this widget, it doesn't scroll down automatically, and I want to do it manully by increasing the scrollbar value.
I tried the ForceRedraw()/Invalidate(), and also played with GetSysControl() but didn't have any success.
Can someone help me in this issue?
Regards,
Mor

From CS3 and on the scrollbar of the multiline edit text field is an internal InDesign widget, that you can't get hold off  (I could not way). The CEditBoxAttributes does has a widget id field, but if you supply your own scrollbar widget id the debug version of InDesign gives you an error. So you can't disable it, replace it or control it. Rather annoying.
If you are only displaying information to your user, you might want to consider the multiline version of the static text. Here you can control the scrollbar. If you are in CS4 you can use a Flex component on your panel, that does what you want.

Similar Messages

  • CS4 pages sidebar: scrollbar & icons gone

    Hi,
    in my pages sidebar in InDesign CS4 (Win XP) all icons (trashcan, new page etc.) and the scrollbar are gone. How do I get them back?
    Screenshot: https://www.dropbox.com/s/ov3ofhdoelrzowh/InDesign-screen.png
    (it's the german version, "Seiten" means pages )
    Cheers.

    Thanks you both for the quick answers!
    Holding down Ctrl+Alt+Shift keys worked!!! Thank you soooo much for that tip!
    Cheers,
    Axel.

  • Put the TLF vertical scrollbar on the left side in flash CS4

    Hi, all
    I’m using Arabic words on TLF so I want to put the vertical scrollbar on the left side. But I don’t know how to do it. Could anybody give me an example?
    Thanks.

    Hi azeem
    I have been learning how to deal with arabic fonts now in flash10 and from what i have read up so far adobe has stopped updating the TLF component and it is been said it will only reappear with flash11 again. So if there is a bug with 64 bit os , then it is stuck like that for now. Another point to mention while using the forums and from personal testing is that the adobe arabic font will not handle diacritics correctly. You should try use Arial version 4 (the arial that ships with vista , the arial that shipped with xp is also faulty).
    Ian Pretorius

  • CS3/CS4 - Treeview size/scrollbar

    Hi,
    I have a resizable panel with a Treeview that supports vertical scrolling. My problem is that I want the scrollbar to be shorter than the content of the Treeview, so that the content can go to the bottom of the panel, whereas the scrollbar only goes down to the resize hook, in the lower right corner.
    Is it possible to customize the height of the scrollbar in the Treeview?
    Thanks
    Kind regards Toke

    Personally, I would just add a gutter to the panel so the resize box doesn't collide with the scrollbar.
    It'll just be way easier, trust me. 
    Jon

  • CS4 ScrollBar in the Flash UI Components Window?

    Does this work? Has anyone ever tried it and been successful? If yes, Please help me, cause I'm surely not getting it!   Thanks...

    OK, this didn't work! First of all, I probably need to state that I am working in AS2. There seems to be a lot of confusion between the programming abilities between the two.I am by no means a programmer!
    Please let me explain a little of what I'm trying to do. I am trying to produce an e-portfolio using flash since I am just finishing up a class in it and that's my final project. Within this project I have to attach my resume. I'm not in school for the first time, so my resume is a little longer than the kid straight out of high school! lol
    I just need a basic scroll bar or scroll pane to get my resume to scroll through within the window. Every time I find some directions on the web or a tutorial that looks like it might work, something stops short of being complete in the instructions or it turns out to be an AS3 instruction. I can't switch back and forth between the two and the rest of my project has to be computed in AS2 so I'm stuck.
    PLEASE HELP!                   I'M DESPERATE. And I truly hate to beg!!!!!!!!!!!!!!!!!!!!!!!!!!       My final project is due on Tuesday!

  • Flvplayback issue CS4

    Hi, I'm having an issue with the flvplayback controls.
    The problem I'm having is when your watching a flv movie and you hit tab on your keyboard each item (play, sound, time slider,etc.) will get highlighted however any of the scrollbar type functions such as sound and step looses the highlight and to my understanding also causes an issue for someone using a screen reader.
    Is this something that can be controlled or is it a bug within CS4?
    I cannot find anyway of manipulating the highlight.
    Thank you

    Are these video files still in your Library?

  • Browser scrollbar and Flash scrollbar ? I need help!

    Now I have a problem about the scrollbar:
    The height of my swf file is longer than browser height, so
    the scrollbar of browser's occurred, if I scroll my mouse wheel,
    the whole flash roll down, but the problem is that I have used a
    scrollPanel component which write by myself, and in this situation,
    when I scroll the mouse wheel, the scrollbar in flash and browser
    will both in effect.
    The question is that how to disable the brower scrollbar when
    I scroll mouse wheel inside the scrollPanel component. In fact,
    adobe already done this, if my cursor inside a textfield object,
    the scrollbar of bowser will not get focus. How to achieve this
    effect? My english is bad, but I need help!

    i recently downloaded trails of flash cs4 and web premium package cs4 (took a day to download at high speed starbuck's internet). couldnt get the setup.exe to work or the uninstaller to work. surfing tech support over next couple weeks to try various agents was useless and expensive until i finally reached someone with useful info. all the agents had foriegn accents and read from scripts and web support pages until yesterday, when i reached a guy who told me two things i'll report to various forums addressing this same issue:
    1. download windows uninstaller program from their website (google: windows ininstaller). this program is different from the one that doesnt work in the programs and features area of control panel when you try to uninstall adobe products from there.
    2. windows explorer 8, the newest version, DOES NOT download adobe softare properly and leaves things out, causing all sorts of issues including the setup.exe program not working. download firefox browser from mozella (google: firefox) and use it for all adobe downloads. apparently the old windows explorer 7 will work, but if you already have explorer 8 installed its easiest to just use firefox.
    i'm spending the next couple days downloading the 4.14 G web premium trail with firefox and will report if this works.

  • How can I skin the TextLayout scrollbar?

    I've been searching online for hours about how to skin the scrollbar component thats embedded in the TextLayout component. I'm using Flash CS4 and Actionscript 3. I'm guessing it is very similar to skinning other components, but it doesn't seem to work the same way. Here's one line of code I'm trying:
    myTextLayoutComponent.setStyle("thumbUpSkin", "SliderThumbUp");
    where "myTextLayoutComponent" is the instance name of the TextLayout component, "thumbUpSkin" is the Style's skin I want to change, and "SliderThumbUp" is the Class name of a MovieClip in my library.
    This same code works perfectly with the ComboBox component, UIScrollBar, and similarly with other components.
    The documentation has all the skins listed in the "Styles" area, but this code does absolutely nothing. Does anyone have a clue how this can be accomplished? I'm guessing I'm very close, but missing something! I haven't been able to find anything online about skinning this new TextLayout component with ActionScript. Any help will be greatly appreciated.
    Here's a link to the documentation if it's at all helpful:
    http://livedocs.adobe.com/labs/textlayout/fl/controls/TextLayout.html
    Thanks!

    TLF itself doesn't include a scroll bar, we just have the internal support necessary for scrolling. The scroll bar itself is supplied as part of Flash. If you have picked up the Flash Component for TLF, I think it is rather old now -- it uses a version of TLF that dates from more than a year ago. We have a new version out now that is much better. But it does not come with a component for Flash. I would suggest getting the new version of TLF from the Flex open source at http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK. You don't have to use Flex to use TLF, its just the best way to get the most up to date version. Then you can use the TLF libraries in Flash, although not with the Flash component. You will have to build your own component in Flash. Alternatively, you could wait for Flash CS5 (see cslaunch.adobe.com), which will have support for TLF.

  • Scroll buttons in the TimeLine's ScrollBar in AdobePremiere CS6

    I see a lot of questions about scroll speed in TimeLine, but I used very intense the scroll buttons, when i had long TimeLines (more than 4 hours) and I was with ZoomIn near 90%.
    Does anyone know, is it possible to enable scroll buttons in the TimeLine's ScrollBar in AdobePremiere CS6, as it was in CS5/CS4 ?
    CS5 image: http://www.maclife.com/files/u129772/2010/06/premiere_full.jpg
    CS6 image: http://www.100acrefilms.com/blog/wp-content/uploads/2012/04/Premiere-Pro-CS6.png
    On demo CS5 image, On the bottom margin, the horizontal scrollbar from TimeLine has Left and Right scroll Buttons.
    On demo CS6 image, on the bottom margin the horizontal scrollbar from TimeLine doesn't contain any scroll buttons.
    Actually there are no scroll buttons available in Premiere CS6, as in a classic scrollbar.
    I'd like to have back the scroll buttons in the horizontal scrollbar from the TimeLine, which were available in version CS5, CS4, CS3, Pro2.  
    In TimeLines with 3 more hours it was very handy to go to right or to left even I had zoomed In.
    I pressed on left/right scroll  button in TimeLine and I was able to deplace with some (or more) frames in desired side.
    Thank you for answers / suggestions.

    There are no user settings for this.  The scroll bar is now a combo scroll/zoom bar and we're pretty much stuck with it.  You can grab the bar and move it around if you like, and I'm happy to report that Premiere Pro CC does now scroll as a usable speed with the mouse wheel. (On my personal Windows 8 system, at least.  We'll see if that holds true for my Windows 7 edit rig as well.)

  • Navigator-Window doesn´t function using big sized Disigns over 3 meters (Illustrator CS4)

    Hi all,
    I think this is a bug. Perhaps you have a solution for me.
    I need a flag in the  dimensions 1.2 meters (wide) and 3.0 meters (build up). In "Setting up document" I entered the values in centimeters.
    The problem is when I  want to move the red rectangle in the Navigator, the desktop, canvas layer moves  completely uncoordinated only in one direction.
    The only thing I can do is to scroll with the scrollbars or the mouse-wheel. As I have to zoom in, this kind of workarround is realy bad for me.
    Who knows the problem and  has a solution?  I use Illustrator CS4.
    Thanks for your help.
    Best regards,
    emusik

    Hi Laary,
    thanks for your answer.
    Problem is, that I can´t reset AI with the shortcut: Shift+CTRL+ALT+Double-Click as Windows opens the register for relation to the AI.exe.
    I´ll upload the file. Perhaps you can check it for me.
    https://www.wuala.com/emusik/ai-problem?key=c1sBpNiGuG6X
    Or could you let me download an ai-document of you with 120cm 300cm?
    My colleague has the same problem with the file. We both use AI CS4 14.0.0
    Thanks a lot and best regards.

  • Flash CS4 crash when scrolling

    Hi,
    Today one of our artists started experiencing a crash in Flash CS4 Professional when scrolling the workspace around in one of his .fla files.  All he has to do is hold down the spacebar and scroll around with the mouse; or use the scrollbars to scroll around.  It has crashed about 10 times in the last hour, and we copied the file over to another machine and saw the crash there as well.  We've only seen it occur with one particular file.
    The machines are both Intel Core i7 machines with 8GB of RAM and two different video cards, one running Windows 7 and the other running Vista; and the crashes cause the Adobe "let me report this crash to the mothership" dialog box, so I don't think it's video card driver related; I think it's just a bug in Flash Professional.  We're running version 10.0.2 with no updates available to Flash Professional when choosing "Updates..." from the Help menu.
    Anybody else seen this?  Any workarounds?  Any way to get Adobe to fix it?
    Thanks - BD

    Hi Jen,
    I'm putting the file up on our website for you to grab.
    Please treat this file confidentially.
    Point your web browser to http://www.torpexgames.com/adobeflashcs4 where the username is "addeden" and the password is "cs4bluetop".
    We included the fonts we're using, too.
    Thanks,
    Bill Dugan
    President
    Torpex Games
    [email protected]
    425 644 4263

  • CS4 running extremely slow compared to CS3

    I installed Photoshop Extended CS4 64bit. I opened a 24mb PSD file, there is some text with some outer glow when I move it I get horrible redraw. CS4 just feels sluggish compared to CS3. My system is not that bad, e6600, 4GB, 8800GTS 640, Vista Home Premium x64.
    Anybody have any ideas? I have updated to the latest drivers for my GPU. I am considering just a reformat and install.

    The first thing I did was update video drivers.
    To describe the behavior in a little more detail: when zoom-scrolling in several steps, the scrollbars redraw, as if they're receiving the zoom but the canvas isn't. If I continuously zoom in and out with the mouse, and never stop moving it for about 1/4 second or more, the scrollbars keep jittering around and the image never redraws at all; that only happens when I stop moving the wheel.
    This feels like an optimization for slower systems: when a potentially repeating input happens (like the mousewheel), the display isn't updated until they stop happening for a while. That's useful on slow systems where redrawing the display may actually be slow enough to interfere with the interface, but it definitely should not be happening on a modern system that's more than capable of redrawing the canvas faster than the inputs are repeating.
    Also, redrawing in general feels slow: changing images (via tabs, control-tab, or the window menu) has a visible delay, where CS3 is instantaneous. (Maybe Photoshop is detecting this slowness, and activating an optimization like the above as a side-effect.)

  • DW CS4 quits unexpectedly - Fireworks issue?

    Greetings,
    I am using DW CS4 build 4117 on a mac pro with OS X 10.5.7
    On about four occasions over the last week, DW quits unexpectedly and it doesn't seem to be related to anything in particular.  It can just be sitting there idle.  Have tried deleting the user cache file, which some forum posts suggest can get corrupted and cause problems.  The crash report always contains a reference to dreamweaver and ImageManipulator:Clipboard at Thread 1, and then at Thread 0 when the crash occurs there is a reference to Fireworks setting the image source from the clipboard (below).  Fireworks is not even running.
    I am not an expert on decipering crash reports and an sort of new to the mac in general, so any help or insight you can provide will be greatly appreciated!
    thanks!
    - Gregg
    Thread 0 Crashed:
    0   Fireworks                         0x04cde9b1 FWImaging::SetSourceImageFromClipboard(unsigned short**, unsigned long&) + 735 (FWImaging.cpp:1016)
    1   com.adobe.dreamweaver-10.0        0x00954986 ImageManipulator::ClipboardContainsImageData() + 62
    2   com.adobe.dreamweaver-10.0        0x0041b495 JSObjDreamweaver::canClipPaste(JSContext*, JSObject*, unsigned int, long*, long*) + 163

    Wanted to provide an update on what I have noticed since the original post.
    I tried upgrading to Snow Leopard but that was a complete disaster as virtually nothing was stable.  There was the usual finger-pointing by both Adobe and Apple, but that's another issue.
    I ended up having to completely wipe the drive and do a clean install of OS X 10.5.8.  So what I have now is an almost-new Mac Pro with virtually nothing on it except the Adobe Master Collection and some printer drivers.
    And here's what I've noticed about the problem with Dreamweaver quitting unexpectedly:
    It happens after I have inserted a thumbnail image into a table cell and then modify the image with Photoshop.  I always know when the crash is about to occur because of the way the scrollbars begin to behave.
    So for example, I may insert an image that is 250x160, make a link to it, add a border, etc., and everything is great.
    Then I decide to crop the image to 250x150 and do so in Photoshop. Dreamweaver will then begin show a latency in almost any menu action.  The scrollbars slow...to...a...crawl.  At this point I know it's about to crash, just like when you know your cell phone is about to ring from hearing the speaker interference.  And then <blip> Dreamweaver quits.
    The workaround I have devised is to simply not edit any images unless I delete them from the page first.  Then I have to re-insert them, re-do the link and border, etc.  This is not the way it's supposed to work but Adobe does not seem to have a real solution.
    There is another related post on Dreamweaver crashing (http://forums.adobe.com/message/238854) that noted the same entries on the crash report as I have been seeing:
    Thread 0 Crashed:
    0   Fireworks                     0x04cde9b1 FWImaging::SetSourceImageFromClipboard(unsigned short**, unsigned long&) + 735 (FWImaging.cpp:1016)
    I'm starting to suspect some sort of end-of-file error is created when a source image is changed, but that's just a guess.

  • Fit screen size on Photoshop CS4

    I know there is a similar post related to this but my laptop resolution is 1366 x 768 (highest possible) and my OS is window 7 home premium.  When I use the liquify function on CS4, the liquify screen will not fit to my laptop screen.  I cannot access to the scrollbar at the bottom when I zoom in to the image.  Is there a way to fix this thing?

    Two ways right off hand:
    1. Set your taskbar to Autohide.
                    or
    2. Use the Fullscreen mode in photoshop.
      (press the F key once to get fullscreen)
      (press the F key twice to get back to the regular screen)
    MTSTUNER

  • Error in VBA reference for Adobe Photoshop CS4 Object Library

    Hello,
    I'm using Windows 7 Pro, MS Office 2010 Pro and Creative Suite CS4 (with all updates).
    I will automate Photoshop via Visual Basic for Applications in MS Access.
    Befor using there the Adobe Photoshop CS4 Object Library I must reference it in VBA.
    But when I will du this, I get the message "Error loading DLL".
    When I will manually reference to the WIASupport.8LI File, I get the error: "Cannot reference this file"
    Can you give a tip, how I can solve this problem?
    Regards

    I have the same problem!  I have photoshop cc2014 (which we own) and the object library shows, but not for cs 5.1 (30 day trial).
    Does registering unlock something?
    Help please!!

Maybe you are looking for