Search found 21 matches
- Tue Jul 01, 2014 9:33 am
- Forum: Coding Questions
- Topic: WebGadget editable and Caret
- Replies: 1
- Views: 919
WebGadget editable and Caret
Hello everyone. In a webgadget editable, you can take the position of the caret, and after having saved the page, put it back in that position? Thank you. Hello
- Fri Feb 21, 2014 9:05 pm
- Forum: Coding Questions
- Topic: AESEncoder encryption for a file
- Replies: 3
- Views: 916
Re: AESEncoder encryption for a file
Thanks netmaestro. I think that is what I wanted. As I said, I owe you a beer. Thank you again. hello... 

- Fri Feb 21, 2014 7:42 pm
- Forum: Coding Questions
- Topic: AESEncoder encryption for a file
- Replies: 3
- Views: 916
Re: AESEncoder encryption for a file
Thank net. I try and let you know as soon as I can. Thank you again. I owe you a beer. 

- Fri Feb 21, 2014 12:35 pm
- Forum: Coding Questions
- Topic: AESEncoder encryption for a file
- Replies: 3
- Views: 916
AESEncoder encryption for a file
Hello guys.
I have a file in .xhtml with utf-8 character encoding. I need to save it with encrypted AESEncoder system and, therefore, reopen it and decode it with AESDecoder. Do you have any examples? Thanks to all. Hello.
I have a file in .xhtml with utf-8 character encoding. I need to save it with encrypted AESEncoder system and, therefore, reopen it and decode it with AESDecoder. Do you have any examples? Thanks to all. Hello.
- Thu May 09, 2013 10:35 am
- Forum: Coding Questions
- Topic: Multi-user program
- Replies: 3
- Views: 507
Re: Multi-user program
Thanks for the reply, Arnaud. I'd like to know if it was also possible to determine from the program, in the event that the server was run on Linux or Mac (the software is exclusively for Windows - needs work). Thanks again ...
- Thu May 09, 2013 9:55 am
- Forum: Coding Questions
- Topic: Multi-user program
- Replies: 3
- Views: 507
Multi-user program
Hello guys,
if you launch a software on multiple PCs connected to a network, I can determine how many are turning, so as to limit the number? Type multi-user programs.
if you launch a software on multiple PCs connected to a network, I can determine how many are turning, so as to limit the number? Type multi-user programs.
- Tue Apr 30, 2013 11:05 pm
- Forum: Coding Questions
- Topic: Cursor position in WebGadget
- Replies: 10
- Views: 968
Re: Cursor position in WebGadget
RASHAD Hello, thank you very much for your trouble. :? Unfortunately, all I'm trying but the cursor does not want to know. When I save and reload the page to give him any information he, damn, you are always placed at the beginning of the page. I do not give up, if I find the solution I will put the ...
- Tue Apr 30, 2013 6:22 pm
- Forum: Coding Questions
- Topic: Cursor position in WebGadget
- Replies: 10
- Views: 968
Re: Cursor position in WebGadget
Hello RASHAD. The code is too long, but I'll explain briefly.
1 - I write within a WebGadget;
2 - Save the contents of the WebGadget with GetGadgetItemText (gadgets, #Pb_Web_Html)
3 - Reloading WebGadget in the newly saved page with SetGadgetText (...).
At this point, having reloaded the page, the ...
1 - I write within a WebGadget;
2 - Save the contents of the WebGadget with GetGadgetItemText (gadgets, #Pb_Web_Html)
3 - Reloading WebGadget in the newly saved page with SetGadgetText (...).
At this point, having reloaded the page, the ...
- Tue Apr 30, 2013 5:37 pm
- Forum: Coding Questions
- Topic: Cursor position in WebGadget
- Replies: 10
- Views: 968
Re: Cursor position in WebGadget
Yes...
Sorry...

- Tue Apr 30, 2013 2:02 pm
- Forum: Coding Questions
- Topic: Cursor position in WebGadget
- Replies: 10
- Views: 968
Re: Cursor position in WebGadget
Thanks to you too Shardik. I apologize because I may have exposed the problem of evil. In fact I'm using the WebGadget as WYSIWYG editor, then the cursor is blinking where I'm inserting a character and moves accordingly. If I had added 10 characters, the cursor would be just after the last character ...
- Tue Apr 30, 2013 12:25 pm
- Forum: Coding Questions
- Topic: Cursor position in WebGadget
- Replies: 10
- Views: 968
Re: Cursor position in WebGadget
Thanks for the reply IdeasVacuum. I had already tried with this solution, but unfortunately it does not work. When I write in a WebGadget the cursor is located at a certain position. When I save the content I would like the cursor stays where it was before you save, instead always moves to the ...
- Tue Apr 30, 2013 10:54 am
- Forum: Coding Questions
- Topic: Cursor position in WebGadget
- Replies: 10
- Views: 968
Cursor position in WebGadget
Hello to all,
maybe the question is a bit strange. Does anyone know if you can place, with a function, the mouse cursor to a certain point (x, y) of a WebGadget? Obviously the WebGadget is in edit mode.
Case Study The truth is this: when I save the contents of the WebGadget, the cursor is always at ...
maybe the question is a bit strange. Does anyone know if you can place, with a function, the mouse cursor to a certain point (x, y) of a WebGadget? Obviously the WebGadget is in edit mode.
Case Study The truth is this: when I save the contents of the WebGadget, the cursor is always at ...
- Sun Apr 14, 2013 2:06 pm
- Forum: Coding Questions
- Topic: PopupMenu and StatuBar
- Replies: 6
- Views: 1049
Re: PopupMenu and StatuBar
I owe you a beer for your trouble ... Hello
- Sun Apr 14, 2013 1:02 pm
- Forum: Coding Questions
- Topic: PopupMenu and StatuBar
- Replies: 6
- Views: 1049
Re: PopupMenu and StatuBar
rrpl, thanks for the answers. I have to figure out where is the hitch, because the code that I use is pretty much like what I've posted you.
If I find the mistake I'll let you know so you will help me to give me an idiot.
Hello and good day
If I find the mistake I'll let you know so you will help me to give me an idiot.
Hello and good day
- Sun Apr 14, 2013 11:25 am
- Forum: Coding Questions
- Topic: PopupMenu and StatuBar
- Replies: 6
- Views: 1049
Re: PopupMenu and StatuBar
Thanks a lot rrpl, in fact I've already tried as you suggested, but it seems not to work the DisplayPopuMenu ()
Procedure MyWindowCallback(WindowID, Message, wParam, lParam)
Result = #PB_ProcessPureBasicEvents
wParamLo = wParam & $FFFF
lParamLo = lParam & $FFFF
If Message = 528 ...
Procedure MyWindowCallback(WindowID, Message, wParam, lParam)
Result = #PB_ProcessPureBasicEvents
wParamLo = wParam & $FFFF
lParamLo = lParam & $FFFF
If Message = 528 ...