rodiney Posted February 26, 2016 Share Posted February 26, 2016 Hello I need help in GUICtrl RichEdit. I managed to create a window using _GUICtrlRichEdit_Create (). now takes place not editable window (for the User not editas data), and also need to write on the screen. example, case $ button1 "this message is written" more without deleting WHAT already had before. Thanks Link to comment Share on other sites More sharing options...
Developers Jos Posted February 26, 2016 Developers Share Posted February 26, 2016 Agreed this topic is fine to continue. Jos rodiney 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
BrewManNH Posted February 26, 2016 Share Posted February 26, 2016 Maybe use _GUICtrlRichEdit_AppendText, but without your script it's hard to figure out how you're trying to update the text. rodiney 1 If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
AutoBert Posted February 27, 2016 Share Posted February 27, 2016 Please post your script or a small runable reproducer. rodiney 1 Link to comment Share on other sites More sharing options...
rodiney Posted February 27, 2016 Author Share Posted February 27, 2016 Sorry autobet, the script exemple i have, cant post here. Link to comment Share on other sites More sharing options...
rodiney Posted February 27, 2016 Author Share Posted February 27, 2016 Thanks you BrewManNH, _GUICtrlRichEdit_AppendText work Link to comment Share on other sites More sharing options...
rodiney Posted February 27, 2016 Author Share Posted February 27, 2016 Now I 'm need to do he not editable , read-only. Someone help me? Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted February 27, 2016 Moderators Share Posted February 27, 2016 rodiney, Just apply the "ReadOnly" style when you create the RichEdit control - look in the help file on the _GUICtrlRichEdit_Create page to see how to do it. M23 rodiney 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
rodiney Posted February 27, 2016 Author Share Posted February 27, 2016 Thank you Melba23. All questions solved thanks to all Link to comment Share on other sites More sharing options...
TheDcoder Posted February 27, 2016 Share Posted February 27, 2016 1 hour ago, rodiney said: Sorry autobet, the script exemple i have, cant post here. You can make a small script which covers your privacy as well demonstrate what you are trying to do. This will help all of us P.S This will help you learn to code better too , Believe me, I did! EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
rodiney Posted February 27, 2016 Author Share Posted February 27, 2016 the example I had was an unauthorized program. more I already managed to do What do I want, this work used the _GUICtrlRichEdit_AppendText that BrewManNH said, and is working now, thank you Link to comment Share on other sites More sharing options...
Developers Jos Posted February 27, 2016 Developers Share Posted February 27, 2016 Just stop talking about what isn't allowed as it can't be that hard to produce a simply replicator script to so what you want without mentioning your initial post every time! Jos rodiney 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now