• Member Avatar for razstec
    razstec

    Replied To a Post in Create Several Frames From A List Populated By A Txt

    Thanks :) the class worked but im having some dificulty populating it right here how i have it varconfbook = open("Confs/json_dumps.txt", "r").readlines() class TextTabControl(ttk.Notebook): def __init__(self, rootWidget, parentWidget, tabData): super().__init__(rootWidget) …
  • Member Avatar for razstec
    razstec

    Gave Reputation to Schol-R-LEA in .py page just for variables

    > can i put my vars in a txt like this: var1=something1 var2=something2 > and access them from python? Would it be acceptable to use a Python file with these …
  • Member Avatar for razstec
    razstec

    Replied To a Post in i want to know how to do this

    found this that might help you # Python program to find the factorial of a number provided by the user. # change the value for a different result num = …
  • Member Avatar for razstec
    razstec

    Began Watching i want to know how to do this

    Assume you given this list factList=[3, 5, 7, 9], write an algorithm and Python program to calculate the factorial for each element in this given list
  • Member Avatar for razstec
    razstec

    Replied To a Post in .py page just for variables

    Also, can i put my vars in a txt like this: var1=something1 var2=something2 and access them from python?
  • Member Avatar for razstec
    razstec

    Created .py page just for variables

    Im new to python , trying to update my self from the time of ASP Classic. In that time i use to have a page for vars that i included …
  • Member Avatar for razstec
    razstec

    Began Watching .py page just for variables

    Im new to python , trying to update my self from the time of ASP Classic. In that time i use to have a page for vars that i included …
  • Member Avatar for razstec
    razstec

    Replied To a Post in Create Several Frames From A List Populated By A Txt

    Schol-R-LEA, that wont work, all the tabs will be tab and not tab1, tab2, tab3.... and even when i tried i get frmbtnspecs = ttk.Frame(Tab1) frmbtnspecs.pack(side=TOP) NameError: name 'tab1' is …
  • Member Avatar for razstec
    razstec

    Gave Reputation to Schol-R-LEA in Create Several Frames From A List Populated By A Txt

    I should add that, given the original problem, you probably could avoid the class implementation (which I've already tried before realizing this) by simply using the `for:` loop you already …
  • Member Avatar for razstec
    razstec

    Gave Reputation to Schol-R-LEA in Create Several Frames From A List Populated By A Txt

    If a more compact format is the goal, It should be possible,and not especially difficult, to wrap the the `tabmain1` in a class which takes a list or dictionary and …
  • Member Avatar for razstec
    razstec

    Replied To a Post in Create Several Frames From A List Populated By A Txt

    this already bellongs to a notebbok tabControl = ttk.Notebook(tabmain1) im trying to do this also in order of not having 10 or more like this #tab1 Tab1 = ttk.Frame(tabControl) tabControl.add(Tab1, …
  • Member Avatar for razstec
    razstec

    Created Create Several Frames From A List Populated By A Txt

    I would like through a list or dict populated by a text to create a frames, this way I could update an app without having to mess with the code, …
  • Member Avatar for razstec
    razstec

    Began Watching Create Several Frames From A List Populated By A Txt

    I would like through a list or dict populated by a text to create a frames, this way I could update an app without having to mess with the code, …
  • Member Avatar for razstec
    razstec

    Replied To a Post in office and adobe file viewer

    but i need a files viewer without save or print that is portable and allow me to call it with a batch file
  • Member Avatar for razstec
    razstec

    Created script that convert excel to asp

    Any idea of a script that convert excel to asp? thanks
  • Member Avatar for razstec
    razstec

    Began Watching script that convert excel to asp

    Any idea of a script that convert excel to asp? thanks
  • Member Avatar for razstec
    razstec

    Created office and adobe file viewer

    Hi everyone, I haven't touch in vb6 in 12 years so im very rusty... :s But now i need a little exe that allow to open and view office and …
  • Member Avatar for razstec
    razstec

    Began Watching office and adobe file viewer

    Hi everyone, I haven't touch in vb6 in 12 years so im very rusty... :s But now i need a little exe that allow to open and view office and …