Search found 41 matches

by Peace1
14 Mar 2016, 14:12
Forum: Ask for Help (v1)
Topic: [Solved] Request Tracker RESTful API + AHK
Replies: 15
Views: 6569

Re: [Help] Request Tracker RESTful API + AHK

Hi tmplinshi,

OMG very impressive !!! I just tested your code and all roxx :)

I would like to thank you veryyyyy much, you have make my day ! You don't know how you make me serve !

Please check your PM ;)

Best regards.
by Peace1
14 Mar 2016, 10:38
Forum: Ask for Help (v1)
Topic: [Solved] Request Tracker RESTful API + AHK
Replies: 15
Views: 6569

Re: [Help] Request Tracker RESTful API + AHK

Here are there wiki : http://requesttracker.wikia.com/wiki/REST If you look at my previews posts i'm using REST method, so i think it will be easier for you to do it :) I hope you can manage it in REST mode because i use this method for my actual needs. I don't know how to thanks you for all your ef...
by Peace1
14 Mar 2016, 10:19
Forum: Ask for Help (v1)
Topic: [Solved] Request Tracker RESTful API + AHK
Replies: 15
Views: 6569

Re: [Help] Request Tracker RESTful API + AHK

Oups, sorry I had not seen your first comment :\ my my apologies ! Well i can see your tests on RT Ticket n°34, so that works good for you :) In your last code i see the path and name for attached file(s) i will see if i can add more files :) Your method use the Update.html but i think is easier wit...
by Peace1
14 Mar 2016, 09:11
Forum: Ask for Help (v1)
Topic: [Solved] Request Tracker RESTful API + AHK
Replies: 15
Views: 6569

Re: [Help] Request Tracker RESTful API + AHK

Hi tmplinshi, I appreciate your help mate thank you :) but i'm trying your code and the result is not good... If i look your code you don't assign a number of ticket, so the request can't update it. Then ideally it would be to add text to the "Action: correspond" and attach file s to this reply. I d...
by Peace1
14 Mar 2016, 05:34
Forum: Scripts and Functions (v1)
Topic: Multipart - Create form-data for http request
Replies: 7
Views: 5427

Re: Multipart - Create form-data for http request

Hello Peace1, Please try the new version CreateFormData() , which support AHK Unicode. Let me know if you encounter any issue. Hi tmplinshi, Thank you for the link, i'm trying to understand how i can do it but i'm not very skilled with HTTP Request and Headers. I know how to post and create Ticket ...
by Peace1
13 Mar 2016, 15:28
Forum: Scripts and Functions (v1)
Topic: Multipart - Create form-data for http request
Replies: 7
Views: 5427

Re: Multipart - Create form-data for http request

Hi tmplinshi,

Sorry to bump this old topic but i need your help please. I'm trying to upload files using your method but i can"t manage it :\

Here is my post where i explain my issue.

Perhaps you are more skilled than me and you can manage it better :)

Thank you in advance, regards.
by Peace1
12 Mar 2016, 09:36
Forum: Ask for Help (v1)
Topic: [Solved] Request Tracker RESTful API + AHK
Replies: 15
Views: 6569

Re: [Help] Request Tracker RESTful API + AHK

Hi all ! After more tests and researches i think i have the good syntax but the problem is i need to "transform" my file to upload in Binary for the HTTP Headers but i not enough skilled to make it :\ Here is my last code : rURL := "http://rt.easter-eggs.org/demos/4.2/REST/1.0/ticket/34/comment?user...
by Peace1
11 Mar 2016, 17:59
Forum: Ask for Help (v1)
Topic: [Solved] Request Tracker RESTful API + AHK
Replies: 15
Views: 6569

Re: [Help] Request Tracker RESTful API + AHK

Well it's me again, thanks to you kon I almost managed to do what I wanted (create ticket, update ticket, correspond etc...). But now i'm facing to another problem, i would like to add file(s) "attachment" in the reply ticket. Here is my code : rURL := "http://rt.easter-eggs.org/demos/4.2/REST/1.0/t...
by Peace1
11 Mar 2016, 14:35
Forum: Ask for Help (v1)
Topic: [Solved] Request Tracker RESTful API + AHK
Replies: 15
Views: 6569

Re: [Help] Request Tracker RESTful API + AHK

Edit : Sorry i replied you with a guest account... mistake from my part !!
by Peace1
11 Mar 2016, 14:21
Forum: Ask for Help (v1)
Topic: [Solved] Request Tracker RESTful API + AHK
Replies: 15
Views: 6569

Re: [Help] Request Tracker RESTful API + AHK

Hi,

I have already tested this syntax but the result is not good. And if I read good the Wiki or source code from other languages, we must set a value content= when we create a new ticket. By the way thank you for helping me.

Regards.
by Peace1
11 Mar 2016, 10:59
Forum: Ask for Help (v1)
Topic: [Solved] Request Tracker RESTful API + AHK
Replies: 15
Views: 6569

[Solved] Request Tracker RESTful API + AHK

Hi all, After several inconclusive tests I come to ask for help please, at my office work we use the tool called RT ( Request Tracker REST Wiki ), at the moment i can manage wit my script to connect to the web site and retrieve information from tickets. Now my problem is to Create a new ticket, if I...
by Peace1
24 Sep 2015, 15:12
Forum: Scripts and Functions (v1)
Topic: [library] TF: Text files & Variables (strings) v3.8
Replies: 61
Views: 37596

Re: [library] TF: Text files & Variables (strings) v3.5

Hi all, Sorry to bump this thread but i have a little problem to manage it in my project ! I will try to explain you my goal : I have a txt file where i want to modify values with TF_ReplaceInLines . My text file look like something like this : value1 = 15; value2= 5000; value3= 1000; value4= true; ...
by Peace1
19 Apr 2015, 14:26
Forum: Ask for Help (v1)
Topic: Ho to Copy Paste Save actions in a Sharepointlist
Replies: 4
Views: 1627

Re: Ho to Copy Paste Save actions in a Sharepointlist

Perhaps you can post an example that you want (screen or video) ?

Have you start to coding your project ?
by Peace1
18 Apr 2015, 07:14
Forum: Ask for Help (v1)
Topic: [SOLVED] Recent type text (history)
Replies: 16
Views: 5629

Re: [HELP] Recent type text (history)

Works for me - are you sure you REPLACED the line? The line Pattern := RegExReplace(CurrentWord,"S).","$0.*") should be completely removed from the code and replaced by my line above - the regexreplace is what makes it match what you type anywhere in the words you are searching because of the $0.* ...
by Peace1
18 Apr 2015, 06:24
Forum: Ask for Help (v1)
Topic: [SOLVED] Recent type text (history)
Replies: 16
Views: 5629

Re: [HELP] Recent type text (history)

I see what you mean know you want to search only from the start not anywhere in the word. Changing https://github.com/Uberi/Autocomplete/blob/master/Autocomplete.ahk#L355 to Pattern := CurrentWord should take care of that. Well you have understand what i mean :) but your solution is not working. If...
by Peace1
18 Apr 2015, 05:26
Forum: Ask for Help (v1)
Topic: [SOLVED] Recent type text (history)
Replies: 16
Views: 5629

Re: [HELP] Recent type text (history)

I don't see that behaviour - so I suggest you close all scripts and just run AutoComplete on its own (or my script above) and I doubt you will see it - my guess is something else is interfering - you will have to figure out what that something is ... Hi, I followed your advices and try all scripts ...
by Peace1
17 Apr 2015, 11:01
Forum: Ask for Help (v1)
Topic: [SOLVED] Recent type text (history)
Replies: 16
Views: 5629

Re: [HELP] Recent type text (history)

This is what I use regularly, adopted it here so that you can use up/down and when you press enter it copies the selection to search field. Not entirely what you're after I think but for that you would need a second gui floating near the filter field showing the results that match your typed text. ...
by Peace1
07 Apr 2015, 04:02
Forum: Scripts and Functions (v1)
Topic: [Class] GuiControlTips - Tooltips for GUI controls
Replies: 13
Views: 7338

Re: [Class] GuiControlTips - Tooltips for GUI controls

In case of a ComboBox, the tooltip will be shown if you hover over the button right of the edit control. If you want the tooltip to be shown for the edit too, you have to get the handle of the edit control (e.g. with GetComboBoxInfo ) and assign an own tooltip to the control. Hi just me, You was ri...
by Peace1
06 Apr 2015, 16:39
Forum: Ask for Help (v1)
Topic: [SOLVED] ToolTip with Delay
Replies: 2
Views: 1777

Re: [HELP] ToolTip with Delay

Hi ameyrick,

Thank you for your reply but that not resolved my problem...

I found this Class_GuiControlTips by just me, that seam to work good but not with ComboBox :(

Regards.
by Peace1
06 Apr 2015, 16:36
Forum: Scripts and Functions (v1)
Topic: [Class] GuiControlTips - Tooltips for GUI controls
Replies: 13
Views: 7338

Re: [Class] GuiControlTips - Tooltips for GUI controls

Hi just me !

Sorry to bump this old topic,

Thank you for this great code like always ! I tried to apply your ToolTip to an ComboBox but the TT don't appear...

There is a trick for that ?

Regards.

Go to advanced search