How to breakpoint in the task? On Sat, Mar 16, 2013 at 11:06 AM, Niphlod <[email protected]> wrote:
> and you need to read on the screen a row with 2k characters (supposedly a > lot of rows on the same page) ? > cs_monitor is more meant to monitor the workers "administratively", not to > show their results, the plugin can be "eased" for sure but it can't be a > solution for all kinds of requirements. > > On Saturday, March 16, 2013 5:00:21 PM UTC+1, dlypka wrote: > >> I could use an outer join or some custom code to handle the no child row >> case. >> >> In my SolidTable view I simply display 2 tables. The first one is just >> the first task table >> and the second is just the inner join. It is adequate for the time >> being... >> >> My scheduled task executes a unix shell script and returns roughly a 2K >> character message. >> >> By the way, I cannot get it to breakpoint in the task function under WING >> IDE. >> >> Which debuggers if any are known to be able to do it? >> >> On Sat, Mar 16, 2013 at 10:53 AM, Niphlod <[email protected]> wrote: >> >>> uhm. can you send me a screenshot to identify the problem "in a visual >>> way" ? >>> if row_result is large I surely can't help (nor would any kind of >>> "inline representation") but maybe with a tooltip we can circumvent the >>> issue. >>> >>> >>> On Saturday, March 16, 2013 4:48:52 PM UTC+1, dlypka wrote: >>> >>>> actually, scrollable at a minimum requirement. >>>> >>>> On Sat, Mar 16, 2013 at 10:39 AM, Niphlod <[email protected]> wrote: >>>> >>>>> nope.... Used jqgrid in the past and it's kind of a beast, but .....to >>>>> be totally fair, resizing columns on a table doesn't play very well with >>>>> touch devices . >>>>> Which column would you like to be resizable ? >>>>> >>>>> >>>>> PS: a task can be completed and have no scheduler_run rows available >>>>> cause the function didn't return any value (or because the scheduler was >>>>> set to discard return values) >>>>> >>>>> PS2: When you can, share your code, if it's more usable I'll adopt it >>>>> in the plugin happily. >>>>> >>>>> >>>>> >>>>> On Saturday, March 16, 2013 4:13:48 PM UTC+1, dlypka wrote: >>>>>> >>>>>> Is there a way to stretch (resize) each column? I also suggest using >>>>>> jqgrid, from plugin_wiki I suppose. >>>>>> jqgrid also can do tree-style parent-child expandable subrows which >>>>>> would be very nice to have. >>>>>> A row with a tree style plus sign would indicate the task finished (a >>>>>> child task_run row is available). >>>>>> >>>>>> I rolled my own status view recently using SolidTable, but I plan to >>>>>> change to jqgrid. >>>>>> >>>>>> I'll post something when I can. >>>>>> >>>>>> >>>>>> On Sunday, February 24, 2013 7:28:11 AM UTC-6, Niphlod wrote: >>>>>>> >>>>>>> spoilers here >>>>>>> https://www.dropbox.com/sh/**gyn****hv3yvhnrw5is/YvtgRkIrlL<https://www.dropbox.com/sh/gynhv3yvhnrw5is/YvtgRkIrlL> >>>>>>> >>>>>>> >>>>>>> On Saturday, February 23, 2013 10:17:22 PM UTC+1, Niphlod wrote: >>>>>>>> >>>>>>>> Not until beta at least... >>>>>>>> Graphs need a better look :-P >>>>>>>> >>>>>>> -- >>>>> >>>>> --- >>>>> You received this message because you are subscribed to a topic in the >>>>> Google Groups "web2py-users" group. >>>>> To unsubscribe from this topic, visit https://groups.google.com/d/**to >>>>> **pic/web2py/FF2g_6qhxDs/**unsubsc**ribe?hl=en<https://groups.google.com/d/topic/web2py/FF2g_6qhxDs/unsubscribe?hl=en> >>>>> . >>>>> To unsubscribe from this group and all its topics, send an email to >>>>> web2py+un...@**googlegroups.com. >>>>> >>>>> For more options, visit >>>>> https://groups.google.com/**grou**ps/opt_out<https://groups.google.com/groups/opt_out> >>>>> . >>>>> >>>>> >>>>> >>>> >>>> -- >>> >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "web2py-users" group. >>> To unsubscribe from this topic, visit https://groups.google.com/d/** >>> topic/web2py/FF2g_6qhxDs/**unsubscribe?hl=en<https://groups.google.com/d/topic/web2py/FF2g_6qhxDs/unsubscribe?hl=en> >>> . >>> To unsubscribe from this group and all its topics, send an email to >>> web2py+un...@**googlegroups.com. >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >>> >>> >> >> -- > > --- > You received this message because you are subscribed to a topic in the > Google Groups "web2py-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/web2py/FF2g_6qhxDs/unsubscribe?hl=en. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

