search for: get_rang

Displaying 6 results from an estimated 6 matches for "get_rang".

Did you mean: get_rank
2009 May 01
0
[ wxruby-Bugs-25749 ] DateTimePicker#get_range badly swiged - General DateTime support
...01/05/2009 21:46 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=25749&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Pascal Hurni (phi) Assigned to: Nobody (None) Summary: DateTimePicker#get_range badly swiged - General DateTime support Initial Comment: DateTimePicker#get_range badly swig''ed - General DateTime support I recently had to use a DatePickerCtrl in my project, everything seemed to be okay, but it was not. There were some problems: 1. Invalid objects. In WxWidgets a w...
2010 Jun 29
1
Problem with GoToIfTime
Hello list, why is it that GoToIfTime thinks a date of **|*|29-*|jun *is not valid ?? [Jun 29 14:06:34] -- Executing [s at macro-vac:10] *GotoIfTime*("SIP/testcorp-00000036", "**|*|29-*|jun*?onvac") in new stack [Jun 29 14:06:34] WARNING[3076]: pbx.c:4127 get_range: Invalid end day '*', assuming none [Jun 29 14:06:34] -- Executing [s at macro-vac:11] *GotoIfTime*("SIP/testcorp-00000036", "**|*|*-1|jul*?onvac") in new stack [Jun 29 14:06:34] WARNING[3076]: pbx.c:4120 get_range: Invalid day '*', assuming none I want...
2009 Nov 23
2
GotoIfTime problem - possible bug
...m with the GotoIfTime dial plan function. The asterisk book says that day of week field can include the ampersand (&) to combine multiple days / day ranges but this gives me an error. For example mon&wed gives the error (in the asterisk console): [Nov 23 18:04:27] WARNING[11387]: pbx.c:6249 get_range: Invalid day of week 'mon&wed', assuming none Does anyone else have experience of this problem? Are there any patches / newer versions to get around this? Thanks in advance. Regards, Dr. Nic Colledge -------------- next part -------------- An HTML attachment was scrubbed... URL: ht...
2009 Aug 14
1
TextCtrl performance for large files
I''ve been trying to speed up my program, which uses a TextCtrl, for large files by getting rid of code using line numbers. However, it seems that just using the get_range method is slowing down my program for large files. I don''t know whether I''m doing something wrong or there''s a way to access the text without significant slowing in large files. If anyone can help, I''d very much appreciate it. Thanks, Ross Goodell -- Posted...
2010 Jan 22
1
GoToIfTime issue
...all what's wrong with this command? exten => 222,1,GoToIfTime(11:00-14:00|mon,wed|*|*?1:3,1) as i got the error: -- Executing [222 at 95040:1] GotoIfTime("SIP/1001-00000099", "11:00-14:00|mon|wed|*|*?1:3|1") in new stack [Jan 20 11:21:11] WARNING[16804]: pbx.c:4118 get_range: Invalid day 'wed', assuming none but what should i do. if i want to set seperate weekdays,like mon,wed. not continuous weekday like mon-fri. -- Best regards, Sucan
2007 Jul 04
0
[1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
...bers if you are working with controls that contain large amounts of text as +this function has $O(N)$ complexity for $N$ being the number of lines. </ins><span class="cx"> </span><ins>+ </ins><span class="cx"> h3(#TextCtrl_getrange). TextCtrl#get_range </span><span class="cx"> </span><span class="cx"> String *get_range*(%(arg-type)Integer% from, %(arg-type)Integer% to) </span><span class="lines">@@ -505,6 +542,7 @@ </span><span class="cx"> </span>&l...